Shades of Royal Heath #B73F70
Tints of Royal Heath #B73F70
RGB
CMYK
RGB Variations
Color information
#B73F70 (or 0xB73F70) is known color: Royal Heath. HEX triplet: B7, 3F and 70. RGB value is (183,63,112). Sum of RGB (Red+Green+Blue) = 183+63+112=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F70 is #48C08F. Grayscale: #686868. Windows color (decimal): -4767888 or 7356343. OLE color: 7356343.
HSL color Cylindrical-coordinate representation of color #B73F70: hue angle of 335.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F70 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 112 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.28 |
| HSL | 335.5º | 0.49% | 0.48% | - |
| HSV(B) | 335.5º | 0.66% | 0.72% | - |
| XYZ | 24.23 | 14.79 | 16.91 | - |
| YUV | 104.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 112 | 0 | 0.66 | 0.39 | 0.28 | 335.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | 70 | 0 | 42 | 27 | 1C | 150 | 31 | 30 |
| Octal | 267 | 77 | 160 | 0 | 102 | 47 | 34 | 520 | 61 | 60 |
| Binary | 10110111 | 111111 | 1110000 | 0 | 1000010 | 100111 | 11100 | 101010000 | 110001 | 110000 |
Color Harmonies of #B73F70
Complementary color
Monochromatic Colors of #B73F70
Black with #B73F70
Text Example
Text Example
White with #B73F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F70; }
p { color: rgb(183,63,112); }
H1.HeaderClassName
{
color: #B73F70;
}
.AnyTagClassName
{
color: #B73F70;
}
</style>
background-color css
<style>
a { background-color: #B73F70; }
a { background-color: rgb(183,63,112); }
div.DivClassName
{
background-color: #B73F70;
}
.BgClassName
{
background-color: #B73F70;
}
</style>
border-color css
<style>
span { border-color: #B73F70; }
span { border-color: rgb(183,63,112); }
td.TdClassName
{
border-color: #B73F70;
}
.TagClassName
{
border-color: #B73F70;
}
</style>