#BAB899

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

Shades of Tana #BAB899

Tints of Tana #BAB899

Color information

#BAB899 (or 0xBAB899) is unknown color: approx Tana. HEX triplet: BA, B8 and 99. RGB value is (186,184,153). Sum of RGB (Red+Green+Blue) = 186+184+153=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB899 is #454766. Grayscale: #B5B5B5. Windows color (decimal): -4540263 or 10074298. OLE color: 10074298.

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

Color convert

RGB186184153-
CMYK00.010.180.27
HSL56.36º19.3%66.47%-
HSV(B)56.36º17.74%72.94%-
XYZ43.1447.0236.94-
YUV181.06112.16131.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=35.56%
G=35.18%
B=29.25%

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
Decimal18618415300.010.180.2756.3619.366.47
HexBAB89901121B381342
Octal2722702310122337023102
Binary101110101011100010011001011001011011111000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB899; }

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

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

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

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

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

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

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

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