#BCB59D

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

Shades of Tana #BCB59D

Tints of Tana #BCB59D

Color information

#BCB59D (or 0xBCB59D) is unknown color: approx Tana. HEX triplet: BC, B5 and 9D. RGB value is (188,181,157). Sum of RGB (Red+Green+Blue) = 188+181+157=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59D is #434A62. Grayscale: #B4B4B4. Windows color (decimal): -4409955 or 10335676. OLE color: 10335676.

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

Color convert

RGB188181157-
CMYK00.040.160.26
HSL46.45º18.79%67.65%-
HSV(B)46.45º16.49%73.73%-
XYZ43.3546.1738.53-
YUV180.36114.82133.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=35.74%
G=34.41%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818115700.040.160.2646.4518.7967.65
HexBCB59D04101A2e1344
Octal2742652350420325623104
Binary10111100101101011001110101001000011010101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB59D; }

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

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

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

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

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

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

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

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