Shades of Royal Heath #B8547B
Tints of Royal Heath #B8547B
RGB
CMYK
RGB Variations
Color information
#B8547B (or 0xB8547B) is known color: Royal Heath. HEX triplet: B8, 54 and 7B. RGB value is (184,84,123). Sum of RGB (Red+Green+Blue) = 184+84+123=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8547B is #47AB84. Grayscale: #767676. Windows color (decimal): -4696965 or 8082616. OLE color: 8082616.
HSL color Cylindrical-coordinate representation of color #B8547B: hue angle of 336.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8547B is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 123 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.28 |
| HSL | 336.6º | 0.41% | 0.53% | - |
| HSV(B) | 336.6º | 0.54% | 0.72% | - |
| XYZ | 26.51 | 17.96 | 20.81 | - |
| YUV | 118.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 123 | 0 | 0.54 | 0.33 | 0.28 | 336.6 | 0.41 | 0.53 |
| Hex | B8 | 54 | 7B | 0 | 36 | 21 | 1C | 151 | 29 | 35 |
| Octal | 270 | 124 | 173 | 0 | 66 | 41 | 34 | 521 | 51 | 65 |
| Binary | 10111000 | 1010100 | 1111011 | 0 | 110110 | 100001 | 11100 | 101010001 | 101001 | 110101 |
Color Harmonies of #B8547B
Complementary color
Monochromatic Colors of #B8547B
Black with #B8547B
Text Example
Text Example
White with #B8547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8547B; }
p { color: rgb(184,84,123); }
H1.HeaderClassName
{
color: #B8547B;
}
.AnyTagClassName
{
color: #B8547B;
}
</style>
background-color css
<style>
a { background-color: #B8547B; }
a { background-color: rgb(184,84,123); }
div.DivClassName
{
background-color: #B8547B;
}
.BgClassName
{
background-color: #B8547B;
}
</style>
border-color css
<style>
span { border-color: #B8547B; }
span { border-color: rgb(184,84,123); }
td.TdClassName
{
border-color: #B8547B;
}
.TagClassName
{
border-color: #B8547B;
}
</style>