#BAB59F

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

Shades of Tana #BAB59F

Tints of Tana #BAB59F

Color information

#BAB59F (or 0xBAB59F) is unknown color: approx Tana. HEX triplet: BA, B5 and 9F. RGB value is (186,181,159). Sum of RGB (Red+Green+Blue) = 186+181+159=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB59F is #454A60. Grayscale: #B4B4B4. Windows color (decimal): -4541025 or 10466746. OLE color: 10466746.

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

Color convert

RGB186181159-
CMYK00.030.150.27
HSL48.89º16.36%67.65%-
HSV(B)48.89º14.52%72.94%-
XYZ43.0345.9939.41-
YUV179.99116.16132.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=35.36%
G=34.41%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618115900.030.150.2748.8916.3667.65
HexBAB59F03F1B311044
Octal2722652370317336120104
Binary101110101011010110011111011111111011110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB59F; }

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

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

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

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

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

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

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

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