Shades of Royal Heath #BB4D7F
Tints of Royal Heath #BB4D7F
RGB
CMYK
RGB Variations
Color information
#BB4D7F (or 0xBB4D7F) is known color: Royal Heath. HEX triplet: BB, 4D and 7F. RGB value is (187,77,127). Sum of RGB (Red+Green+Blue) = 187+77+127=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D7F is #44B280. Grayscale: #737373. Windows color (decimal): -4502145 or 8342971. OLE color: 8342971.
HSL color Cylindrical-coordinate representation of color #BB4D7F: hue angle of 332.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D7F is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 127 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.27 |
| HSL | 332.73º | 0.45% | 0.52% | - |
| HSV(B) | 332.73º | 0.59% | 0.73% | - |
| XYZ | 26.98 | 17.4 | 22.02 | - |
| YUV | 115.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 127 | 0 | 0.59 | 0.32 | 0.27 | 332.73 | 0.45 | 0.52 |
| Hex | BB | 4D | 7F | 0 | 3B | 20 | 1B | 14D | 2D | 34 |
| Octal | 273 | 115 | 177 | 0 | 73 | 40 | 33 | 515 | 55 | 64 |
| Binary | 10111011 | 1001101 | 1111111 | 0 | 111011 | 100000 | 11011 | 101001101 | 101101 | 110100 |
Color Harmonies of #BB4D7F
Complementary color
Monochromatic Colors of #BB4D7F
Black with #BB4D7F
Text Example
Text Example
White with #BB4D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D7F; }
p { color: rgb(187,77,127); }
H1.HeaderClassName
{
color: #BB4D7F;
}
.AnyTagClassName
{
color: #BB4D7F;
}
</style>
background-color css
<style>
a { background-color: #BB4D7F; }
a { background-color: rgb(187,77,127); }
div.DivClassName
{
background-color: #BB4D7F;
}
.BgClassName
{
background-color: #BB4D7F;
}
</style>
border-color css
<style>
span { border-color: #BB4D7F; }
span { border-color: rgb(187,77,127); }
td.TdClassName
{
border-color: #BB4D7F;
}
.TagClassName
{
border-color: #BB4D7F;
}
</style>