#BAB79A

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

Shades of Tana #BAB79A

Tints of Tana #BAB79A

Color information

#BAB79A (or 0xBAB79A) is unknown color: approx Tana. HEX triplet: BA, B7 and 9A. RGB value is (186,183,154). Sum of RGB (Red+Green+Blue) = 186+183+154=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB79A is #454865. Grayscale: #B4B4B4. Windows color (decimal): -4540518 or 10139578. OLE color: 10139578.

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

Color convert

RGB186183154-
CMYK00.020.170.27
HSL54.38º18.82%66.67%-
HSV(B)54.38º17.2%72.94%-
XYZ43.0246.6437.31-
YUV180.59112.99131.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=35.56%
G=34.99%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618315400.020.170.2754.3818.8266.67
HexBAB79A02111B361343
Octal2722672320221336623103
Binary1011101010110111100110100101000111011110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB79A; }

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

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

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

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

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

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

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

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