#BCB39F

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

Shades of Tea #BCB39F

Tints of Tea #BCB39F

Color information

#BCB39F (or 0xBCB39F) is unknown color: approx Tea. HEX triplet: BC, B3 and 9F. RGB value is (188,179,159). Sum of RGB (Red+Green+Blue) = 188+179+159=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB39F is #434C60. Grayscale: #B3B3B3. Windows color (decimal): -4410465 or 10466236. OLE color: 10466236.

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

Color convert

RGB188179159-
CMYK00.050.150.26
HSL41.38º17.79%68.04%-
HSV(B)41.38º15.43%73.73%-
XYZ43.1245.4339.3-
YUV179.41116.48134.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=35.74%
G=34.03%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817915900.050.150.2641.3817.7968.04
HexBCB39F05F1A291244
Octal2742632370517325122104
Binary1011110010110011100111110101111111010101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB39F; }

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

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

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

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

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

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

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

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