#BAB49D

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

Shades of Tana #BAB49D

Tints of Tana #BAB49D

Color information

#BAB49D (or 0xBAB49D) is unknown color: approx Tana. HEX triplet: BA, B4 and 9D. RGB value is (186,180,157). Sum of RGB (Red+Green+Blue) = 186+180+157=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB49D is #454B62. Grayscale: #B3B3B3. Windows color (decimal): -4541283 or 10335418. OLE color: 10335418.

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

Color convert

RGB186180157-
CMYK00.030.160.27
HSL47.59º17.37%67.25%-
HSV(B)47.59º15.59%72.94%-
XYZ42.6645.5238.44-
YUV179.17115.49132.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=35.56%
G=34.42%
B=30.02%

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
Decimal18618015700.030.160.2747.5917.3767.25
HexBAB49D03101B301143
Octal2722642350320336021103
Binary1011101010110100100111010111000011011110000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB49D; }

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

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

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

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

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

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

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

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