Shades of Royal Heath #BB5E77
Tints of Royal Heath #BB5E77
RGB
CMYK
RGB Variations
Color information
#BB5E77 (or 0xBB5E77) is known color: Royal Heath. HEX triplet: BB, 5E and 77. RGB value is (187,94,119). Sum of RGB (Red+Green+Blue) = 187+94+119=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E77 is #44A188. Grayscale: #7C7C7C. Windows color (decimal): -4497801 or 7823035. OLE color: 7823035.
HSL color Cylindrical-coordinate representation of color #BB5E77: hue angle of 343.87º 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 #BB5E77 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 119 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.27 |
| HSL | 343.87º | 0.41% | 0.55% | - |
| HSV(B) | 343.87º | 0.5% | 0.73% | - |
| XYZ | 27.83 | 19.9 | 19.83 | - |
| YUV | 124.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 119 | 0 | 0.50 | 0.36 | 0.27 | 343.87 | 0.41 | 0.55 |
| Hex | BB | 5E | 77 | 0 | 32 | 24 | 1B | 158 | 29 | 37 |
| Octal | 273 | 136 | 167 | 0 | 62 | 44 | 33 | 530 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1110111 | 0 | 110010 | 100100 | 11011 | 101011000 | 101001 | 110111 |
Color Harmonies of #BB5E77
Complementary color
Monochromatic Colors of #BB5E77
Black with #BB5E77
Text Example
Text Example
White with #BB5E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E77; }
p { color: rgb(187,94,119); }
H1.HeaderClassName
{
color: #BB5E77;
}
.AnyTagClassName
{
color: #BB5E77;
}
</style>
background-color css
<style>
a { background-color: #BB5E77; }
a { background-color: rgb(187,94,119); }
div.DivClassName
{
background-color: #BB5E77;
}
.BgClassName
{
background-color: #BB5E77;
}
</style>
border-color css
<style>
span { border-color: #BB5E77; }
span { border-color: rgb(187,94,119); }
td.TdClassName
{
border-color: #BB5E77;
}
.TagClassName
{
border-color: #BB5E77;
}
</style>