Shades of Royal Heath #B7486D
Tints of Royal Heath #B7486D
RGB
CMYK
RGB Variations
Color information
#B7486D (or 0xB7486D) is known color: Royal Heath. HEX triplet: B7, 48 and 6D. RGB value is (183,72,109). Sum of RGB (Red+Green+Blue) = 183+72+109=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7486D is #48B792. Grayscale: #6D6D6D. Windows color (decimal): -4765587 or 7162039. OLE color: 7162039.
HSL color Cylindrical-coordinate representation of color #B7486D: hue angle of 340º 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 #B7486D is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 109 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.28 |
| HSL | 340º | 0.44% | 0.5% | - |
| HSV(B) | 340º | 0.61% | 0.72% | - |
| XYZ | 24.61 | 15.81 | 16.22 | - |
| YUV | 109.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 109 | 0 | 0.61 | 0.40 | 0.28 | 340 | 0.44 | 0.5 |
| Hex | B7 | 48 | 6D | 0 | 3D | 28 | 1C | 154 | 2C | 32 |
| Octal | 267 | 110 | 155 | 0 | 75 | 50 | 34 | 524 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1101101 | 0 | 111101 | 101000 | 11100 | 101010100 | 101100 | 110010 |
Color Harmonies of #B7486D
Complementary color
Monochromatic Colors of #B7486D
Black with #B7486D
Text Example
Text Example
White with #B7486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7486D; }
p { color: rgb(183,72,109); }
H1.HeaderClassName
{
color: #B7486D;
}
.AnyTagClassName
{
color: #B7486D;
}
</style>
background-color css
<style>
a { background-color: #B7486D; }
a { background-color: rgb(183,72,109); }
div.DivClassName
{
background-color: #B7486D;
}
.BgClassName
{
background-color: #B7486D;
}
</style>
border-color css
<style>
span { border-color: #B7486D; }
span { border-color: rgb(183,72,109); }
td.TdClassName
{
border-color: #B7486D;
}
.TagClassName
{
border-color: #B7486D;
}
</style>