Shades of Old Rose #BB154F
Tints of Old Rose #BB154F
RGB
CMYK
RGB Variations
Color information
#BB154F (or 0xBB154F) is known color: Old Rose. HEX triplet: BB, 15 and 4F. RGB value is (187,21,79). Sum of RGB (Red+Green+Blue) = 187+21+79=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB154F is #44EAB0. Grayscale: #4D4D4D. Windows color (decimal): -4516529 or 5182907. OLE color: 5182907.
HSL color Cylindrical-coordinate representation of color #BB154F: hue angle of 339.04º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB154F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 79 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.27 |
| HSL | 339.04º | 0.8% | 0.41% | - |
| HSV(B) | 339.04º | 0.89% | 0.73% | - |
| XYZ | 22.17 | 11.67 | 8.48 | - |
| YUV | 77.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 79 | 0 | 0.89 | 0.58 | 0.27 | 339.04 | 0.8 | 0.41 |
| Hex | BB | 15 | 4F | 0 | 59 | 3A | 1B | 153 | 50 | 29 |
| Octal | 273 | 25 | 117 | 0 | 131 | 72 | 33 | 523 | 120 | 51 |
| Binary | 10111011 | 10101 | 1001111 | 0 | 1011001 | 111010 | 11011 | 101010011 | 1010000 | 101001 |
Color Harmonies of #BB154F
Complementary color
Monochromatic Colors of #BB154F
Black with #BB154F
Text Example
Text Example
White with #BB154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB154F; }
p { color: rgb(187,21,79); }
H1.HeaderClassName
{
color: #BB154F;
}
.AnyTagClassName
{
color: #BB154F;
}
</style>
background-color css
<style>
a { background-color: #BB154F; }
a { background-color: rgb(187,21,79); }
div.DivClassName
{
background-color: #BB154F;
}
.BgClassName
{
background-color: #BB154F;
}
</style>
border-color css
<style>
span { border-color: #BB154F; }
span { border-color: rgb(187,21,79); }
td.TdClassName
{
border-color: #BB154F;
}
.TagClassName
{
border-color: #BB154F;
}
</style>