Shades of Royal Heath #BB5573
Tints of Royal Heath #BB5573
RGB
CMYK
RGB Variations
Color information
#BB5573 (or 0xBB5573) is known color: Royal Heath. HEX triplet: BB, 55 and 73. RGB value is (187,85,115). Sum of RGB (Red+Green+Blue) = 187+85+115=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5573 is #44AA8C. Grayscale: #767676. Windows color (decimal): -4500109 or 7558587. OLE color: 7558587.
HSL color Cylindrical-coordinate representation of color #BB5573: hue angle of 342.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5573 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 115 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.27 |
| HSL | 342.35º | 0.43% | 0.53% | - |
| HSV(B) | 342.35º | 0.55% | 0.73% | - |
| XYZ | 26.84 | 18.3 | 18.34 | - |
| YUV | 118.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 115 | 0 | 0.55 | 0.39 | 0.27 | 342.35 | 0.43 | 0.53 |
| Hex | BB | 55 | 73 | 0 | 37 | 27 | 1B | 156 | 2B | 35 |
| Octal | 273 | 125 | 163 | 0 | 67 | 47 | 33 | 526 | 53 | 65 |
| Binary | 10111011 | 1010101 | 1110011 | 0 | 110111 | 100111 | 11011 | 101010110 | 101011 | 110101 |
Color Harmonies of #BB5573
Complementary color
Monochromatic Colors of #BB5573
Black with #BB5573
Text Example
Text Example
White with #BB5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5573; }
p { color: rgb(187,85,115); }
H1.HeaderClassName
{
color: #BB5573;
}
.AnyTagClassName
{
color: #BB5573;
}
</style>
background-color css
<style>
a { background-color: #BB5573; }
a { background-color: rgb(187,85,115); }
div.DivClassName
{
background-color: #BB5573;
}
.BgClassName
{
background-color: #BB5573;
}
</style>
border-color css
<style>
span { border-color: #BB5573; }
span { border-color: rgb(187,85,115); }
td.TdClassName
{
border-color: #BB5573;
}
.TagClassName
{
border-color: #BB5573;
}
</style>