Shades of Old Rose #BB1A55
Tints of Old Rose #BB1A55
RGB
CMYK
RGB Variations
Color information
#BB1A55 (or 0xBB1A55) is known color: Old Rose. HEX triplet: BB, 1A and 55. RGB value is (187,26,85). Sum of RGB (Red+Green+Blue) = 187+26+85=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A55 is #44E5AA. Grayscale: #505050. Windows color (decimal): -4515243 or 5577403. OLE color: 5577403.
HSL color Cylindrical-coordinate representation of color #BB1A55: hue angle of 338.01º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A55 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 85 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.27 |
| HSL | 338.01º | 0.76% | 0.42% | - |
| HSV(B) | 338.01º | 0.86% | 0.73% | - |
| XYZ | 22.5 | 11.96 | 9.72 | - |
| YUV | 80.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 85 | 0 | 0.86 | 0.55 | 0.27 | 338.01 | 0.76 | 0.42 |
| Hex | BB | 1A | 55 | 0 | 56 | 37 | 1B | 152 | 4C | 2A |
| Octal | 273 | 32 | 125 | 0 | 126 | 67 | 33 | 522 | 114 | 52 |
| Binary | 10111011 | 11010 | 1010101 | 0 | 1010110 | 110111 | 11011 | 101010010 | 1001100 | 101010 |
Color Harmonies of #BB1A55
Complementary color
Monochromatic Colors of #BB1A55
Black with #BB1A55
Text Example
Text Example
White with #BB1A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A55; }
p { color: rgb(187,26,85); }
H1.HeaderClassName
{
color: #BB1A55;
}
.AnyTagClassName
{
color: #BB1A55;
}
</style>
background-color css
<style>
a { background-color: #BB1A55; }
a { background-color: rgb(187,26,85); }
div.DivClassName
{
background-color: #BB1A55;
}
.BgClassName
{
background-color: #BB1A55;
}
</style>
border-color css
<style>
span { border-color: #BB1A55; }
span { border-color: rgb(187,26,85); }
td.TdClassName
{
border-color: #BB1A55;
}
.TagClassName
{
border-color: #BB1A55;
}
</style>