Shades of Martini #B7A09B
Tints of Martini #B7A09B
RGB
CMYK
RGB Variations
Color information
#B7A09B (or 0xB7A09B) is known color: Martini. HEX triplet: B7, A0 and 9B. RGB value is (183,160,155). Sum of RGB (Red+Green+Blue) = 183+160+155=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A09B is #485F64. Grayscale: #A6A6A6. Windows color (decimal): -4743013 or 10199223. OLE color: 10199223.
HSL color Cylindrical-coordinate representation of color #B7A09B: hue angle of 10.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7A09B is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 155 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.28 |
| HSL | 10.71º | 0.16% | 0.66% | - |
| HSV(B) | 10.71º | 0.15% | 0.72% | - |
| XYZ | 38.02 | 37.58 | 36.26 | - |
| YUV | 166.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 155 | 0 | 0.13 | 0.15 | 0.28 | 10.71 | 0.16 | 0.66 |
| Hex | B7 | A0 | 9B | 0 | D | F | 1C | B | 10 | 42 |
| Octal | 267 | 240 | 233 | 0 | 15 | 17 | 34 | 13 | 20 | 102 |
| Binary | 10110111 | 10100000 | 10011011 | 0 | 1101 | 1111 | 11100 | 1011 | 10000 | 1000010 |
Color Harmonies of #B7A09B
Complementary color
Monochromatic Colors of #B7A09B
Black with #B7A09B
Text Example
Text Example
White with #B7A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A09B; }
p { color: rgb(183,160,155); }
H1.HeaderClassName
{
color: #B7A09B;
}
.AnyTagClassName
{
color: #B7A09B;
}
</style>
background-color css
<style>
a { background-color: #B7A09B; }
a { background-color: rgb(183,160,155); }
div.DivClassName
{
background-color: #B7A09B;
}
.BgClassName
{
background-color: #B7A09B;
}
</style>
border-color css
<style>
span { border-color: #B7A09B; }
span { border-color: rgb(183,160,155); }
td.TdClassName
{
border-color: #B7A09B;
}
.TagClassName
{
border-color: #B7A09B;
}
</style>