#BAB79D

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

Shades of Tana #BAB79D

Tints of Tana #BAB79D

Color information

#BAB79D (or 0xBAB79D) is unknown color: approx Tana. HEX triplet: BA, B7 and 9D. RGB value is (186,183,157). Sum of RGB (Red+Green+Blue) = 186+183+157=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB79D is #454862. Grayscale: #B5B5B5. Windows color (decimal): -4540515 or 10336186. OLE color: 10336186.

HSL color Cylindrical-coordinate representation of color #BAB79D: hue angle of 53.79º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB79D is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186183157-
CMYK00.020.160.27
HSL53.79º17.37%67.25%-
HSV(B)53.79º15.59%72.94%-
XYZ43.2746.7438.64-
YUV180.93114.49131.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=35.36%
G=34.79%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618315700.020.160.2753.7917.3767.25
HexBAB79D02101B361143
Octal2722672350220336621103
Binary1011101010110111100111010101000011011110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB79D; }

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

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

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

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

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

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

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

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