:
logo qtransform

  to  




#BC888D color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #BC888D
#BC888D

   In a RGB color space, hex #BC888D is composed of 74% red, 53% green and 55% blue.
RGB color code is composed of a hexadecimal BC red (188/255), a 88 green (136/255) and a 8D blue component (141/255). The decimal RGB color code is rgb(188,136,141)
In CMYK color space, it is composed of 0% cyan, 28% magenta, 25% yellow and 26% black.
It has a hue angle of 354.23o degrees, a saturation of 28% and a lightness of 64%.
Closest websafe color is: #cc9999 rgb (204, 153, 153).
twitter  facebook  whatsapp


Color conversion




#BC888D
rgb(188,136,141)
=74%
from 255
53%
from 255
55%
from 255
=0
from 100
28
from 100
25
from 100
26
from 100
R: 188
red
G: 136
green
B: 141
blue
C: 0
cyan
M: 28
magenta
Y: 25
yellow
K: 26
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #BC888D has RGB values of R:188, G:136, B:141 and CMYK values of C:0, M:28, Y:25, K:26. Its decimal value is 12355725.Binary code is 101111001000100010001101
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorBC888D #BC888D
RGB decimal188, 136, 141 rgb(188, 136, 141)
RGB %74, 53, 55 rgb(74%, 53%, 55%)
RGB Adobe174, 135, 140
CMYK %0, 28, 25, 26 0%, 28%, 25%, 26%
HSL354.23o, 28, 64 hsl(354.23o, 28%, 64%)
HSV (HSB)354o, 28%, 74% hsv(354o, 28%, 74%)
Web Safe color#cc9999 rgb (204, 153, 153)
XYZ34.351, 30.223 29.222
xyY0.37, 0.32, 30.22
Hunter-Lab54.98, 18.55, 4.13
CMY26%, 47%, 45%
Lab62.04, 21.02, 5.62
Binary color
BC 88 8D
10111100 10001000 10001101

Shades and tints of #BC888D


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #251A1C is the darkest color, and: #F2E8E9 is the lightest one.

Tint color variation #BC888D


Shade color variation


Tones of #BC888D
A tone is produced by adding gray to any pure hue. In this case, #B6878C is the less saturated color, and #958585 is the most saturated one.


Alternatives to #BC888D


Below, you can see some colors close to #BC888D. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #BC888D


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#BC888D;">Text here</font>

<div style="background-color:#BC888D;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#BC888D;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#BC888D;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #BC888D
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #BC888D;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #BC888D;



Box border html code Text shadow with RGB values for color #BC888D
box border html code for color #BC888D

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #BC888D;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(188, 136, 141, 1.4);



Pre-formatted code BC888D code for script / programming
HTML, CSS: = #BC888D; rgb(188, 136, 141)
Java: = new Color(188, 136, 141)
.NET: = Color.FromArgb (188, 136, 141);
Xojo: = rgb (188, 136, 141, 0);
openGL: = glColor3f (0.74f, 0.53f, 0.55f);
Swift: = UIColor(red:0.74, green:0.53, blue:0.55, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.74 green:0.53 blue:0.55 alpha:1.00000];


Color schemes with #BC888D


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 28% has a #BC888D saturation. Adding 28% + 10% = 38% saturation for our new color #965D63. Decreasing 28% - 10% = 18% saturation for other monochromatic color #E3BABE.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #BC888D has a 354o angle. Adding 354o + 180o = 174oo for our new complementary color #88BDB7.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #BC888D has a 354o angle. Adding 354o + 180o+30o = 204o for our first complementary color #88A8BD. Decreasing 354o + 180o-30o = 144o for the second complementary color #88BD9D.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.