Shades of Royal Heath #BB5377
Tints of Royal Heath #BB5377
RGB
CMYK
RGB Variations
Color information
#BB5377 (or 0xBB5377) is known color: Royal Heath. HEX triplet: BB, 53 and 77. RGB value is (187,83,119). Sum of RGB (Red+Green+Blue) = 187+83+119=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5377 is #44AC88. Grayscale: #767676. Windows color (decimal): -4500617 or 7820219. OLE color: 7820219.
HSL color Cylindrical-coordinate representation of color #BB5377: hue angle of 339.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5377 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 119 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.27 |
| HSL | 339.23º | 0.43% | 0.53% | - |
| HSV(B) | 339.23º | 0.56% | 0.73% | - |
| XYZ | 26.92 | 18.08 | 19.52 | - |
| YUV | 118.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 119 | 0 | 0.56 | 0.36 | 0.27 | 339.23 | 0.43 | 0.53 |
| Hex | BB | 53 | 77 | 0 | 38 | 24 | 1B | 153 | 2B | 35 |
| Octal | 273 | 123 | 167 | 0 | 70 | 44 | 33 | 523 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1110111 | 0 | 111000 | 100100 | 11011 | 101010011 | 101011 | 110101 |
Color Harmonies of #BB5377
Complementary color
Monochromatic Colors of #BB5377
Black with #BB5377
Text Example
Text Example
White with #BB5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5377; }
p { color: rgb(187,83,119); }
H1.HeaderClassName
{
color: #BB5377;
}
.AnyTagClassName
{
color: #BB5377;
}
</style>
background-color css
<style>
a { background-color: #BB5377; }
a { background-color: rgb(187,83,119); }
div.DivClassName
{
background-color: #BB5377;
}
.BgClassName
{
background-color: #BB5377;
}
</style>
border-color css
<style>
span { border-color: #BB5377; }
span { border-color: rgb(187,83,119); }
td.TdClassName
{
border-color: #BB5377;
}
.TagClassName
{
border-color: #BB5377;
}
</style>