#BAB898

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

Shades of Tana #BAB898

Tints of Tana #BAB898

Color information

#BAB898 (or 0xBAB898) is unknown color: approx Tana. HEX triplet: BA, B8 and 98. RGB value is (186,184,152). Sum of RGB (Red+Green+Blue) = 186+184+152=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB898 is #454767. Grayscale: #B5B5B5. Windows color (decimal): -4540264 or 10008762. OLE color: 10008762.

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

Color convert

RGB186184152-
CMYK00.010.180.27
HSL56.47º19.77%66.27%-
HSV(B)56.47º18.28%72.94%-
XYZ43.0646.9936.51-
YUV180.95111.66131.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=35.63%
G=35.25%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618415200.010.180.2756.4719.7766.27
HexBAB89801121B381442
Octal2722702300122337024102
Binary101110101011100010011000011001011011111000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB898; }

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

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

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

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

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

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

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

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