#B9B49F

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

Shades of Tana #B9B49F

Tints of Tana #B9B49F

Color information

#B9B49F (or 0xB9B49F) is unknown color: approx Tana. HEX triplet: B9, B4 and 9F. RGB value is (185,180,159). Sum of RGB (Red+Green+Blue) = 185+180+159=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B49F is #464B60. Grayscale: #B3B3B3. Windows color (decimal): -4606817 or 10466489. OLE color: 10466489.

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

Color convert

RGB185180159-
CMYK00.030.140.27
HSL48.46º15.66%67.45%-
HSV(B)48.46º14.05%72.55%-
XYZ42.5945.4639.33-
YUV179.1116.66132.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=35.31%
G=34.35%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518015900.030.140.2748.4615.6667.45
HexB9B49F03E1B301043
Octal2712642370316336020103
Binary101110011011010010011111011111011011110000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B49F; }

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

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

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

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

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

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

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

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