#BAB59D

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

Shades of Tana #BAB59D

Tints of Tana #BAB59D

Color information

#BAB59D (or 0xBAB59D) is unknown color: approx Tana. HEX triplet: BA, B5 and 9D. RGB value is (186,181,157). Sum of RGB (Red+Green+Blue) = 186+181+157=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB59D is #454A62. Grayscale: #B3B3B3. Windows color (decimal): -4541027 or 10335674. OLE color: 10335674.

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

Color convert

RGB186181157-
CMYK00.030.160.27
HSL49.66º17.37%67.25%-
HSV(B)49.66º15.59%72.94%-
XYZ42.8645.9238.5-
YUV179.76115.16132.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=35.50%
G=34.54%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618115700.030.160.2749.6617.3767.25
HexBAB59D03101B321143
Octal2722652350320336221103
Binary1011101010110101100111010111000011011110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB59D; }

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

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

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

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

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

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

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

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