#BCB19F

Color #BCB19F Tea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea #BCB19F

Tints of Tea #BCB19F

Color information

#BCB19F (or 0xBCB19F) is unknown color: approx Tea. HEX triplet: BC, B1 and 9F. RGB value is (188,177,159). Sum of RGB (Red+Green+Blue) = 188+177+159=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB19F is #434E60. Grayscale: #B2B2B2. Windows color (decimal): -4410977 or 10465724. OLE color: 10465724.

HSL color Cylindrical-coordinate representation of color #BCB19F: hue angle of 37.24º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB19F is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188177159-
CMYK00.060.150.26
HSL37.24º17.79%68.04%-
HSV(B)37.24º15.43%73.73%-
XYZ42.7244.6439.17-
YUV178.24117.14134.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=35.88%
G=33.78%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817715900.060.150.2637.2417.7968.04
HexBCB19F06F1A251244
Octal2742612370617324522104
Binary1011110010110001100111110110111111010100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB19F; }

 p { color: rgb(188,177,159); }

 H1.HeaderClassName
 {
   color: #BCB19F;
 }
 .AnyTagClassName
 {
   color: #BCB19F;
 }
</style>
background-color css

<style>
 a { background-color: #BCB19F; }

 a { background-color: rgb(188,177,159); }

 div.DivClassName
 {
   background-color: #BCB19F;
 }
 .BgClassName
 {
   background-color: #BCB19F;
 }
</style>
border-color css

<style>
 span { border-color: #BCB19F; }

 span { border-color: rgb(188,177,159); }

 td.TdClassName
 {
   border-color: #BCB19F;
 }
 .TagClassName
 {
   border-color: #BCB19F;
 }
</style>