#BAB89D

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

Shades of Tana #BAB89D

Tints of Tana #BAB89D

Color information

#BAB89D (or 0xBAB89D) is unknown color: approx Tana. HEX triplet: BA, B8 and 9D. RGB value is (186,184,157). Sum of RGB (Red+Green+Blue) = 186+184+157=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB89D is #454762. Grayscale: #B5B5B5. Windows color (decimal): -4540259 or 10336442. OLE color: 10336442.

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

Color convert

RGB186184157-
CMYK00.010.160.27
HSL55.86º17.37%67.25%-
HSV(B)55.86º15.59%72.94%-
XYZ43.4847.1538.71-
YUV181.52114.16131.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=35.29%
G=34.91%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618415700.010.160.2755.8617.3767.25
HexBAB89D01101B381143
Octal2722702350120337021103
Binary101110101011100010011101011000011011111000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB89D; }

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

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

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

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

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

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

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

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