Shades of Martini #B99F99
Tints of Martini #B99F99
RGB
CMYK
RGB Variations
Color information
#B99F99 (or 0xB99F99) is known color: Martini. HEX triplet: B9, 9F and 99. RGB value is (185,159,153). Sum of RGB (Red+Green+Blue) = 185+159+153=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F99 is #466066. Grayscale: #A6A6A6. Windows color (decimal): -4612199 or 10067897. OLE color: 10067897.
HSL color Cylindrical-coordinate representation of color #B99F99: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99F99 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 153 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.27 |
| HSL | 11.25º | 0.19% | 0.66% | - |
| HSV(B) | 11.25º | 0.17% | 0.73% | - |
| XYZ | 38.16 | 37.41 | 35.35 | - |
| YUV | 166.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 153 | 0 | 0.14 | 0.17 | 0.27 | 11.25 | 0.19 | 0.66 |
| Hex | B9 | 9F | 99 | 0 | E | 11 | 1B | B | 13 | 42 |
| Octal | 271 | 237 | 231 | 0 | 16 | 21 | 33 | 13 | 23 | 102 |
| Binary | 10111001 | 10011111 | 10011001 | 0 | 1110 | 10001 | 11011 | 1011 | 10011 | 1000010 |
Color Harmonies of #B99F99
Complementary color
Monochromatic Colors of #B99F99
Black with #B99F99
Text Example
Text Example
White with #B99F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F99; }
p { color: rgb(185,159,153); }
H1.HeaderClassName
{
color: #B99F99;
}
.AnyTagClassName
{
color: #B99F99;
}
</style>
background-color css
<style>
a { background-color: #B99F99; }
a { background-color: rgb(185,159,153); }
div.DivClassName
{
background-color: #B99F99;
}
.BgClassName
{
background-color: #B99F99;
}
</style>
border-color css
<style>
span { border-color: #B99F99; }
span { border-color: rgb(185,159,153); }
td.TdClassName
{
border-color: #B99F99;
}
.TagClassName
{
border-color: #B99F99;
}
</style>