Shades of Martini #B0A19E
Tints of Martini #B0A19E
RGB
CMYK
RGB Variations
Color information
#B0A19E (or 0xB0A19E) is known color: Martini. HEX triplet: B0, A1 and 9E. RGB value is (176,161,158). Sum of RGB (Red+Green+Blue) = 176+161+158=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A19E is #4F5E61. Grayscale: #A5A5A5. Windows color (decimal): -5201506 or 10396080. OLE color: 10396080.
HSL color Cylindrical-coordinate representation of color #B0A19E: hue angle of 10º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A19E is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 158 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.31 |
| HSL | 10º | 0.1% | 0.65% | - |
| HSV(B) | 10º | 0.1% | 0.69% | - |
| XYZ | 36.82 | 37.19 | 37.59 | - |
| YUV | 165.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 158 | 0 | 0.09 | 0.10 | 0.31 | 10 | 0.1 | 0.65 |
| Hex | B0 | A1 | 9E | 0 | 9 | A | 1F | A | A | 41 |
| Octal | 260 | 241 | 236 | 0 | 11 | 12 | 37 | 12 | 12 | 101 |
| Binary | 10110000 | 10100001 | 10011110 | 0 | 1001 | 1010 | 11111 | 1010 | 1010 | 1000001 |
Color Harmonies of #B0A19E
Complementary color
Monochromatic Colors of #B0A19E
Black with #B0A19E
Text Example
Text Example
White with #B0A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A19E; }
p { color: rgb(176,161,158); }
H1.HeaderClassName
{
color: #B0A19E;
}
.AnyTagClassName
{
color: #B0A19E;
}
</style>
background-color css
<style>
a { background-color: #B0A19E; }
a { background-color: rgb(176,161,158); }
div.DivClassName
{
background-color: #B0A19E;
}
.BgClassName
{
background-color: #B0A19E;
}
</style>
border-color css
<style>
span { border-color: #B0A19E; }
span { border-color: rgb(176,161,158); }
td.TdClassName
{
border-color: #B0A19E;
}
.TagClassName
{
border-color: #B0A19E;
}
</style>