#BAB998

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

Shades of Tana #BAB998

Tints of Tana #BAB998

Color information

#BAB998 (or 0xBAB998) is unknown color: approx Tana. HEX triplet: BA, B9 and 98. RGB value is (186,185,152). Sum of RGB (Red+Green+Blue) = 186+185+152=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB998 is #454667. Grayscale: #B5B5B5. Windows color (decimal): -4540008 or 10009018. OLE color: 10009018.

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

Color convert

RGB186185152-
CMYK00.010.180.27
HSL58.24º19.77%66.27%-
HSV(B)58.24º18.28%72.94%-
XYZ43.2747.436.58-
YUV181.54111.33131.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=35.56%
G=35.37%
B=29.06%

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
Decimal18618515200.010.180.2758.2419.7766.27
HexBAB99801121B3a1442
Octal2722712300122337224102
Binary101110101011100110011000011001011011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB998; }

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

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

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

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

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

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

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

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