Shades of Martini #BB9F9A
Tints of Martini #BB9F9A
RGB
CMYK
RGB Variations
Color information
#BB9F9A (or 0xBB9F9A) is known color: Martini. HEX triplet: BB, 9F and 9A. RGB value is (187,159,154). Sum of RGB (Red+Green+Blue) = 187+159+154=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F9A is #446065. Grayscale: #A6A6A6. Windows color (decimal): -4481126 or 10133435. OLE color: 10133435.
HSL color Cylindrical-coordinate representation of color #BB9F9A: hue angle of 9.09º 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 #BB9F9A is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 154 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.27 |
| HSL | 9.09º | 0.2% | 0.67% | - |
| HSV(B) | 9.09º | 0.18% | 0.73% | - |
| XYZ | 38.72 | 37.69 | 35.81 | - |
| YUV | 166.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 154 | 0 | 0.15 | 0.18 | 0.27 | 9.09 | 0.2 | 0.67 |
| Hex | BB | 9F | 9A | 0 | F | 12 | 1B | 9 | 14 | 43 |
| Octal | 273 | 237 | 232 | 0 | 17 | 22 | 33 | 11 | 24 | 103 |
| Binary | 10111011 | 10011111 | 10011010 | 0 | 1111 | 10010 | 11011 | 1001 | 10100 | 1000011 |
Color Harmonies of #BB9F9A
Complementary color
Monochromatic Colors of #BB9F9A
Black with #BB9F9A
Text Example
Text Example
White with #BB9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F9A; }
p { color: rgb(187,159,154); }
H1.HeaderClassName
{
color: #BB9F9A;
}
.AnyTagClassName
{
color: #BB9F9A;
}
</style>
background-color css
<style>
a { background-color: #BB9F9A; }
a { background-color: rgb(187,159,154); }
div.DivClassName
{
background-color: #BB9F9A;
}
.BgClassName
{
background-color: #BB9F9A;
}
</style>
border-color css
<style>
span { border-color: #BB9F9A; }
span { border-color: rgb(187,159,154); }
td.TdClassName
{
border-color: #BB9F9A;
}
.TagClassName
{
border-color: #BB9F9A;
}
</style>