Shades of Martini #B7A69F
Tints of Martini #B7A69F
RGB
CMYK
RGB Variations
Color information
#B7A69F (or 0xB7A69F) is known color: Martini. HEX triplet: B7, A6 and 9F. RGB value is (183,166,159). Sum of RGB (Red+Green+Blue) = 183+166+159=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A69F is #485960. Grayscale: #AAAAAA. Windows color (decimal): -4741473 or 10462903. OLE color: 10462903.
HSL color Cylindrical-coordinate representation of color #B7A69F: hue angle of 17.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 #B7A69F is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 159 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.28 |
| HSL | 17.5º | 0.14% | 0.67% | - |
| HSV(B) | 17.5º | 0.13% | 0.72% | - |
| XYZ | 39.42 | 39.84 | 38.41 | - |
| YUV | 170.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 159 | 0 | 0.09 | 0.13 | 0.28 | 17.5 | 0.14 | 0.67 |
| Hex | B7 | A6 | 9F | 0 | 9 | D | 1C | 12 | E | 43 |
| Octal | 267 | 246 | 237 | 0 | 11 | 15 | 34 | 22 | 16 | 103 |
| Binary | 10110111 | 10100110 | 10011111 | 0 | 1001 | 1101 | 11100 | 10010 | 1110 | 1000011 |
Color Harmonies of #B7A69F
Complementary color
Monochromatic Colors of #B7A69F
Black with #B7A69F
Text Example
Text Example
White with #B7A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A69F; }
p { color: rgb(183,166,159); }
H1.HeaderClassName
{
color: #B7A69F;
}
.AnyTagClassName
{
color: #B7A69F;
}
</style>
background-color css
<style>
a { background-color: #B7A69F; }
a { background-color: rgb(183,166,159); }
div.DivClassName
{
background-color: #B7A69F;
}
.BgClassName
{
background-color: #B7A69F;
}
</style>
border-color css
<style>
span { border-color: #B7A69F; }
span { border-color: rgb(183,166,159); }
td.TdClassName
{
border-color: #B7A69F;
}
.TagClassName
{
border-color: #B7A69F;
}
</style>