Shades of Royal Heath #B7406D
Tints of Royal Heath #B7406D
RGB
CMYK
RGB Variations
Color information
#B7406D (or 0xB7406D) is known color: Royal Heath. HEX triplet: B7, 40 and 6D. RGB value is (183,64,109). Sum of RGB (Red+Green+Blue) = 183+64+109=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7406D is #48BF92. Grayscale: #686868. Windows color (decimal): -4767635 or 7159991. OLE color: 7159991.
HSL color Cylindrical-coordinate representation of color #B7406D: hue angle of 337.31º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7406D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 109 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.28 |
| HSL | 337.31º | 0.48% | 0.48% | - |
| HSV(B) | 337.31º | 0.65% | 0.72% | - |
| XYZ | 24.12 | 14.84 | 16.06 | - |
| YUV | 104.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 109 | 0 | 0.65 | 0.40 | 0.28 | 337.31 | 0.48 | 0.48 |
| Hex | B7 | 40 | 6D | 0 | 41 | 28 | 1C | 151 | 30 | 30 |
| Octal | 267 | 100 | 155 | 0 | 101 | 50 | 34 | 521 | 60 | 60 |
| Binary | 10110111 | 1000000 | 1101101 | 0 | 1000001 | 101000 | 11100 | 101010001 | 110000 | 110000 |
Color Harmonies of #B7406D
Complementary color
Monochromatic Colors of #B7406D
Black with #B7406D
Text Example
Text Example
White with #B7406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7406D; }
p { color: rgb(183,64,109); }
H1.HeaderClassName
{
color: #B7406D;
}
.AnyTagClassName
{
color: #B7406D;
}
</style>
background-color css
<style>
a { background-color: #B7406D; }
a { background-color: rgb(183,64,109); }
div.DivClassName
{
background-color: #B7406D;
}
.BgClassName
{
background-color: #B7406D;
}
</style>
border-color css
<style>
span { border-color: #B7406D; }
span { border-color: rgb(183,64,109); }
td.TdClassName
{
border-color: #B7406D;
}
.TagClassName
{
border-color: #B7406D;
}
</style>