Shades of Royal Heath #B7577E
Tints of Royal Heath #B7577E
RGB
CMYK
RGB Variations
Color information
#B7577E (or 0xB7577E) is known color: Royal Heath. HEX triplet: B7, 57 and 7E. RGB value is (183,87,126). Sum of RGB (Red+Green+Blue) = 183+87+126=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7577E is #48A881. Grayscale: #787878. Windows color (decimal): -4761730 or 8279991. OLE color: 8279991.
HSL color Cylindrical-coordinate representation of color #B7577E: hue angle of 335.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7577E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 126 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.28 |
| HSL | 335.63º | 0.4% | 0.53% | - |
| HSV(B) | 335.63º | 0.52% | 0.72% | - |
| XYZ | 26.7 | 18.39 | 21.88 | - |
| YUV | 120.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 126 | 0 | 0.52 | 0.31 | 0.28 | 335.63 | 0.4 | 0.53 |
| Hex | B7 | 57 | 7E | 0 | 34 | 1F | 1C | 150 | 28 | 35 |
| Octal | 267 | 127 | 176 | 0 | 64 | 37 | 34 | 520 | 50 | 65 |
| Binary | 10110111 | 1010111 | 1111110 | 0 | 110100 | 11111 | 11100 | 101010000 | 101000 | 110101 |
Color Harmonies of #B7577E
Complementary color
Monochromatic Colors of #B7577E
Black with #B7577E
Text Example
Text Example
White with #B7577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7577E; }
p { color: rgb(183,87,126); }
H1.HeaderClassName
{
color: #B7577E;
}
.AnyTagClassName
{
color: #B7577E;
}
</style>
background-color css
<style>
a { background-color: #B7577E; }
a { background-color: rgb(183,87,126); }
div.DivClassName
{
background-color: #B7577E;
}
.BgClassName
{
background-color: #B7577E;
}
</style>
border-color css
<style>
span { border-color: #B7577E; }
span { border-color: rgb(183,87,126); }
td.TdClassName
{
border-color: #B7577E;
}
.TagClassName
{
border-color: #B7577E;
}
</style>