#BAB5A0

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

Shades of Tana #BAB5A0

Tints of Tana #BAB5A0

Color information

#BAB5A0 (or 0xBAB5A0) is unknown color: approx Tana. HEX triplet: BA, B5 and A0. RGB value is (186,181,160). Sum of RGB (Red+Green+Blue) = 186+181+160=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5A0 is #454A5F. Grayscale: #B4B4B4. Windows color (decimal): -4541024 or 10532282. OLE color: 10532282.

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

Color convert

RGB186181160-
CMYK00.030.140.27
HSL48.46º15.85%67.84%-
HSV(B)48.46º13.98%72.94%-
XYZ43.1246.0239.87-
YUV180.1116.66132.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=35.29%
G=34.35%
B=30.36%

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
Decimal18618116000.030.140.2748.4615.8567.84
HexBAB5A003E1B301044
Octal2722652400316336020104
Binary101110101011010110100000011111011011110000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5A0; }

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

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

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

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

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

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

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

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