#BAB699

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

Shades of Tana #BAB699

Tints of Tana #BAB699

Color information

#BAB699 (or 0xBAB699) is unknown color: approx Tana. HEX triplet: BA, B6 and 99. RGB value is (186,182,153). Sum of RGB (Red+Green+Blue) = 186+182+153=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB699 is #454966. Grayscale: #B4B4B4. Windows color (decimal): -4540775 or 10073786. OLE color: 10073786.

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

Color convert

RGB186182153-
CMYK00.020.180.27
HSL52.73º19.3%66.47%-
HSV(B)52.73º17.74%72.94%-
XYZ42.7346.1936.8-
YUV179.89112.83132.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=35.70%
G=34.93%
B=29.37%

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
Decimal18618215300.020.180.2752.7319.366.47
HexBAB69902121B351342
Octal2722662310222336523102
Binary1011101010110110100110010101001011011110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB699; }

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

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

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

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

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

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

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

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