Shades of Royal Heath #B74473
Tints of Royal Heath #B74473
RGB
CMYK
RGB Variations
Color information
#B74473 (or 0xB74473) is known color: Royal Heath. HEX triplet: B7, 44 and 73. RGB value is (183,68,115). Sum of RGB (Red+Green+Blue) = 183+68+115=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B74473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74473 is #48BB8C. Grayscale: #6B6B6B. Windows color (decimal): -4766605 or 7554231. OLE color: 7554231.
HSL color Cylindrical-coordinate representation of color #B74473: hue angle of 335.48º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74473 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 115 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.28 |
| HSL | 335.48º | 0.46% | 0.49% | - |
| HSV(B) | 335.48º | 0.63% | 0.72% | - |
| XYZ | 24.69 | 15.44 | 17.9 | - |
| YUV | 107.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 115 | 0 | 0.63 | 0.37 | 0.28 | 335.48 | 0.46 | 0.49 |
| Hex | B7 | 44 | 73 | 0 | 3F | 25 | 1C | 14F | 2E | 31 |
| Octal | 267 | 104 | 163 | 0 | 77 | 45 | 34 | 517 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1110011 | 0 | 111111 | 100101 | 11100 | 101001111 | 101110 | 110001 |
Color Harmonies of #B74473
Complementary color
Monochromatic Colors of #B74473
Black with #B74473
Text Example
Text Example
White with #B74473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74473; }
p { color: rgb(183,68,115); }
H1.HeaderClassName
{
color: #B74473;
}
.AnyTagClassName
{
color: #B74473;
}
</style>
background-color css
<style>
a { background-color: #B74473; }
a { background-color: rgb(183,68,115); }
div.DivClassName
{
background-color: #B74473;
}
.BgClassName
{
background-color: #B74473;
}
</style>
border-color css
<style>
span { border-color: #B74473; }
span { border-color: rgb(183,68,115); }
td.TdClassName
{
border-color: #B74473;
}
.TagClassName
{
border-color: #B74473;
}
</style>