Shades of Royal Heath #B8567B
Tints of Royal Heath #B8567B
RGB
CMYK
RGB Variations
Color information
#B8567B (or 0xB8567B) is known color: Royal Heath. HEX triplet: B8, 56 and 7B. RGB value is (184,86,123). Sum of RGB (Red+Green+Blue) = 184+86+123=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8567B is #47A984. Grayscale: #777777. Windows color (decimal): -4696453 or 8083128. OLE color: 8083128.
HSL color Cylindrical-coordinate representation of color #B8567B: hue angle of 337.35º 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 #B8567B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 123 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.28 |
| HSL | 337.35º | 0.41% | 0.53% | - |
| HSV(B) | 337.35º | 0.53% | 0.72% | - |
| XYZ | 26.67 | 18.28 | 20.86 | - |
| YUV | 119.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 123 | 0 | 0.53 | 0.33 | 0.28 | 337.35 | 0.41 | 0.53 |
| Hex | B8 | 56 | 7B | 0 | 35 | 21 | 1C | 151 | 29 | 35 |
| Octal | 270 | 126 | 173 | 0 | 65 | 41 | 34 | 521 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1111011 | 0 | 110101 | 100001 | 11100 | 101010001 | 101001 | 110101 |
Color Harmonies of #B8567B
Complementary color
Monochromatic Colors of #B8567B
Black with #B8567B
Text Example
Text Example
White with #B8567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8567B; }
p { color: rgb(184,86,123); }
H1.HeaderClassName
{
color: #B8567B;
}
.AnyTagClassName
{
color: #B8567B;
}
</style>
background-color css
<style>
a { background-color: #B8567B; }
a { background-color: rgb(184,86,123); }
div.DivClassName
{
background-color: #B8567B;
}
.BgClassName
{
background-color: #B8567B;
}
</style>
border-color css
<style>
span { border-color: #B8567B; }
span { border-color: rgb(184,86,123); }
td.TdClassName
{
border-color: #B8567B;
}
.TagClassName
{
border-color: #B8567B;
}
</style>