#BAB4A0

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

Shades of Tana #BAB4A0

Tints of Tana #BAB4A0

Color information

#BAB4A0 (or 0xBAB4A0) is unknown color: approx Tana. HEX triplet: BA, B4 and A0. RGB value is (186,180,160). Sum of RGB (Red+Green+Blue) = 186+180+160=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4A0 is #454B5F. Grayscale: #B3B3B3. Windows color (decimal): -4541280 or 10532026. OLE color: 10532026.

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

Color convert

RGB186180160-
CMYK00.030.140.27
HSL46.15º15.85%67.84%-
HSV(B)46.15º13.98%72.94%-
XYZ42.9245.6239.8-
YUV179.51116.99132.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=35.36%
G=34.22%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618016000.030.140.2746.1515.8567.84
HexBAB4A003E1B2e1044
Octal2722642400316335620104
Binary101110101011010010100000011111011011101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4A0; }

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

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

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

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

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

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

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

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