Shades of Royal Heath #B84D74
Tints of Royal Heath #B84D74
RGB
CMYK
RGB Variations
Color information
#B84D74 (or 0xB84D74) is known color: Royal Heath. HEX triplet: B8, 4D and 74. RGB value is (184,77,116). Sum of RGB (Red+Green+Blue) = 184+77+116=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D74 is #47B28B. Grayscale: #717171. Windows color (decimal): -4698764 or 7622072. OLE color: 7622072.
HSL color Cylindrical-coordinate representation of color #B84D74: hue angle of 338.13º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D74 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 116 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.28 |
| HSL | 338.13º | 0.43% | 0.51% | - |
| HSV(B) | 338.13º | 0.58% | 0.72% | - |
| XYZ | 25.57 | 16.76 | 18.41 | - |
| YUV | 113.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 116 | 0 | 0.58 | 0.37 | 0.28 | 338.13 | 0.43 | 0.51 |
| Hex | B8 | 4D | 74 | 0 | 3A | 25 | 1C | 152 | 2B | 33 |
| Octal | 270 | 115 | 164 | 0 | 72 | 45 | 34 | 522 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1110100 | 0 | 111010 | 100101 | 11100 | 101010010 | 101011 | 110011 |
Color Harmonies of #B84D74
Complementary color
Monochromatic Colors of #B84D74
Black with #B84D74
Text Example
Text Example
White with #B84D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D74; }
p { color: rgb(184,77,116); }
H1.HeaderClassName
{
color: #B84D74;
}
.AnyTagClassName
{
color: #B84D74;
}
</style>
background-color css
<style>
a { background-color: #B84D74; }
a { background-color: rgb(184,77,116); }
div.DivClassName
{
background-color: #B84D74;
}
.BgClassName
{
background-color: #B84D74;
}
</style>
border-color css
<style>
span { border-color: #B84D74; }
span { border-color: rgb(184,77,116); }
td.TdClassName
{
border-color: #B84D74;
}
.TagClassName
{
border-color: #B84D74;
}
</style>