#B9B39A

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

Shades of Tana #B9B39A

Tints of Tana #B9B39A

Color information

#B9B39A (or 0xB9B39A) is unknown color: approx Tana. HEX triplet: B9, B3 and 9A. RGB value is (185,179,154). Sum of RGB (Red+Green+Blue) = 185+179+154=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B39A is #464C65. Grayscale: #B2B2B2. Windows color (decimal): -4607078 or 10138553. OLE color: 10138553.

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

Color convert

RGB185179154-
CMYK00.030.170.27
HSL48.39º18.13%66.47%-
HSV(B)48.39º16.76%72.55%-
XYZ41.9644.8937.02-
YUV177.94114.49133.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=35.71%
G=34.56%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517915400.030.170.2748.3918.1366.47
HexB9B39A03111B301242
Octal2712632320321336022102
Binary1011100110110011100110100111000111011110000100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B39A; }

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

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

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

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

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

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

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

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