Shades of Martini #B0A49F
Tints of Martini #B0A49F
RGB
CMYK
RGB Variations
Color information
#B0A49F (or 0xB0A49F) is known color: Martini. HEX triplet: B0, A4 and 9F. RGB value is (176,164,159). Sum of RGB (Red+Green+Blue) = 176+164+159=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A49F is #4F5B60. Grayscale: #A7A7A7. Windows color (decimal): -5200737 or 10462384. OLE color: 10462384.
HSL color Cylindrical-coordinate representation of color #B0A49F: hue angle of 17.65º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A49F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 159 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.31 |
| HSL | 17.65º | 0.1% | 0.66% | - |
| HSV(B) | 17.65º | 0.1% | 0.69% | - |
| XYZ | 37.44 | 38.28 | 38.22 | - |
| YUV | 167.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 159 | 0 | 0.07 | 0.10 | 0.31 | 17.65 | 0.1 | 0.66 |
| Hex | B0 | A4 | 9F | 0 | 7 | A | 1F | 12 | A | 42 |
| Octal | 260 | 244 | 237 | 0 | 7 | 12 | 37 | 22 | 12 | 102 |
| Binary | 10110000 | 10100100 | 10011111 | 0 | 111 | 1010 | 11111 | 10010 | 1010 | 1000010 |
Color Harmonies of #B0A49F
Complementary color
Monochromatic Colors of #B0A49F
Black with #B0A49F
Text Example
Text Example
White with #B0A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A49F; }
p { color: rgb(176,164,159); }
H1.HeaderClassName
{
color: #B0A49F;
}
.AnyTagClassName
{
color: #B0A49F;
}
</style>
background-color css
<style>
a { background-color: #B0A49F; }
a { background-color: rgb(176,164,159); }
div.DivClassName
{
background-color: #B0A49F;
}
.BgClassName
{
background-color: #B0A49F;
}
</style>
border-color css
<style>
span { border-color: #B0A49F; }
span { border-color: rgb(176,164,159); }
td.TdClassName
{
border-color: #B0A49F;
}
.TagClassName
{
border-color: #B0A49F;
}
</style>