Shades of Royal Heath #B8587C
Tints of Royal Heath #B8587C
RGB
CMYK
RGB Variations
Color information
#B8587C (or 0xB8587C) is known color: Royal Heath. HEX triplet: B8, 58 and 7C. RGB value is (184,88,124). Sum of RGB (Red+Green+Blue) = 184+88+124=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8587C is #47A783. Grayscale: #787878. Windows color (decimal): -4695940 or 8149176. OLE color: 8149176.
HSL color Cylindrical-coordinate representation of color #B8587C: hue angle of 337.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8587C is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 124 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.28 |
| HSL | 337.5º | 0.4% | 0.53% | - |
| HSV(B) | 337.5º | 0.52% | 0.72% | - |
| XYZ | 26.89 | 18.63 | 21.25 | - |
| YUV | 120.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 124 | 0 | 0.52 | 0.33 | 0.28 | 337.5 | 0.4 | 0.53 |
| Hex | B8 | 58 | 7C | 0 | 34 | 21 | 1C | 152 | 28 | 35 |
| Octal | 270 | 130 | 174 | 0 | 64 | 41 | 34 | 522 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1111100 | 0 | 110100 | 100001 | 11100 | 101010010 | 101000 | 110101 |
Color Harmonies of #B8587C
Complementary color
Monochromatic Colors of #B8587C
Black with #B8587C
Text Example
Text Example
White with #B8587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8587C; }
p { color: rgb(184,88,124); }
H1.HeaderClassName
{
color: #B8587C;
}
.AnyTagClassName
{
color: #B8587C;
}
</style>
background-color css
<style>
a { background-color: #B8587C; }
a { background-color: rgb(184,88,124); }
div.DivClassName
{
background-color: #B8587C;
}
.BgClassName
{
background-color: #B8587C;
}
</style>
border-color css
<style>
span { border-color: #B8587C; }
span { border-color: rgb(184,88,124); }
td.TdClassName
{
border-color: #B8587C;
}
.TagClassName
{
border-color: #B8587C;
}
</style>