#BAB7A0

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

Shades of Tana #BAB7A0

Tints of Tana #BAB7A0

Color information

#BAB7A0 (or 0xBAB7A0) is unknown color: approx Tana. HEX triplet: BA, B7 and A0. RGB value is (186,183,160). Sum of RGB (Red+Green+Blue) = 186+183+160=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7A0 is #45485F. Grayscale: #B5B5B5. Windows color (decimal): -4540512 or 10532794. OLE color: 10532794.

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

Color convert

RGB186183160-
CMYK00.020.140.27
HSL53.08º15.85%67.84%-
HSV(B)53.08º13.98%72.94%-
XYZ43.5346.8440.01-
YUV181.28115.99131.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=35.16%
G=34.59%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618316000.020.140.2753.0815.8567.84
HexBAB7A002E1B351044
Octal2722672400216336520104
Binary101110101011011110100000010111011011110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7A0; }

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

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

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

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

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

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

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

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