#BAB69E

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

Shades of Tana #BAB69E

Tints of Tana #BAB69E

Color information

#BAB69E (or 0xBAB69E) is unknown color: approx Tana. HEX triplet: BA, B6 and 9E. RGB value is (186,182,158). Sum of RGB (Red+Green+Blue) = 186+182+158=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB69E is #454961. Grayscale: #B4B4B4. Windows color (decimal): -4540770 or 10401466. OLE color: 10401466.

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

Color convert

RGB186182158-
CMYK00.020.150.27
HSL51.43º16.87%67.45%-
HSV(B)51.43º15.05%72.94%-
XYZ43.1546.3639.02-
YUV180.46115.33131.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=35.36%
G=34.60%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618215800.020.150.2751.4316.8767.45
HexBAB69E02F1B331143
Octal2722662360217336321103
Binary101110101011011010011110010111111011110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB69E; }

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

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

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

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

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

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

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

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