#BAB798

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

Shades of Tana #BAB798

Tints of Tana #BAB798

Color information

#BAB798 (or 0xBAB798) is unknown color: approx Tana. HEX triplet: BA, B7 and 98. RGB value is (186,183,152). Sum of RGB (Red+Green+Blue) = 186+183+152=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB798 is #454867. Grayscale: #B4B4B4. Windows color (decimal): -4540520 or 10008506. OLE color: 10008506.

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

Color convert

RGB186183152-
CMYK00.020.180.27
HSL54.71º19.77%66.27%-
HSV(B)54.71º18.28%72.94%-
XYZ42.8546.5736.44-
YUV180.36111.99132.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=35.70%
G=35.12%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618315200.020.180.2754.7119.7766.27
HexBAB79802121B371442
Octal2722672300222336724102
Binary1011101010110111100110000101001011011110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB798; }

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

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

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

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

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

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

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

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