Shades of Royal Heath #B83773
Tints of Royal Heath #B83773
RGB
CMYK
RGB Variations
Color information
#B83773 (or 0xB83773) is known color: Royal Heath. HEX triplet: B8, 37 and 73. RGB value is (184,55,115). Sum of RGB (Red+Green+Blue) = 184+55+115=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B83773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83773 is #47C88C. Grayscale: #646464. Windows color (decimal): -4704397 or 7550904. OLE color: 7550904.
HSL color Cylindrical-coordinate representation of color #B83773: hue angle of 332.09º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83773 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 115 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.28 |
| HSL | 332.09º | 0.54% | 0.47% | - |
| HSV(B) | 332.09º | 0.7% | 0.72% | - |
| XYZ | 24.23 | 14.16 | 17.68 | - |
| YUV | 100.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 115 | 0 | 0.70 | 0.38 | 0.28 | 332.09 | 0.54 | 0.47 |
| Hex | B8 | 37 | 73 | 0 | 46 | 26 | 1C | 14C | 36 | 2F |
| Octal | 270 | 67 | 163 | 0 | 106 | 46 | 34 | 514 | 66 | 57 |
| Binary | 10111000 | 110111 | 1110011 | 0 | 1000110 | 100110 | 11100 | 101001100 | 110110 | 101111 |
Color Harmonies of #B83773
Complementary color
Monochromatic Colors of #B83773
Black with #B83773
Text Example
Text Example
White with #B83773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83773; }
p { color: rgb(184,55,115); }
H1.HeaderClassName
{
color: #B83773;
}
.AnyTagClassName
{
color: #B83773;
}
</style>
background-color css
<style>
a { background-color: #B83773; }
a { background-color: rgb(184,55,115); }
div.DivClassName
{
background-color: #B83773;
}
.BgClassName
{
background-color: #B83773;
}
</style>
border-color css
<style>
span { border-color: #B83773; }
span { border-color: rgb(184,55,115); }
td.TdClassName
{
border-color: #B83773;
}
.TagClassName
{
border-color: #B83773;
}
</style>