#B9B49C

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

Shades of Tana #B9B49C

Tints of Tana #B9B49C

Color information

#B9B49C (or 0xB9B49C) is unknown color: approx Tana. HEX triplet: B9, B4 and 9C. RGB value is (185,180,156). Sum of RGB (Red+Green+Blue) = 185+180+156=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B49C is #464B63. Grayscale: #B2B2B2. Windows color (decimal): -4606820 or 10269881. OLE color: 10269881.

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

Color convert

RGB185180156-
CMYK00.030.160.27
HSL49.66º17.16%66.86%-
HSV(B)49.66º15.68%72.55%-
XYZ42.3345.3637.98-
YUV178.76115.16132.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=35.51%
G=34.55%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518015600.030.160.2749.6617.1666.86
HexB9B49C03101B321143
Octal2712642340320336221103
Binary1011100110110100100111000111000011011110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B49C; }

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

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

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

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

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

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

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

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