Shades of Royal Heath #BB5575
Tints of Royal Heath #BB5575
RGB
CMYK
RGB Variations
Color information
#BB5575 (or 0xBB5575) is known color: Royal Heath. HEX triplet: BB, 55 and 75. RGB value is (187,85,117). Sum of RGB (Red+Green+Blue) = 187+85+117=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5575 is #44AA8A. Grayscale: #777777. Windows color (decimal): -4500107 or 7689659. OLE color: 7689659.
HSL color Cylindrical-coordinate representation of color #BB5575: hue angle of 341.18º 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 #BB5575 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 117 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.27 |
| HSL | 341.18º | 0.43% | 0.53% | - |
| HSV(B) | 341.18º | 0.55% | 0.73% | - |
| XYZ | 26.95 | 18.35 | 18.95 | - |
| YUV | 119.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 117 | 0 | 0.55 | 0.37 | 0.27 | 341.18 | 0.43 | 0.53 |
| Hex | BB | 55 | 75 | 0 | 37 | 25 | 1B | 155 | 2B | 35 |
| Octal | 273 | 125 | 165 | 0 | 67 | 45 | 33 | 525 | 53 | 65 |
| Binary | 10111011 | 1010101 | 1110101 | 0 | 110111 | 100101 | 11011 | 101010101 | 101011 | 110101 |
Color Harmonies of #BB5575
Complementary color
Monochromatic Colors of #BB5575
Black with #BB5575
Text Example
Text Example
White with #BB5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5575; }
p { color: rgb(187,85,117); }
H1.HeaderClassName
{
color: #BB5575;
}
.AnyTagClassName
{
color: #BB5575;
}
</style>
background-color css
<style>
a { background-color: #BB5575; }
a { background-color: rgb(187,85,117); }
div.DivClassName
{
background-color: #BB5575;
}
.BgClassName
{
background-color: #BB5575;
}
</style>
border-color css
<style>
span { border-color: #BB5575; }
span { border-color: rgb(187,85,117); }
td.TdClassName
{
border-color: #BB5575;
}
.TagClassName
{
border-color: #BB5575;
}
</style>