Shades of Royal Heath #B74673
Tints of Royal Heath #B74673
RGB
CMYK
RGB Variations
Color information
#B74673 (or 0xB74673) is known color: Royal Heath. HEX triplet: B7, 46 and 73. RGB value is (183,70,115). Sum of RGB (Red+Green+Blue) = 183+70+115=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B74673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74673 is #48B98C. Grayscale: #6C6C6C. Windows color (decimal): -4766093 or 7554743. OLE color: 7554743.
HSL color Cylindrical-coordinate representation of color #B74673: hue angle of 336.11º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74673 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 115 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.28 |
| HSL | 336.11º | 0.45% | 0.5% | - |
| HSV(B) | 336.11º | 0.62% | 0.72% | - |
| XYZ | 24.81 | 15.69 | 17.94 | - |
| YUV | 108.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 115 | 0 | 0.62 | 0.37 | 0.28 | 336.11 | 0.45 | 0.5 |
| Hex | B7 | 46 | 73 | 0 | 3E | 25 | 1C | 150 | 2D | 32 |
| Octal | 267 | 106 | 163 | 0 | 76 | 45 | 34 | 520 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1110011 | 0 | 111110 | 100101 | 11100 | 101010000 | 101101 | 110010 |
Color Harmonies of #B74673
Complementary color
Monochromatic Colors of #B74673
Black with #B74673
Text Example
Text Example
White with #B74673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74673; }
p { color: rgb(183,70,115); }
H1.HeaderClassName
{
color: #B74673;
}
.AnyTagClassName
{
color: #B74673;
}
</style>
background-color css
<style>
a { background-color: #B74673; }
a { background-color: rgb(183,70,115); }
div.DivClassName
{
background-color: #B74673;
}
.BgClassName
{
background-color: #B74673;
}
</style>
border-color css
<style>
span { border-color: #B74673; }
span { border-color: rgb(183,70,115); }
td.TdClassName
{
border-color: #B74673;
}
.TagClassName
{
border-color: #B74673;
}
</style>