#BCB59A

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

Shades of Tana #BCB59A

Tints of Tana #BCB59A

Color information

#BCB59A (or 0xBCB59A) is unknown color: approx Tana. HEX triplet: BC, B5 and 9A. RGB value is (188,181,154). Sum of RGB (Red+Green+Blue) = 188+181+154=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59A is #434A65. Grayscale: #B4B4B4. Windows color (decimal): -4409958 or 10139068. OLE color: 10139068.

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

Color convert

RGB188181154-
CMYK00.040.180.26
HSL47.65º20.24%67.06%-
HSV(B)47.65º18.09%73.73%-
XYZ43.146.0737.19-
YUV180.02113.32133.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 181 (71.09% from 255) = 34.61%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=35.95%
G=34.61%
B=29.45%

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
Decimal18818115400.040.180.2647.6520.2467.06
HexBCB59A04121A301443
Octal2742652320422326024103
Binary10111100101101011001101001001001011010110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB59A; }

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

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

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

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

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

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

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

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