Shades of Old Rose #BB1B54
Tints of Old Rose #BB1B54
RGB
CMYK
RGB Variations
Color information
#BB1B54 (or 0xBB1B54) is known color: Old Rose. HEX triplet: BB, 1B and 54. RGB value is (187,27,84). Sum of RGB (Red+Green+Blue) = 187+27+84=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B54 is #44E4AB. Grayscale: #515151. Windows color (decimal): -4514988 or 5512123. OLE color: 5512123.
HSL color Cylindrical-coordinate representation of color #BB1B54: hue angle of 338.62º degrees, saturation: 0.75, 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 #BB1B54 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 84 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.27 |
| HSL | 338.63º | 0.75% | 0.42% | - |
| HSV(B) | 338.63º | 0.86% | 0.73% | - |
| XYZ | 22.49 | 11.99 | 9.52 | - |
| YUV | 81.34 | 129.51 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 84 | 0 | 0.86 | 0.55 | 0.27 | 338.63 | 0.75 | 0.42 |
| Hex | BB | 1B | 54 | 0 | 56 | 37 | 1B | 153 | 4B | 2A |
| Octal | 273 | 33 | 124 | 0 | 126 | 67 | 33 | 523 | 113 | 52 |
| Binary | 10111011 | 11011 | 1010100 | 0 | 1010110 | 110111 | 11011 | 101010011 | 1001011 | 101010 |
Color Harmonies of #BB1B54
Complementary color
Monochromatic Colors of #BB1B54
Black with #BB1B54
Text Example
Text Example
White with #BB1B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B54; }
p { color: rgb(187,27,84); }
H1.HeaderClassName
{
color: #BB1B54;
}
.AnyTagClassName
{
color: #BB1B54;
}
</style>
background-color css
<style>
a { background-color: #BB1B54; }
a { background-color: rgb(187,27,84); }
div.DivClassName
{
background-color: #BB1B54;
}
.BgClassName
{
background-color: #BB1B54;
}
</style>
border-color css
<style>
span { border-color: #BB1B54; }
span { border-color: rgb(187,27,84); }
td.TdClassName
{
border-color: #BB1B54;
}
.TagClassName
{
border-color: #BB1B54;
}
</style>