Shades of Royal Heath #B8597B
Tints of Royal Heath #B8597B
RGB
CMYK
RGB Variations
Color information
#B8597B (or 0xB8597B) is known color: Royal Heath. HEX triplet: B8, 59 and 7B. RGB value is (184,89,123). Sum of RGB (Red+Green+Blue) = 184+89+123=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8597B is #47A684. Grayscale: #797979. Windows color (decimal): -4695685 or 8083896. OLE color: 8083896.
HSL color Cylindrical-coordinate representation of color #B8597B: hue angle of 338.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8597B is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 123 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.28 |
| HSL | 338.53º | 0.4% | 0.54% | - |
| HSV(B) | 338.53º | 0.52% | 0.72% | - |
| XYZ | 26.91 | 18.77 | 20.94 | - |
| YUV | 121.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 123 | 0 | 0.52 | 0.33 | 0.28 | 338.53 | 0.4 | 0.54 |
| Hex | B8 | 59 | 7B | 0 | 34 | 21 | 1C | 153 | 28 | 36 |
| Octal | 270 | 131 | 173 | 0 | 64 | 41 | 34 | 523 | 50 | 66 |
| Binary | 10111000 | 1011001 | 1111011 | 0 | 110100 | 100001 | 11100 | 101010011 | 101000 | 110110 |
Color Harmonies of #B8597B
Complementary color
Monochromatic Colors of #B8597B
Black with #B8597B
Text Example
Text Example
White with #B8597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8597B; }
p { color: rgb(184,89,123); }
H1.HeaderClassName
{
color: #B8597B;
}
.AnyTagClassName
{
color: #B8597B;
}
</style>
background-color css
<style>
a { background-color: #B8597B; }
a { background-color: rgb(184,89,123); }
div.DivClassName
{
background-color: #B8597B;
}
.BgClassName
{
background-color: #B8597B;
}
</style>
border-color css
<style>
span { border-color: #B8597B; }
span { border-color: rgb(184,89,123); }
td.TdClassName
{
border-color: #B8597B;
}
.TagClassName
{
border-color: #B8597B;
}
</style>