Shades of Royal Heath #B8557B
Tints of Royal Heath #B8557B
RGB
CMYK
RGB Variations
Color information
#B8557B (or 0xB8557B) is known color: Royal Heath. HEX triplet: B8, 55 and 7B. RGB value is (184,85,123). Sum of RGB (Red+Green+Blue) = 184+85+123=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8557B is #47AA84. Grayscale: #767676. Windows color (decimal): -4696709 or 8082872. OLE color: 8082872.
HSL color Cylindrical-coordinate representation of color #B8557B: hue angle of 336.97º 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 #B8557B is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 123 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.28 |
| HSL | 336.97º | 0.41% | 0.53% | - |
| HSV(B) | 336.97º | 0.54% | 0.72% | - |
| XYZ | 26.59 | 18.12 | 20.83 | - |
| YUV | 118.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 123 | 0 | 0.54 | 0.33 | 0.28 | 336.97 | 0.41 | 0.53 |
| Hex | B8 | 55 | 7B | 0 | 36 | 21 | 1C | 151 | 29 | 35 |
| Octal | 270 | 125 | 173 | 0 | 66 | 41 | 34 | 521 | 51 | 65 |
| Binary | 10111000 | 1010101 | 1111011 | 0 | 110110 | 100001 | 11100 | 101010001 | 101001 | 110101 |
Color Harmonies of #B8557B
Complementary color
Monochromatic Colors of #B8557B
Black with #B8557B
Text Example
Text Example
White with #B8557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8557B; }
p { color: rgb(184,85,123); }
H1.HeaderClassName
{
color: #B8557B;
}
.AnyTagClassName
{
color: #B8557B;
}
</style>
background-color css
<style>
a { background-color: #B8557B; }
a { background-color: rgb(184,85,123); }
div.DivClassName
{
background-color: #B8557B;
}
.BgClassName
{
background-color: #B8557B;
}
</style>
border-color css
<style>
span { border-color: #B8557B; }
span { border-color: rgb(184,85,123); }
td.TdClassName
{
border-color: #B8557B;
}
.TagClassName
{
border-color: #B8557B;
}
</style>