Shades of Royal Heath #B84177
Tints of Royal Heath #B84177
RGB
CMYK
RGB Variations
Color information
#B84177 (or 0xB84177) is known color: Royal Heath. HEX triplet: B8, 41 and 77. RGB value is (184,65,119). Sum of RGB (Red+Green+Blue) = 184+65+119=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84177 is #47BE88. Grayscale: #6A6A6A. Windows color (decimal): -4701833 or 7815608. OLE color: 7815608.
HSL color Cylindrical-coordinate representation of color #B84177: hue angle of 332.77º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84177 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 119 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.28 |
| HSL | 332.77º | 0.48% | 0.49% | - |
| HSV(B) | 332.77º | 0.65% | 0.72% | - |
| XYZ | 24.99 | 15.3 | 19.09 | - |
| YUV | 106.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 119 | 0 | 0.65 | 0.35 | 0.28 | 332.77 | 0.48 | 0.49 |
| Hex | B8 | 41 | 77 | 0 | 41 | 23 | 1C | 14D | 30 | 31 |
| Octal | 270 | 101 | 167 | 0 | 101 | 43 | 34 | 515 | 60 | 61 |
| Binary | 10111000 | 1000001 | 1110111 | 0 | 1000001 | 100011 | 11100 | 101001101 | 110000 | 110001 |
Color Harmonies of #B84177
Complementary color
Monochromatic Colors of #B84177
Black with #B84177
Text Example
Text Example
White with #B84177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84177; }
p { color: rgb(184,65,119); }
H1.HeaderClassName
{
color: #B84177;
}
.AnyTagClassName
{
color: #B84177;
}
</style>
background-color css
<style>
a { background-color: #B84177; }
a { background-color: rgb(184,65,119); }
div.DivClassName
{
background-color: #B84177;
}
.BgClassName
{
background-color: #B84177;
}
</style>
border-color css
<style>
span { border-color: #B84177; }
span { border-color: rgb(184,65,119); }
td.TdClassName
{
border-color: #B84177;
}
.TagClassName
{
border-color: #B84177;
}
</style>