#BCB49F

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

Shades of Tea #BCB49F

Tints of Tea #BCB49F

Color information

#BCB49F (or 0xBCB49F) is unknown color: approx Tea. HEX triplet: BC, B4 and 9F. RGB value is (188,180,159). Sum of RGB (Red+Green+Blue) = 188+180+159=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49F is #434B60. Grayscale: #B4B4B4. Windows color (decimal): -4410209 or 10466492. OLE color: 10466492.

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

Color convert

RGB188180159-
CMYK00.040.150.26
HSL43.45º17.79%68.04%-
HSV(B)43.45º15.43%73.73%-
XYZ43.3245.8439.37-
YUV180116.15133.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=35.67%
G=34.16%
B=30.17%

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
Decimal18818015900.040.150.2643.4517.7968.04
HexBCB49F04F1A2b1244
Octal2742642370417325322104
Binary1011110010110100100111110100111111010101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB49F; }

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

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

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

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

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

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

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

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