Shades of Martini #B0A19A
Tints of Martini #B0A19A
RGB
CMYK
RGB Variations
Color information
#B0A19A (or 0xB0A19A) is known color: Martini. HEX triplet: B0, A1 and 9A. RGB value is (176,161,154). Sum of RGB (Red+Green+Blue) = 176+161+154=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A19A is #4F5E65. Grayscale: #A4A4A4. Windows color (decimal): -5201510 or 10133936. OLE color: 10133936.
HSL color Cylindrical-coordinate representation of color #B0A19A: hue angle of 19.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A19A is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 154 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.31 |
| HSL | 19.09º | 0.12% | 0.65% | - |
| HSV(B) | 19.09º | 0.13% | 0.69% | - |
| XYZ | 36.48 | 37.05 | 35.8 | - |
| YUV | 164.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 154 | 0 | 0.09 | 0.12 | 0.31 | 19.09 | 0.12 | 0.65 |
| Hex | B0 | A1 | 9A | 0 | 9 | C | 1F | 13 | C | 41 |
| Octal | 260 | 241 | 232 | 0 | 11 | 14 | 37 | 23 | 14 | 101 |
| Binary | 10110000 | 10100001 | 10011010 | 0 | 1001 | 1100 | 11111 | 10011 | 1100 | 1000001 |
Color Harmonies of #B0A19A
Complementary color
Monochromatic Colors of #B0A19A
Black with #B0A19A
Text Example
Text Example
White with #B0A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A19A; }
p { color: rgb(176,161,154); }
H1.HeaderClassName
{
color: #B0A19A;
}
.AnyTagClassName
{
color: #B0A19A;
}
</style>
background-color css
<style>
a { background-color: #B0A19A; }
a { background-color: rgb(176,161,154); }
div.DivClassName
{
background-color: #B0A19A;
}
.BgClassName
{
background-color: #B0A19A;
}
</style>
border-color css
<style>
span { border-color: #B0A19A; }
span { border-color: rgb(176,161,154); }
td.TdClassName
{
border-color: #B0A19A;
}
.TagClassName
{
border-color: #B0A19A;
}
</style>