Shades of Old Rose #BB1A54
Tints of Old Rose #BB1A54
RGB
CMYK
RGB Variations
Color information
#BB1A54 (or 0xBB1A54) is known color: Old Rose. HEX triplet: BB, 1A and 54. RGB value is (187,26,84). Sum of RGB (Red+Green+Blue) = 187+26+84=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A54 is #44E5AB. Grayscale: #505050. Windows color (decimal): -4515244 or 5511867. OLE color: 5511867.
HSL color Cylindrical-coordinate representation of color #BB1A54: hue angle of 338.39º 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 #BB1A54 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 84 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.27 |
| HSL | 338.39º | 0.76% | 0.42% | - |
| HSV(B) | 338.39º | 0.86% | 0.73% | - |
| XYZ | 22.46 | 11.94 | 9.51 | - |
| YUV | 80.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 84 | 0 | 0.86 | 0.55 | 0.27 | 338.39 | 0.76 | 0.42 |
| Hex | BB | 1A | 54 | 0 | 56 | 37 | 1B | 152 | 4C | 2A |
| Octal | 273 | 32 | 124 | 0 | 126 | 67 | 33 | 522 | 114 | 52 |
| Binary | 10111011 | 11010 | 1010100 | 0 | 1010110 | 110111 | 11011 | 101010010 | 1001100 | 101010 |
Color Harmonies of #BB1A54
Complementary color
Monochromatic Colors of #BB1A54
Black with #BB1A54
Text Example
Text Example
White with #BB1A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A54; }
p { color: rgb(187,26,84); }
H1.HeaderClassName
{
color: #BB1A54;
}
.AnyTagClassName
{
color: #BB1A54;
}
</style>
background-color css
<style>
a { background-color: #BB1A54; }
a { background-color: rgb(187,26,84); }
div.DivClassName
{
background-color: #BB1A54;
}
.BgClassName
{
background-color: #BB1A54;
}
</style>
border-color css
<style>
span { border-color: #BB1A54; }
span { border-color: rgb(187,26,84); }
td.TdClassName
{
border-color: #BB1A54;
}
.TagClassName
{
border-color: #BB1A54;
}
</style>