#B9B49E

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

Shades of Tana #B9B49E

Tints of Tana #B9B49E

Color information

#B9B49E (or 0xB9B49E) is unknown color: approx Tana. HEX triplet: B9, B4 and 9E. RGB value is (185,180,158). Sum of RGB (Red+Green+Blue) = 185+180+158=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B49E is #464B61. Grayscale: #B3B3B3. Windows color (decimal): -4606818 or 10400953. OLE color: 10400953.

HSL color Cylindrical-coordinate representation of color #B9B49E: hue angle of 48.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9B49E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185180158-
CMYK00.030.150.27
HSL48.89º16.17%67.25%-
HSV(B)48.89º14.59%72.55%-
XYZ42.545.4338.88-
YUV178.99116.16132.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=35.37%
G=34.42%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518015800.030.150.2748.8916.1767.25
HexB9B49E03F1B311043
Octal2712642360317336120103
Binary101110011011010010011110011111111011110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B49E; }

 p { color: rgb(185,180,158); }

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

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

 a { background-color: rgb(185,180,158); }

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

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

 span { border-color: rgb(185,180,158); }

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