#BAB69D

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

Shades of Tana #BAB69D

Tints of Tana #BAB69D

Color information

#BAB69D (or 0xBAB69D) is unknown color: approx Tana. HEX triplet: BA, B6 and 9D. RGB value is (186,182,157). Sum of RGB (Red+Green+Blue) = 186+182+157=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB69D is #454962. Grayscale: #B4B4B4. Windows color (decimal): -4540771 or 10335930. OLE color: 10335930.

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

Color convert

RGB186182157-
CMYK00.020.160.27
HSL51.72º17.37%67.25%-
HSV(B)51.72º15.59%72.94%-
XYZ43.0646.3338.57-
YUV180.35114.83132.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=35.43%
G=34.67%
B=29.90%

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
Decimal18618215700.020.160.2751.7217.3767.25
HexBAB69D02101B341143
Octal2722662350220336421103
Binary1011101010110110100111010101000011011110100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB69D; }

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

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

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

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

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

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

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

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