#B9B49B

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

Shades of Tana #B9B49B

Tints of Tana #B9B49B

Color information

#B9B49B (or 0xB9B49B) is unknown color: approx Tana. HEX triplet: B9, B4 and 9B. RGB value is (185,180,155). Sum of RGB (Red+Green+Blue) = 185+180+155=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B49B is #464B64. Grayscale: #B2B2B2. Windows color (decimal): -4606821 or 10204345. OLE color: 10204345.

HSL color Cylindrical-coordinate representation of color #B9B49B: hue angle of 50º degrees, saturation: 0.18, 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 #B9B49B is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185180155-
CMYK00.030.160.27
HSL50º17.65%66.67%-
HSV(B)50º16.22%72.55%-
XYZ42.2545.3237.53-
YUV178.64114.66132.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=35.58%
G=34.62%
B=29.81%

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
Decimal18518015500.030.160.275017.6566.67
HexB9B49B03101B321243
Octal2712642330320336222103
Binary1011100110110100100110110111000011011110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B49B; }

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

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

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

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

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

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

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

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