Shades of Royal Heath #B7597E
Tints of Royal Heath #B7597E
RGB
CMYK
RGB Variations
Color information
#B7597E (or 0xB7597E) is known color: Royal Heath. HEX triplet: B7, 59 and 7E. RGB value is (183,89,126). Sum of RGB (Red+Green+Blue) = 183+89+126=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7597E is #48A681. Grayscale: #797979. Windows color (decimal): -4761218 or 8280503. OLE color: 8280503.
HSL color Cylindrical-coordinate representation of color #B7597E: hue angle of 336.38º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7597E is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 126 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.28 |
| HSL | 336.38º | 0.39% | 0.53% | - |
| HSV(B) | 336.38º | 0.51% | 0.72% | - |
| XYZ | 26.87 | 18.72 | 21.94 | - |
| YUV | 121.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 126 | 0 | 0.51 | 0.31 | 0.28 | 336.38 | 0.39 | 0.53 |
| Hex | B7 | 59 | 7E | 0 | 33 | 1F | 1C | 150 | 27 | 35 |
| Octal | 267 | 131 | 176 | 0 | 63 | 37 | 34 | 520 | 47 | 65 |
| Binary | 10110111 | 1011001 | 1111110 | 0 | 110011 | 11111 | 11100 | 101010000 | 100111 | 110101 |
Color Harmonies of #B7597E
Complementary color
Monochromatic Colors of #B7597E
Black with #B7597E
Text Example
Text Example
White with #B7597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7597E; }
p { color: rgb(183,89,126); }
H1.HeaderClassName
{
color: #B7597E;
}
.AnyTagClassName
{
color: #B7597E;
}
</style>
background-color css
<style>
a { background-color: #B7597E; }
a { background-color: rgb(183,89,126); }
div.DivClassName
{
background-color: #B7597E;
}
.BgClassName
{
background-color: #B7597E;
}
</style>
border-color css
<style>
span { border-color: #B7597E; }
span { border-color: rgb(183,89,126); }
td.TdClassName
{
border-color: #B7597E;
}
.TagClassName
{
border-color: #B7597E;
}
</style>