#BCB59B

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

Shades of Tana #BCB59B

Tints of Tana #BCB59B

Color information

#BCB59B (or 0xBCB59B) is unknown color: approx Tana. HEX triplet: BC, B5 and 9B. RGB value is (188,181,155). Sum of RGB (Red+Green+Blue) = 188+181+155=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59B is #434A64. Grayscale: #B4B4B4. Windows color (decimal): -4409957 or 10204604. OLE color: 10204604.

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

Color convert

RGB188181155-
CMYK00.040.180.26
HSL47.27º19.76%67.25%-
HSV(B)47.27º17.55%73.73%-
XYZ43.1846.1137.63-
YUV180.13113.82133.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=35.88%
G=34.54%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818115500.040.180.2647.2719.7667.25
HexBCB59B04121A2f1443
Octal2742652330422325724103
Binary10111100101101011001101101001001011010101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB59B; }

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

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

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

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

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

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

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

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