Shades of Martini #B8A49F
Tints of Martini #B8A49F
RGB
CMYK
RGB Variations
Color information
#B8A49F (or 0xB8A49F) is known color: Martini. HEX triplet: B8, A4 and 9F. RGB value is (184,164,159). Sum of RGB (Red+Green+Blue) = 184+164+159=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A49F is #475B60. Grayscale: #A9A9A9. Windows color (decimal): -4676449 or 10462392. OLE color: 10462392.
HSL color Cylindrical-coordinate representation of color #B8A49F: hue angle of 12º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8A49F is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 159 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.28 |
| HSL | 12º | 0.15% | 0.67% | - |
| HSV(B) | 12º | 0.14% | 0.72% | - |
| XYZ | 39.3 | 39.24 | 38.3 | - |
| YUV | 169.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 159 | 0 | 0.11 | 0.14 | 0.28 | 12 | 0.15 | 0.67 |
| Hex | B8 | A4 | 9F | 0 | B | E | 1C | C | F | 43 |
| Octal | 270 | 244 | 237 | 0 | 13 | 16 | 34 | 14 | 17 | 103 |
| Binary | 10111000 | 10100100 | 10011111 | 0 | 1011 | 1110 | 11100 | 1100 | 1111 | 1000011 |
Color Harmonies of #B8A49F
Complementary color
Monochromatic Colors of #B8A49F
Black with #B8A49F
Text Example
Text Example
White with #B8A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A49F; }
p { color: rgb(184,164,159); }
H1.HeaderClassName
{
color: #B8A49F;
}
.AnyTagClassName
{
color: #B8A49F;
}
</style>
background-color css
<style>
a { background-color: #B8A49F; }
a { background-color: rgb(184,164,159); }
div.DivClassName
{
background-color: #B8A49F;
}
.BgClassName
{
background-color: #B8A49F;
}
</style>
border-color css
<style>
span { border-color: #B8A49F; }
span { border-color: rgb(184,164,159); }
td.TdClassName
{
border-color: #B8A49F;
}
.TagClassName
{
border-color: #B8A49F;
}
</style>