#BAB7A3

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

Shades of Tana #BAB7A3

Tints of Tana #BAB7A3

Color information

#BAB7A3 (or 0xBAB7A3) is unknown color: approx Tana. HEX triplet: BA, B7 and A3. RGB value is (186,183,163). Sum of RGB (Red+Green+Blue) = 186+183+163=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7A3 is #45485C. Grayscale: #B5B5B5. Windows color (decimal): -4540509 or 10729402. OLE color: 10729402.

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

Color convert

RGB186183163-
CMYK00.020.120.27
HSL52.17º14.29%68.43%-
HSV(B)52.17º12.37%72.94%-
XYZ43.7946.9541.4-
YUV181.62117.49131.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 163 (64.06% from 255) = 30.64%
R=34.96%
G=34.40%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618316300.020.120.2752.1714.2968.43
HexBAB7A302C1B34e44
Octal2722672430214336416104
Binary10111010101101111010001101011001101111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7A3; }

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

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

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

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

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

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

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

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