#B4B59D

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

Shades of Tana #B4B59D

Tints of Tana #B4B59D

Color information

#B4B59D (or 0xB4B59D) is unknown color: approx Tana. HEX triplet: B4, B5 and 9D. RGB value is (180,181,157). Sum of RGB (Red+Green+Blue) = 180+181+157=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B59D is #4B4A62. Grayscale: #B2B2B2. Windows color (decimal): -4934243 or 10335668. OLE color: 10335668.

HSL color Cylindrical-coordinate representation of color #B4B59D: hue angle of 62.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B59D is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180181157-
CMYK0.0100.130.29
HSL62.5º13.95%66.27%-
HSV(B)62.5º13.26%70.98%-
XYZ41.4345.1938.44-
YUV177.96116.17129.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=34.75%
G=34.94%
B=30.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811570.0100.130.2962.513.9566.27
HexB4B59D10D1D3ee42
Octal2642652351015357616102
Binary1011010010110101100111011011011110111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B59D; }

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

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

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

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

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

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

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

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