#B9B99D

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

Shades of Tana #B9B99D

Tints of Tana #B9B99D

Color information

#B9B99D (or 0xB9B99D) is unknown color: approx Tana. HEX triplet: B9, B9 and 9D. RGB value is (185,185,157). Sum of RGB (Red+Green+Blue) = 185+185+157=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B99D is #464662. Grayscale: #B5B5B5. Windows color (decimal): -4605539 or 10336697. OLE color: 10336697.

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

Color convert

RGB185185157-
CMYK000.150.27
HSL60º16.67%67.06%-
HSV(B)60º15.14%72.55%-
XYZ43.4447.4538.77-
YUV181.81114130.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=35.10%
G=35.10%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185185157000.150.276016.6767.06
HexB9B99D00F1B3c1143
Octal2712712350017337421103
Binary10111001101110011001110100111111011111100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B99D; }

 p { color: rgb(185,185,157); }

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

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

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

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

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

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

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