Shades of Royal Heath #B85373
Tints of Royal Heath #B85373
RGB
CMYK
RGB Variations
Color information
#B85373 (or 0xB85373) is known color: Royal Heath. HEX triplet: B8, 53 and 73. RGB value is (184,83,115). Sum of RGB (Red+Green+Blue) = 184+83+115=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85373 is #47AC8C. Grayscale: #747474. Windows color (decimal): -4697229 or 7558072. OLE color: 7558072.
HSL color Cylindrical-coordinate representation of color #B85373: hue angle of 340.99º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85373 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 115 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.28 |
| HSL | 340.99º | 0.42% | 0.52% | - |
| HSV(B) | 340.99º | 0.55% | 0.72% | - |
| XYZ | 25.95 | 17.61 | 18.25 | - |
| YUV | 116.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 115 | 0 | 0.55 | 0.38 | 0.28 | 340.99 | 0.42 | 0.52 |
| Hex | B8 | 53 | 73 | 0 | 37 | 26 | 1C | 155 | 2A | 34 |
| Octal | 270 | 123 | 163 | 0 | 67 | 46 | 34 | 525 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1110011 | 0 | 110111 | 100110 | 11100 | 101010101 | 101010 | 110100 |
Color Harmonies of #B85373
Complementary color
Monochromatic Colors of #B85373
Black with #B85373
Text Example
Text Example
White with #B85373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85373; }
p { color: rgb(184,83,115); }
H1.HeaderClassName
{
color: #B85373;
}
.AnyTagClassName
{
color: #B85373;
}
</style>
background-color css
<style>
a { background-color: #B85373; }
a { background-color: rgb(184,83,115); }
div.DivClassName
{
background-color: #B85373;
}
.BgClassName
{
background-color: #B85373;
}
</style>
border-color css
<style>
span { border-color: #B85373; }
span { border-color: rgb(184,83,115); }
td.TdClassName
{
border-color: #B85373;
}
.TagClassName
{
border-color: #B85373;
}
</style>