Shades of Old Rose #BB1450
Tints of Old Rose #BB1450
RGB
CMYK
RGB Variations
Color information
#BB1450 (or 0xBB1450) is known color: Old Rose. HEX triplet: BB, 14 and 50. RGB value is (187,20,80). Sum of RGB (Red+Green+Blue) = 187+20+80=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1450 is #44EBAF. Grayscale: #4C4C4C. Windows color (decimal): -4516784 or 5248187. OLE color: 5248187.
HSL color Cylindrical-coordinate representation of color #BB1450: hue angle of 338.44º 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 #BB1450 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 80 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.27 |
| HSL | 338.44º | 0.81% | 0.41% | - |
| HSV(B) | 338.44º | 0.89% | 0.73% | - |
| XYZ | 22.19 | 11.64 | 8.67 | - |
| YUV | 76.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 80 | 0 | 0.89 | 0.57 | 0.27 | 338.44 | 0.81 | 0.41 |
| Hex | BB | 14 | 50 | 0 | 59 | 39 | 1B | 152 | 51 | 29 |
| Octal | 273 | 24 | 120 | 0 | 131 | 71 | 33 | 522 | 121 | 51 |
| Binary | 10111011 | 10100 | 1010000 | 0 | 1011001 | 111001 | 11011 | 101010010 | 1010001 | 101001 |
Color Harmonies of #BB1450
Complementary color
Monochromatic Colors of #BB1450
Black with #BB1450
Text Example
Text Example
White with #BB1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1450; }
p { color: rgb(187,20,80); }
H1.HeaderClassName
{
color: #BB1450;
}
.AnyTagClassName
{
color: #BB1450;
}
</style>
background-color css
<style>
a { background-color: #BB1450; }
a { background-color: rgb(187,20,80); }
div.DivClassName
{
background-color: #BB1450;
}
.BgClassName
{
background-color: #BB1450;
}
</style>
border-color css
<style>
span { border-color: #BB1450; }
span { border-color: rgb(187,20,80); }
td.TdClassName
{
border-color: #BB1450;
}
.TagClassName
{
border-color: #BB1450;
}
</style>