Shades of Martini #B9A398
Tints of Martini #B9A398
RGB
CMYK
RGB Variations
Color information
#B9A398 (or 0xB9A398) is known color: Martini. HEX triplet: B9, A3 and 98. RGB value is (185,163,152). Sum of RGB (Red+Green+Blue) = 185+163+152=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A398 is #465C67. Grayscale: #A8A8A8. Windows color (decimal): -4611176 or 10003385. OLE color: 10003385.
HSL color Cylindrical-coordinate representation of color #B9A398: hue angle of 20º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9A398 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 152 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.27 |
| HSL | 20º | 0.19% | 0.66% | - |
| HSV(B) | 20º | 0.18% | 0.73% | - |
| XYZ | 38.77 | 38.78 | 35.15 | - |
| YUV | 168.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 152 | 0 | 0.12 | 0.18 | 0.27 | 20 | 0.19 | 0.66 |
| Hex | B9 | A3 | 98 | 0 | C | 12 | 1B | 14 | 13 | 42 |
| Octal | 271 | 243 | 230 | 0 | 14 | 22 | 33 | 24 | 23 | 102 |
| Binary | 10111001 | 10100011 | 10011000 | 0 | 1100 | 10010 | 11011 | 10100 | 10011 | 1000010 |
Color Harmonies of #B9A398
Complementary color
Monochromatic Colors of #B9A398
Black with #B9A398
Text Example
Text Example
White with #B9A398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A398; }
p { color: rgb(185,163,152); }
H1.HeaderClassName
{
color: #B9A398;
}
.AnyTagClassName
{
color: #B9A398;
}
</style>
background-color css
<style>
a { background-color: #B9A398; }
a { background-color: rgb(185,163,152); }
div.DivClassName
{
background-color: #B9A398;
}
.BgClassName
{
background-color: #B9A398;
}
</style>
border-color css
<style>
span { border-color: #B9A398; }
span { border-color: rgb(185,163,152); }
td.TdClassName
{
border-color: #B9A398;
}
.TagClassName
{
border-color: #B9A398;
}
</style>