#BAB99F

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

Shades of Tana #BAB99F

Tints of Tana #BAB99F

Color information

#BAB99F (or 0xBAB99F) is unknown color: approx Tana. HEX triplet: BA, B9 and 9F. RGB value is (186,185,159). Sum of RGB (Red+Green+Blue) = 186+185+159=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB99F is #454660. Grayscale: #B6B6B6. Windows color (decimal): -4540001 or 10467770. OLE color: 10467770.

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

Color convert

RGB186185159-
CMYK00.010.150.27
HSL57.78º16.36%67.65%-
HSV(B)57.78º14.52%72.94%-
XYZ43.8647.6439.68-
YUV182.34114.83130.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 159 (62.5% from 255) = 30%
R=35.09%
G=34.91%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618515900.010.150.2757.7816.3667.65
HexBAB99F01F1B3a1044
Octal2722712370117337220104
Binary10111010101110011001111101111111011111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB99F; }

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

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

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

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

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

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

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

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