#BAB799

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

Shades of Tana #BAB799

Tints of Tana #BAB799

Color information

#BAB799 (or 0xBAB799) is unknown color: approx Tana. HEX triplet: BA, B7 and 99. RGB value is (186,183,153). Sum of RGB (Red+Green+Blue) = 186+183+153=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB799 is #454866. Grayscale: #B4B4B4. Windows color (decimal): -4540519 or 10074042. OLE color: 10074042.

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

Color convert

RGB186183153-
CMYK00.020.180.27
HSL54.55º19.3%66.47%-
HSV(B)54.55º17.74%72.94%-
XYZ42.9346.6136.87-
YUV180.48112.49131.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=35.63%
G=35.06%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618315300.020.180.2754.5519.366.47
HexBAB79902121B371342
Octal2722672310222336723102
Binary1011101010110111100110010101001011011110111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB799; }

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

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

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

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

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

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

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

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