Shades of Martini #BAA09B
Tints of Martini #BAA09B
RGB
CMYK
RGB Variations
Color information
#BAA09B (or 0xBAA09B) is known color: Martini. HEX triplet: BA, A0 and 9B. RGB value is (186,160,155). Sum of RGB (Red+Green+Blue) = 186+160+155=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA09B is #455F64. Grayscale: #A7A7A7. Windows color (decimal): -4546405 or 10199226. OLE color: 10199226.
HSL color Cylindrical-coordinate representation of color #BAA09B: hue angle of 9.68º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA09B is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 155 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.27 |
| HSL | 9.68º | 0.18% | 0.67% | - |
| HSV(B) | 9.68º | 0.17% | 0.73% | - |
| XYZ | 38.74 | 37.95 | 36.29 | - |
| YUV | 167.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 155 | 0 | 0.14 | 0.17 | 0.27 | 9.68 | 0.18 | 0.67 |
| Hex | BA | A0 | 9B | 0 | E | 11 | 1B | A | 12 | 43 |
| Octal | 272 | 240 | 233 | 0 | 16 | 21 | 33 | 12 | 22 | 103 |
| Binary | 10111010 | 10100000 | 10011011 | 0 | 1110 | 10001 | 11011 | 1010 | 10010 | 1000011 |
Color Harmonies of #BAA09B
Complementary color
Monochromatic Colors of #BAA09B
Black with #BAA09B
Text Example
Text Example
White with #BAA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA09B; }
p { color: rgb(186,160,155); }
H1.HeaderClassName
{
color: #BAA09B;
}
.AnyTagClassName
{
color: #BAA09B;
}
</style>
background-color css
<style>
a { background-color: #BAA09B; }
a { background-color: rgb(186,160,155); }
div.DivClassName
{
background-color: #BAA09B;
}
.BgClassName
{
background-color: #BAA09B;
}
</style>
border-color css
<style>
span { border-color: #BAA09B; }
span { border-color: rgb(186,160,155); }
td.TdClassName
{
border-color: #BAA09B;
}
.TagClassName
{
border-color: #BAA09B;
}
</style>