Shades of Royal Heath #BB5472
Tints of Royal Heath #BB5472
RGB
CMYK
RGB Variations
Color information
#BB5472 (or 0xBB5472) is known color: Royal Heath. HEX triplet: BB, 54 and 72. RGB value is (187,84,114). Sum of RGB (Red+Green+Blue) = 187+84+114=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5472 is #44AB8D. Grayscale: #767676. Windows color (decimal): -4500366 or 7492795. OLE color: 7492795.
HSL color Cylindrical-coordinate representation of color #BB5472: hue angle of 342.52º 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 #BB5472 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 114 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.27 |
| HSL | 342.52º | 0.43% | 0.53% | - |
| HSV(B) | 342.52º | 0.55% | 0.73% | - |
| XYZ | 26.7 | 18.12 | 18.01 | - |
| YUV | 118.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 114 | 0 | 0.55 | 0.39 | 0.27 | 342.52 | 0.43 | 0.53 |
| Hex | BB | 54 | 72 | 0 | 37 | 27 | 1B | 157 | 2B | 35 |
| Octal | 273 | 124 | 162 | 0 | 67 | 47 | 33 | 527 | 53 | 65 |
| Binary | 10111011 | 1010100 | 1110010 | 0 | 110111 | 100111 | 11011 | 101010111 | 101011 | 110101 |
Color Harmonies of #BB5472
Complementary color
Monochromatic Colors of #BB5472
Black with #BB5472
Text Example
Text Example
White with #BB5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5472; }
p { color: rgb(187,84,114); }
H1.HeaderClassName
{
color: #BB5472;
}
.AnyTagClassName
{
color: #BB5472;
}
</style>
background-color css
<style>
a { background-color: #BB5472; }
a { background-color: rgb(187,84,114); }
div.DivClassName
{
background-color: #BB5472;
}
.BgClassName
{
background-color: #BB5472;
}
</style>
border-color css
<style>
span { border-color: #BB5472; }
span { border-color: rgb(187,84,114); }
td.TdClassName
{
border-color: #BB5472;
}
.TagClassName
{
border-color: #BB5472;
}
</style>