Shades of Royal Heath #B85374
Tints of Royal Heath #B85374
RGB
CMYK
RGB Variations
Color information
#B85374 (or 0xB85374) is known color: Royal Heath. HEX triplet: B8, 53 and 74. RGB value is (184,83,116). Sum of RGB (Red+Green+Blue) = 184+83+116=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B85374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85374 is #47AC8B. Grayscale: #747474. Windows color (decimal): -4697228 or 7623608. OLE color: 7623608.
HSL color Cylindrical-coordinate representation of color #B85374: hue angle of 340.4º 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 #B85374 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 116 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.28 |
| HSL | 340.4º | 0.42% | 0.52% | - |
| HSV(B) | 340.4º | 0.55% | 0.72% | - |
| XYZ | 26.01 | 17.64 | 18.56 | - |
| YUV | 116.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 116 | 0 | 0.55 | 0.37 | 0.28 | 340.4 | 0.42 | 0.52 |
| Hex | B8 | 53 | 74 | 0 | 37 | 25 | 1C | 154 | 2A | 34 |
| Octal | 270 | 123 | 164 | 0 | 67 | 45 | 34 | 524 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1110100 | 0 | 110111 | 100101 | 11100 | 101010100 | 101010 | 110100 |
Color Harmonies of #B85374
Complementary color
Monochromatic Colors of #B85374
Black with #B85374
Text Example
Text Example
White with #B85374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85374; }
p { color: rgb(184,83,116); }
H1.HeaderClassName
{
color: #B85374;
}
.AnyTagClassName
{
color: #B85374;
}
</style>
background-color css
<style>
a { background-color: #B85374; }
a { background-color: rgb(184,83,116); }
div.DivClassName
{
background-color: #B85374;
}
.BgClassName
{
background-color: #B85374;
}
</style>
border-color css
<style>
span { border-color: #B85374; }
span { border-color: rgb(184,83,116); }
td.TdClassName
{
border-color: #B85374;
}
.TagClassName
{
border-color: #B85374;
}
</style>