Shades of Martini #B9A498
Tints of Martini #B9A498
RGB
CMYK
RGB Variations
Color information
#B9A498 (or 0xB9A498) is known color: Martini. HEX triplet: B9, A4 and 98. RGB value is (185,164,152). Sum of RGB (Red+Green+Blue) = 185+164+152=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A498 is #465B67. Grayscale: #A8A8A8. Windows color (decimal): -4610920 or 10003641. OLE color: 10003641.
HSL color Cylindrical-coordinate representation of color #B9A498: hue angle of 21.82º 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 #B9A498 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 152 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.27 |
| HSL | 21.82º | 0.19% | 0.66% | - |
| HSV(B) | 21.82º | 0.18% | 0.73% | - |
| XYZ | 38.95 | 39.13 | 35.21 | - |
| YUV | 168.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 152 | 0 | 0.11 | 0.18 | 0.27 | 21.82 | 0.19 | 0.66 |
| Hex | B9 | A4 | 98 | 0 | B | 12 | 1B | 16 | 13 | 42 |
| Octal | 271 | 244 | 230 | 0 | 13 | 22 | 33 | 26 | 23 | 102 |
| Binary | 10111001 | 10100100 | 10011000 | 0 | 1011 | 10010 | 11011 | 10110 | 10011 | 1000010 |
Color Harmonies of #B9A498
Complementary color
Monochromatic Colors of #B9A498
Black with #B9A498
Text Example
Text Example
White with #B9A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A498; }
p { color: rgb(185,164,152); }
H1.HeaderClassName
{
color: #B9A498;
}
.AnyTagClassName
{
color: #B9A498;
}
</style>
background-color css
<style>
a { background-color: #B9A498; }
a { background-color: rgb(185,164,152); }
div.DivClassName
{
background-color: #B9A498;
}
.BgClassName
{
background-color: #B9A498;
}
</style>
border-color css
<style>
span { border-color: #B9A498; }
span { border-color: rgb(185,164,152); }
td.TdClassName
{
border-color: #B9A498;
}
.TagClassName
{
border-color: #B9A498;
}
</style>