Shades of Royal Heath #BB5E7A
Tints of Royal Heath #BB5E7A
RGB
CMYK
RGB Variations
Color information
#BB5E7A (or 0xBB5E7A) is known color: Royal Heath. HEX triplet: BB, 5E and 7A. RGB value is (187,94,122). Sum of RGB (Red+Green+Blue) = 187+94+122=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E7A is #44A185. Grayscale: #7C7C7C. Windows color (decimal): -4497798 or 8019643. OLE color: 8019643.
HSL color Cylindrical-coordinate representation of color #BB5E7A: hue angle of 341.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E7A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 122 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.27 |
| HSL | 341.94º | 0.41% | 0.55% | - |
| HSV(B) | 341.94º | 0.5% | 0.73% | - |
| XYZ | 28.01 | 19.98 | 20.79 | - |
| YUV | 125 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 122 | 0 | 0.50 | 0.35 | 0.27 | 341.94 | 0.41 | 0.55 |
| Hex | BB | 5E | 7A | 0 | 32 | 23 | 1B | 156 | 29 | 37 |
| Octal | 273 | 136 | 172 | 0 | 62 | 43 | 33 | 526 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1111010 | 0 | 110010 | 100011 | 11011 | 101010110 | 101001 | 110111 |
Color Harmonies of #BB5E7A
Complementary color
Monochromatic Colors of #BB5E7A
Black with #BB5E7A
Text Example
Text Example
White with #BB5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E7A; }
p { color: rgb(187,94,122); }
H1.HeaderClassName
{
color: #BB5E7A;
}
.AnyTagClassName
{
color: #BB5E7A;
}
</style>
background-color css
<style>
a { background-color: #BB5E7A; }
a { background-color: rgb(187,94,122); }
div.DivClassName
{
background-color: #BB5E7A;
}
.BgClassName
{
background-color: #BB5E7A;
}
</style>
border-color css
<style>
span { border-color: #BB5E7A; }
span { border-color: rgb(187,94,122); }
td.TdClassName
{
border-color: #BB5E7A;
}
.TagClassName
{
border-color: #BB5E7A;
}
</style>