#BAB49F

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

Shades of Tana #BAB49F

Tints of Tana #BAB49F

Color information

#BAB49F (or 0xBAB49F) is unknown color: approx Tana. HEX triplet: BA, B4 and 9F. RGB value is (186,180,159). Sum of RGB (Red+Green+Blue) = 186+180+159=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB49F is #454B60. Grayscale: #B3B3B3. Windows color (decimal): -4541281 or 10466490. OLE color: 10466490.

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

Color convert

RGB186180159-
CMYK00.030.150.27
HSL46.67º16.36%67.65%-
HSV(B)46.67º14.52%72.94%-
XYZ42.8345.5839.34-
YUV179.4116.49132.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=35.43%
G=34.29%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618015900.030.150.2746.6716.3667.65
HexBAB49F03F1B2f1044
Octal2722642370317335720104
Binary101110101011010010011111011111111011101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB49F; }

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

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

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

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

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

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

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

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