#B9B39F

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

Shades of Tana #B9B39F

Tints of Tana #B9B39F

Color information

#B9B39F (or 0xB9B39F) is unknown color: approx Tana. HEX triplet: B9, B3 and 9F. RGB value is (185,179,159). Sum of RGB (Red+Green+Blue) = 185+179+159=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B39F is #464C60. Grayscale: #B2B2B2. Windows color (decimal): -4607073 or 10466233. OLE color: 10466233.

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

Color convert

RGB185179159-
CMYK00.030.140.27
HSL46.15º15.66%67.45%-
HSV(B)46.15º14.05%72.55%-
XYZ42.3945.0639.26-
YUV178.51116.99132.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=35.37%
G=34.23%
B=30.40%

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
Decimal18517915900.030.140.2746.1515.6667.45
HexB9B39F03E1B2e1043
Octal2712632370316335620103
Binary101110011011001110011111011111011011101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B39F; }

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

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

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

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

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

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

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

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