#BCB59F

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

Shades of Tea #BCB59F

Tints of Tea #BCB59F

Color information

#BCB59F (or 0xBCB59F) is unknown color: approx Tea. HEX triplet: BC, B5 and 9F. RGB value is (188,181,159). Sum of RGB (Red+Green+Blue) = 188+181+159=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59F is #434A60. Grayscale: #B4B4B4. Windows color (decimal): -4409953 or 10466748. OLE color: 10466748.

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

Color convert

RGB188181159-
CMYK00.040.150.26
HSL45.52º17.79%68.04%-
HSV(B)45.52º15.43%73.73%-
XYZ43.5246.2439.43-
YUV180.58115.82133.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=35.61%
G=34.28%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818115900.040.150.2645.5217.7968.04
HexBCB59F04F1A2e1244
Octal2742652370417325622104
Binary1011110010110101100111110100111111010101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB59F; }

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

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

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

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

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

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

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

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