Shades of Old Rose #BB1451
Tints of Old Rose #BB1451
RGB
CMYK
RGB Variations
Color information
#BB1451 (or 0xBB1451) is known color: Old Rose. HEX triplet: BB, 14 and 51. RGB value is (187,20,81). Sum of RGB (Red+Green+Blue) = 187+20+81=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1451 is #44EBAE. Grayscale: #4C4C4C. Windows color (decimal): -4516783 or 5313723. OLE color: 5313723.
HSL color Cylindrical-coordinate representation of color #BB1451: hue angle of 338.08º degrees, saturation: 0.81, 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 #BB1451 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 81 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.27 |
| HSL | 338.08º | 0.81% | 0.41% | - |
| HSV(B) | 338.08º | 0.89% | 0.73% | - |
| XYZ | 22.23 | 11.66 | 8.86 | - |
| YUV | 76.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 81 | 0 | 0.89 | 0.57 | 0.27 | 338.08 | 0.81 | 0.41 |
| Hex | BB | 14 | 51 | 0 | 59 | 39 | 1B | 152 | 51 | 29 |
| Octal | 273 | 24 | 121 | 0 | 131 | 71 | 33 | 522 | 121 | 51 |
| Binary | 10111011 | 10100 | 1010001 | 0 | 1011001 | 111001 | 11011 | 101010010 | 1010001 | 101001 |
Color Harmonies of #BB1451
Complementary color
Monochromatic Colors of #BB1451
Black with #BB1451
Text Example
Text Example
White with #BB1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1451; }
p { color: rgb(187,20,81); }
H1.HeaderClassName
{
color: #BB1451;
}
.AnyTagClassName
{
color: #BB1451;
}
</style>
background-color css
<style>
a { background-color: #BB1451; }
a { background-color: rgb(187,20,81); }
div.DivClassName
{
background-color: #BB1451;
}
.BgClassName
{
background-color: #BB1451;
}
</style>
border-color css
<style>
span { border-color: #BB1451; }
span { border-color: rgb(187,20,81); }
td.TdClassName
{
border-color: #BB1451;
}
.TagClassName
{
border-color: #BB1451;
}
</style>