#BAB598

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

Shades of Tana #BAB598

Tints of Tana #BAB598

Color information

#BAB598 (or 0xBAB598) is unknown color: approx Tana. HEX triplet: BA, B5 and 98. RGB value is (186,181,152). Sum of RGB (Red+Green+Blue) = 186+181+152=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB598 is #454A67. Grayscale: #B3B3B3. Windows color (decimal): -4541032 or 10007994. OLE color: 10007994.

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

Color convert

RGB186181152-
CMYK00.030.180.27
HSL51.18º19.77%66.27%-
HSV(B)51.18º18.28%72.94%-
XYZ42.4445.7536.3-
YUV179.19112.66132.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=35.84%
G=34.87%
B=29.29%

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
Decimal18618115200.030.180.2751.1819.7766.27
HexBAB59803121B331442
Octal2722652300322336324102
Binary1011101010110101100110000111001011011110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB598; }

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

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

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

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

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

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

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

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