#BAB999

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

Shades of Tana #BAB999

Tints of Tana #BAB999

Color information

#BAB999 (or 0xBAB999) is unknown color: approx Tana. HEX triplet: BA, B9 and 99. RGB value is (186,185,153). Sum of RGB (Red+Green+Blue) = 186+185+153=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB999 is #454666. Grayscale: #B5B5B5. Windows color (decimal): -4540007 or 10074554. OLE color: 10074554.

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

Color convert

RGB186185153-
CMYK00.010.180.27
HSL58.18º19.3%66.47%-
HSV(B)58.18º17.74%72.94%-
XYZ43.3547.4437.01-
YUV181.65111.83131.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=35.50%
G=35.31%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618515300.010.180.2758.1819.366.47
HexBAB99901121B3a1342
Octal2722712310122337223102
Binary101110101011100110011001011001011011111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB999; }

 p { color: rgb(186,185,153); }

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

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

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

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

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

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

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