Shades of Royal Heath #B8577F
Tints of Royal Heath #B8577F
RGB
CMYK
RGB Variations
Color information
#B8577F (or 0xB8577F) is known color: Royal Heath. HEX triplet: B8, 57 and 7F. RGB value is (184,87,127). Sum of RGB (Red+Green+Blue) = 184+87+127=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8577F is #47A880. Grayscale: #787878. Windows color (decimal): -4696193 or 8345528. OLE color: 8345528.
HSL color Cylindrical-coordinate representation of color #B8577F: hue angle of 335.26º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8577F is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 127 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.28 |
| HSL | 335.26º | 0.41% | 0.53% | - |
| HSV(B) | 335.26º | 0.53% | 0.72% | - |
| XYZ | 27.01 | 18.54 | 22.23 | - |
| YUV | 120.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 127 | 0 | 0.53 | 0.31 | 0.28 | 335.26 | 0.41 | 0.53 |
| Hex | B8 | 57 | 7F | 0 | 35 | 1F | 1C | 14F | 29 | 35 |
| Octal | 270 | 127 | 177 | 0 | 65 | 37 | 34 | 517 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1111111 | 0 | 110101 | 11111 | 11100 | 101001111 | 101001 | 110101 |
Color Harmonies of #B8577F
Complementary color
Monochromatic Colors of #B8577F
Black with #B8577F
Text Example
Text Example
White with #B8577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8577F; }
p { color: rgb(184,87,127); }
H1.HeaderClassName
{
color: #B8577F;
}
.AnyTagClassName
{
color: #B8577F;
}
</style>
background-color css
<style>
a { background-color: #B8577F; }
a { background-color: rgb(184,87,127); }
div.DivClassName
{
background-color: #B8577F;
}
.BgClassName
{
background-color: #B8577F;
}
</style>
border-color css
<style>
span { border-color: #B8577F; }
span { border-color: rgb(184,87,127); }
td.TdClassName
{
border-color: #B8577F;
}
.TagClassName
{
border-color: #B8577F;
}
</style>