Shades of Royal Heath #B73B6E
Tints of Royal Heath #B73B6E
RGB
CMYK
RGB Variations
Color information
#B73B6E (or 0xB73B6E) is known color: Royal Heath. HEX triplet: B7, 3B and 6E. RGB value is (183,59,110). Sum of RGB (Red+Green+Blue) = 183+59+110=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B6E is #48C491. Grayscale: #656565. Windows color (decimal): -4768914 or 7224247. OLE color: 7224247.
HSL color Cylindrical-coordinate representation of color #B73B6E: hue angle of 335.32º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73B6E is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 110 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.28 |
| HSL | 335.32º | 0.51% | 0.47% | - |
| HSV(B) | 335.32º | 0.68% | 0.72% | - |
| XYZ | 23.91 | 14.32 | 16.26 | - |
| YUV | 101.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 110 | 0 | 0.68 | 0.40 | 0.28 | 335.32 | 0.51 | 0.47 |
| Hex | B7 | 3B | 6E | 0 | 44 | 28 | 1C | 14F | 33 | 2F |
| Octal | 267 | 73 | 156 | 0 | 104 | 50 | 34 | 517 | 63 | 57 |
| Binary | 10110111 | 111011 | 1101110 | 0 | 1000100 | 101000 | 11100 | 101001111 | 110011 | 101111 |
Color Harmonies of #B73B6E
Complementary color
Monochromatic Colors of #B73B6E
Black with #B73B6E
Text Example
Text Example
White with #B73B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B6E; }
p { color: rgb(183,59,110); }
H1.HeaderClassName
{
color: #B73B6E;
}
.AnyTagClassName
{
color: #B73B6E;
}
</style>
background-color css
<style>
a { background-color: #B73B6E; }
a { background-color: rgb(183,59,110); }
div.DivClassName
{
background-color: #B73B6E;
}
.BgClassName
{
background-color: #B73B6E;
}
</style>
border-color css
<style>
span { border-color: #B73B6E; }
span { border-color: rgb(183,59,110); }
td.TdClassName
{
border-color: #B73B6E;
}
.TagClassName
{
border-color: #B73B6E;
}
</style>