Shades of Martini #B0A09D
Tints of Martini #B0A09D
RGB
CMYK
RGB Variations
Color information
#B0A09D (or 0xB0A09D) is known color: Martini. HEX triplet: B0, A0 and 9D. RGB value is (176,160,157). Sum of RGB (Red+Green+Blue) = 176+160+157=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A09D is #4F5F62. Grayscale: #A4A4A4. Windows color (decimal): -5201763 or 10330288. OLE color: 10330288.
HSL color Cylindrical-coordinate representation of color #B0A09D: hue angle of 9.47º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A09D is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 157 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.31 |
| HSL | 9.47º | 0.11% | 0.65% | - |
| HSV(B) | 9.47º | 0.11% | 0.69% | - |
| XYZ | 36.56 | 36.81 | 37.08 | - |
| YUV | 164.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 157 | 0 | 0.09 | 0.11 | 0.31 | 9.47 | 0.11 | 0.65 |
| Hex | B0 | A0 | 9D | 0 | 9 | B | 1F | 9 | B | 41 |
| Octal | 260 | 240 | 235 | 0 | 11 | 13 | 37 | 11 | 13 | 101 |
| Binary | 10110000 | 10100000 | 10011101 | 0 | 1001 | 1011 | 11111 | 1001 | 1011 | 1000001 |
Color Harmonies of #B0A09D
Complementary color
Monochromatic Colors of #B0A09D
Black with #B0A09D
Text Example
Text Example
White with #B0A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A09D; }
p { color: rgb(176,160,157); }
H1.HeaderClassName
{
color: #B0A09D;
}
.AnyTagClassName
{
color: #B0A09D;
}
</style>
background-color css
<style>
a { background-color: #B0A09D; }
a { background-color: rgb(176,160,157); }
div.DivClassName
{
background-color: #B0A09D;
}
.BgClassName
{
background-color: #B0A09D;
}
</style>
border-color css
<style>
span { border-color: #B0A09D; }
span { border-color: rgb(176,160,157); }
td.TdClassName
{
border-color: #B0A09D;
}
.TagClassName
{
border-color: #B0A09D;
}
</style>