Shades of Martini #BB9F99
Tints of Martini #BB9F99
RGB
CMYK
RGB Variations
Color information
#BB9F99 (or 0xBB9F99) is known color: Martini. HEX triplet: BB, 9F and 99. RGB value is (187,159,153). Sum of RGB (Red+Green+Blue) = 187+159+153=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F99 is #446066. Grayscale: #A6A6A6. Windows color (decimal): -4481127 or 10067899. OLE color: 10067899.
HSL color Cylindrical-coordinate representation of color #BB9F99: hue angle of 10.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9F99 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 153 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.27 |
| HSL | 10.59º | 0.2% | 0.67% | - |
| HSV(B) | 10.59º | 0.18% | 0.73% | - |
| XYZ | 38.64 | 37.66 | 35.37 | - |
| YUV | 166.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 153 | 0 | 0.15 | 0.18 | 0.27 | 10.59 | 0.2 | 0.67 |
| Hex | BB | 9F | 99 | 0 | F | 12 | 1B | B | 14 | 43 |
| Octal | 273 | 237 | 231 | 0 | 17 | 22 | 33 | 13 | 24 | 103 |
| Binary | 10111011 | 10011111 | 10011001 | 0 | 1111 | 10010 | 11011 | 1011 | 10100 | 1000011 |
Color Harmonies of #BB9F99
Complementary color
Monochromatic Colors of #BB9F99
Black with #BB9F99
Text Example
Text Example
White with #BB9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F99; }
p { color: rgb(187,159,153); }
H1.HeaderClassName
{
color: #BB9F99;
}
.AnyTagClassName
{
color: #BB9F99;
}
</style>
background-color css
<style>
a { background-color: #BB9F99; }
a { background-color: rgb(187,159,153); }
div.DivClassName
{
background-color: #BB9F99;
}
.BgClassName
{
background-color: #BB9F99;
}
</style>
border-color css
<style>
span { border-color: #BB9F99; }
span { border-color: rgb(187,159,153); }
td.TdClassName
{
border-color: #BB9F99;
}
.TagClassName
{
border-color: #BB9F99;
}
</style>