Shades of Martini #B7A49F
Tints of Martini #B7A49F
RGB
CMYK
RGB Variations
Color information
#B7A49F (or 0xB7A49F) is known color: Martini. HEX triplet: B7, A4 and 9F. RGB value is (183,164,159). Sum of RGB (Red+Green+Blue) = 183+164+159=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A49F is #485B60. Grayscale: #A9A9A9. Windows color (decimal): -4741985 or 10462391. OLE color: 10462391.
HSL color Cylindrical-coordinate representation of color #B7A49F: hue angle of 12.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7A49F is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 159 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.28 |
| HSL | 12.5º | 0.14% | 0.67% | - |
| HSV(B) | 12.5º | 0.13% | 0.72% | - |
| XYZ | 39.06 | 39.12 | 38.29 | - |
| YUV | 169.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 159 | 0 | 0.10 | 0.13 | 0.28 | 12.5 | 0.14 | 0.67 |
| Hex | B7 | A4 | 9F | 0 | A | D | 1C | C | E | 43 |
| Octal | 267 | 244 | 237 | 0 | 12 | 15 | 34 | 14 | 16 | 103 |
| Binary | 10110111 | 10100100 | 10011111 | 0 | 1010 | 1101 | 11100 | 1100 | 1110 | 1000011 |
Color Harmonies of #B7A49F
Complementary color
Monochromatic Colors of #B7A49F
Black with #B7A49F
Text Example
Text Example
White with #B7A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A49F; }
p { color: rgb(183,164,159); }
H1.HeaderClassName
{
color: #B7A49F;
}
.AnyTagClassName
{
color: #B7A49F;
}
</style>
background-color css
<style>
a { background-color: #B7A49F; }
a { background-color: rgb(183,164,159); }
div.DivClassName
{
background-color: #B7A49F;
}
.BgClassName
{
background-color: #B7A49F;
}
</style>
border-color css
<style>
span { border-color: #B7A49F; }
span { border-color: rgb(183,164,159); }
td.TdClassName
{
border-color: #B7A49F;
}
.TagClassName
{
border-color: #B7A49F;
}
</style>