Shades of Royal Heath #B7406F
Tints of Royal Heath #B7406F
RGB
CMYK
RGB Variations
Color information
#B7406F (or 0xB7406F) is known color: Royal Heath. HEX triplet: B7, 40 and 6F. RGB value is (183,64,111). Sum of RGB (Red+Green+Blue) = 183+64+111=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7406F is #48BF90. Grayscale: #686868. Windows color (decimal): -4767633 or 7291063. OLE color: 7291063.
HSL color Cylindrical-coordinate representation of color #B7406F: hue angle of 336.3º 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 #B7406F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 111 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.28 |
| HSL | 336.3º | 0.48% | 0.48% | - |
| HSV(B) | 336.3º | 0.65% | 0.72% | - |
| XYZ | 24.23 | 14.88 | 16.63 | - |
| YUV | 104.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 111 | 0 | 0.65 | 0.39 | 0.28 | 336.3 | 0.48 | 0.48 |
| Hex | B7 | 40 | 6F | 0 | 41 | 27 | 1C | 150 | 30 | 30 |
| Octal | 267 | 100 | 157 | 0 | 101 | 47 | 34 | 520 | 60 | 60 |
| Binary | 10110111 | 1000000 | 1101111 | 0 | 1000001 | 100111 | 11100 | 101010000 | 110000 | 110000 |
Color Harmonies of #B7406F
Complementary color
Monochromatic Colors of #B7406F
Black with #B7406F
Text Example
Text Example
White with #B7406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7406F; }
p { color: rgb(183,64,111); }
H1.HeaderClassName
{
color: #B7406F;
}
.AnyTagClassName
{
color: #B7406F;
}
</style>
background-color css
<style>
a { background-color: #B7406F; }
a { background-color: rgb(183,64,111); }
div.DivClassName
{
background-color: #B7406F;
}
.BgClassName
{
background-color: #B7406F;
}
</style>
border-color css
<style>
span { border-color: #B7406F; }
span { border-color: rgb(183,64,111); }
td.TdClassName
{
border-color: #B7406F;
}
.TagClassName
{
border-color: #B7406F;
}
</style>