Shades of Royal Heath #B7486E
Tints of Royal Heath #B7486E
RGB
CMYK
RGB Variations
Color information
#B7486E (or 0xB7486E) is known color: Royal Heath. HEX triplet: B7, 48 and 6E. RGB value is (183,72,110). Sum of RGB (Red+Green+Blue) = 183+72+110=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7486E is #48B791. Grayscale: #6D6D6D. Windows color (decimal): -4765586 or 7227575. OLE color: 7227575.
HSL color Cylindrical-coordinate representation of color #B7486E: hue angle of 339.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7486E is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 110 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.28 |
| HSL | 339.46º | 0.44% | 0.5% | - |
| HSV(B) | 339.46º | 0.61% | 0.72% | - |
| XYZ | 24.66 | 15.83 | 16.51 | - |
| YUV | 109.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 110 | 0 | 0.61 | 0.40 | 0.28 | 339.46 | 0.44 | 0.5 |
| Hex | B7 | 48 | 6E | 0 | 3D | 28 | 1C | 153 | 2C | 32 |
| Octal | 267 | 110 | 156 | 0 | 75 | 50 | 34 | 523 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1101110 | 0 | 111101 | 101000 | 11100 | 101010011 | 101100 | 110010 |
Color Harmonies of #B7486E
Complementary color
Monochromatic Colors of #B7486E
Black with #B7486E
Text Example
Text Example
White with #B7486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7486E; }
p { color: rgb(183,72,110); }
H1.HeaderClassName
{
color: #B7486E;
}
.AnyTagClassName
{
color: #B7486E;
}
</style>
background-color css
<style>
a { background-color: #B7486E; }
a { background-color: rgb(183,72,110); }
div.DivClassName
{
background-color: #B7486E;
}
.BgClassName
{
background-color: #B7486E;
}
</style>
border-color css
<style>
span { border-color: #B7486E; }
span { border-color: rgb(183,72,110); }
td.TdClassName
{
border-color: #B7486E;
}
.TagClassName
{
border-color: #B7486E;
}
</style>