#B9B39C

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

Shades of Tana #B9B39C

Tints of Tana #B9B39C

Color information

#B9B39C (or 0xB9B39C) is unknown color: approx Tana. HEX triplet: B9, B3 and 9C. RGB value is (185,179,156). Sum of RGB (Red+Green+Blue) = 185+179+156=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B39C is #464C63. Grayscale: #B2B2B2. Windows color (decimal): -4607076 or 10269625. OLE color: 10269625.

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

Color convert

RGB185179156-
CMYK00.030.160.27
HSL47.59º17.16%66.86%-
HSV(B)47.59º15.68%72.55%-
XYZ42.1344.9537.91-
YUV178.17115.49132.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 156 (61.33% from 255) = 30%
R=35.58%
G=34.42%
B=30%

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
Decimal18517915600.030.160.2747.5917.1666.86
HexB9B39C03101B301143
Octal2712632340320336021103
Binary1011100110110011100111000111000011011110000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B39C; }

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

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

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

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

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

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

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

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