#BCB09F

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

Shades of Tea #BCB09F

Tints of Tea #BCB09F

Color information

#BCB09F (or 0xBCB09F) is unknown color: approx Tea. HEX triplet: BC, B0 and 9F. RGB value is (188,176,159). Sum of RGB (Red+Green+Blue) = 188+176+159=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB09F is #434F60. Grayscale: #B1B1B1. Windows color (decimal): -4411233 or 10465468. OLE color: 10465468.

HSL color Cylindrical-coordinate representation of color #BCB09F: hue angle of 35.17º 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 #BCB09F is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188176159-
CMYK00.060.150.26
HSL35.17º17.79%68.04%-
HSV(B)35.17º15.43%73.73%-
XYZ42.5244.2539.1-
YUV177.65117.48135.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=35.95%
G=33.65%
B=30.40%

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
Decimal18817615900.060.150.2635.1717.7968.04
HexBCB09F06F1A231244
Octal2742602370617324322104
Binary1011110010110000100111110110111111010100011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB09F; }

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

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

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

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

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

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

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

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