Shades of Martini #BAA69C
Tints of Martini #BAA69C
RGB
CMYK
RGB Variations
Color information
#BAA69C (or 0xBAA69C) is known color: Martini. HEX triplet: BA, A6 and 9C. RGB value is (186,166,156). Sum of RGB (Red+Green+Blue) = 186+166+156=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA69C is #455963. Grayscale: #AAAAAA. Windows color (decimal): -4544868 or 10266298. OLE color: 10266298.
HSL color Cylindrical-coordinate representation of color #BAA69C: hue angle of 20º degrees, saturation: 0.18, 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 #BAA69C is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 156 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.27 |
| HSL | 20º | 0.18% | 0.67% | - |
| HSV(B) | 20º | 0.16% | 0.73% | - |
| XYZ | 39.89 | 40.11 | 37.09 | - |
| YUV | 170.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 156 | 0 | 0.11 | 0.16 | 0.27 | 20 | 0.18 | 0.67 |
| Hex | BA | A6 | 9C | 0 | B | 10 | 1B | 14 | 12 | 43 |
| Octal | 272 | 246 | 234 | 0 | 13 | 20 | 33 | 24 | 22 | 103 |
| Binary | 10111010 | 10100110 | 10011100 | 0 | 1011 | 10000 | 11011 | 10100 | 10010 | 1000011 |
Color Harmonies of #BAA69C
Complementary color
Monochromatic Colors of #BAA69C
Black with #BAA69C
Text Example
Text Example
White with #BAA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA69C; }
p { color: rgb(186,166,156); }
H1.HeaderClassName
{
color: #BAA69C;
}
.AnyTagClassName
{
color: #BAA69C;
}
</style>
background-color css
<style>
a { background-color: #BAA69C; }
a { background-color: rgb(186,166,156); }
div.DivClassName
{
background-color: #BAA69C;
}
.BgClassName
{
background-color: #BAA69C;
}
</style>
border-color css
<style>
span { border-color: #BAA69C; }
span { border-color: rgb(186,166,156); }
td.TdClassName
{
border-color: #BAA69C;
}
.TagClassName
{
border-color: #BAA69C;
}
</style>