#BAA29E

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

Shades of Martini #BAA29E

Tints of Martini #BAA29E

Color information

#BAA29E (or 0xBAA29E) is unknown color: approx Martini. HEX triplet: BA, A2 and 9E. RGB value is (186,162,158). Sum of RGB (Red+Green+Blue) = 186+162+158=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29E is #455D61. Grayscale: #A8A8A8. Windows color (decimal): -4545890 or 10396346. OLE color: 10396346.

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

Color convert

RGB186162158-
CMYK00.130.150.27
HSL8.57º16.87%67.45%-
HSV(B)8.57º15.05%72.94%-
XYZ39.3438.7537.75-
YUV168.72121.95140.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=36.76%
G=32.02%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616215800.130.150.278.5716.8767.45
HexBAA29E0DF1B91143
Octal27224223601517331121103
Binary101110101010001010011110011011111110111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA29E; }

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

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

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

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

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

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

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

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