#BAB599

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

Shades of Tana #BAB599

Tints of Tana #BAB599

Color information

#BAB599 (or 0xBAB599) is unknown color: approx Tana. HEX triplet: BA, B5 and 99. RGB value is (186,181,153). Sum of RGB (Red+Green+Blue) = 186+181+153=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB599 is #454A66. Grayscale: #B3B3B3. Windows color (decimal): -4541031 or 10073530. OLE color: 10073530.

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

Color convert

RGB186181153-
CMYK00.030.180.27
HSL50.91º19.3%66.47%-
HSV(B)50.91º17.74%72.94%-
XYZ42.5245.7936.73-
YUV179.3113.16132.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=35.77%
G=34.81%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618115300.030.180.2750.9119.366.47
HexBAB59903121B331342
Octal2722652310322336323102
Binary1011101010110101100110010111001011011110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB599; }

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

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

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

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

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

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

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

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