Shades of Royal Heath #B84277
Tints of Royal Heath #B84277
RGB
CMYK
RGB Variations
Color information
#B84277 (or 0xB84277) is known color: Royal Heath. HEX triplet: B8, 42 and 77. RGB value is (184,66,119). Sum of RGB (Red+Green+Blue) = 184+66+119=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84277 is #47BD88. Grayscale: #6B6B6B. Windows color (decimal): -4701577 or 7815864. OLE color: 7815864.
HSL color Cylindrical-coordinate representation of color #B84277: hue angle of 333.05º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84277 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 119 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.28 |
| HSL | 333.05º | 0.47% | 0.49% | - |
| HSV(B) | 333.05º | 0.64% | 0.72% | - |
| XYZ | 25.05 | 15.42 | 19.11 | - |
| YUV | 107.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 119 | 0 | 0.64 | 0.35 | 0.28 | 333.05 | 0.47 | 0.49 |
| Hex | B8 | 42 | 77 | 0 | 40 | 23 | 1C | 14D | 2F | 31 |
| Octal | 270 | 102 | 167 | 0 | 100 | 43 | 34 | 515 | 57 | 61 |
| Binary | 10111000 | 1000010 | 1110111 | 0 | 1000000 | 100011 | 11100 | 101001101 | 101111 | 110001 |
Color Harmonies of #B84277
Complementary color
Monochromatic Colors of #B84277
Black with #B84277
Text Example
Text Example
White with #B84277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84277; }
p { color: rgb(184,66,119); }
H1.HeaderClassName
{
color: #B84277;
}
.AnyTagClassName
{
color: #B84277;
}
</style>
background-color css
<style>
a { background-color: #B84277; }
a { background-color: rgb(184,66,119); }
div.DivClassName
{
background-color: #B84277;
}
.BgClassName
{
background-color: #B84277;
}
</style>
border-color css
<style>
span { border-color: #B84277; }
span { border-color: rgb(184,66,119); }
td.TdClassName
{
border-color: #B84277;
}
.TagClassName
{
border-color: #B84277;
}
</style>