#BAB498

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

Shades of Tana #BAB498

Tints of Tana #BAB498

Color information

#BAB498 (or 0xBAB498) is unknown color: approx Tana. HEX triplet: BA, B4 and 98. RGB value is (186,180,152). Sum of RGB (Red+Green+Blue) = 186+180+152=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB498 is #454B67. Grayscale: #B2B2B2. Windows color (decimal): -4541288 or 10007738. OLE color: 10007738.

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

Color convert

RGB186180152-
CMYK00.030.180.27
HSL49.41º19.77%66.27%-
HSV(B)49.41º18.28%72.94%-
XYZ42.2445.3536.23-
YUV178.6112.99133.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=35.91%
G=34.75%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618015200.030.180.2749.4119.7766.27
HexBAB49803121B311442
Octal2722642300322336124102
Binary1011101010110100100110000111001011011110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB498; }

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

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

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

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

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

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

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

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