#BAB59A

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

Shades of Tana #BAB59A

Tints of Tana #BAB59A

Color information

#BAB59A (or 0xBAB59A) is unknown color: approx Tana. HEX triplet: BA, B5 and 9A. RGB value is (186,181,154). Sum of RGB (Red+Green+Blue) = 186+181+154=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB59A is #454A65. Grayscale: #B3B3B3. Windows color (decimal): -4541030 or 10139066. OLE color: 10139066.

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

Color convert

RGB186181154-
CMYK00.030.170.27
HSL50.62º18.82%66.67%-
HSV(B)50.62º17.2%72.94%-
XYZ42.6145.8237.17-
YUV179.42113.66132.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=35.70%
G=34.74%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618115400.030.170.2750.6218.8266.67
HexBAB59A03111B331343
Octal2722652320321336323103
Binary1011101010110101100110100111000111011110011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB59A; }

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

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

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

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

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

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

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

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