Shades of Old Rose #BB1550
Tints of Old Rose #BB1550
RGB
CMYK
RGB Variations
Color information
#BB1550 (or 0xBB1550) is known color: Old Rose. HEX triplet: BB, 15 and 50. RGB value is (187,21,80). Sum of RGB (Red+Green+Blue) = 187+21+80=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1550 is #44EAAF. Grayscale: #4D4D4D. Windows color (decimal): -4516528 or 5248443. OLE color: 5248443.
HSL color Cylindrical-coordinate representation of color #BB1550: hue angle of 338.67º 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 #BB1550 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 80 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.27 |
| HSL | 338.67º | 0.8% | 0.41% | - |
| HSV(B) | 338.67º | 0.89% | 0.73% | - |
| XYZ | 22.21 | 11.68 | 8.67 | - |
| YUV | 77.36 | 129.5 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 80 | 0 | 0.89 | 0.57 | 0.27 | 338.67 | 0.8 | 0.41 |
| Hex | BB | 15 | 50 | 0 | 59 | 39 | 1B | 153 | 50 | 29 |
| Octal | 273 | 25 | 120 | 0 | 131 | 71 | 33 | 523 | 120 | 51 |
| Binary | 10111011 | 10101 | 1010000 | 0 | 1011001 | 111001 | 11011 | 101010011 | 1010000 | 101001 |
Color Harmonies of #BB1550
Complementary color
Monochromatic Colors of #BB1550
Black with #BB1550
Text Example
Text Example
White with #BB1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1550; }
p { color: rgb(187,21,80); }
H1.HeaderClassName
{
color: #BB1550;
}
.AnyTagClassName
{
color: #BB1550;
}
</style>
background-color css
<style>
a { background-color: #BB1550; }
a { background-color: rgb(187,21,80); }
div.DivClassName
{
background-color: #BB1550;
}
.BgClassName
{
background-color: #BB1550;
}
</style>
border-color css
<style>
span { border-color: #BB1550; }
span { border-color: rgb(187,21,80); }
td.TdClassName
{
border-color: #BB1550;
}
.TagClassName
{
border-color: #BB1550;
}
</style>