Shades of Royal Heath #B85378
Tints of Royal Heath #B85378
RGB
CMYK
RGB Variations
Color information
#B85378 (or 0xB85378) is known color: Royal Heath. HEX triplet: B8, 53 and 78. RGB value is (184,83,120). Sum of RGB (Red+Green+Blue) = 184+83+120=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B85378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85378 is #47AC87. Grayscale: #757575. Windows color (decimal): -4697224 or 7885752. OLE color: 7885752.
HSL color Cylindrical-coordinate representation of color #B85378: hue angle of 338.02º 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 #B85378 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 120 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.28 |
| HSL | 338.02º | 0.42% | 0.52% | - |
| HSV(B) | 338.02º | 0.55% | 0.72% | - |
| XYZ | 26.25 | 17.73 | 19.81 | - |
| YUV | 117.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 120 | 0 | 0.55 | 0.35 | 0.28 | 338.02 | 0.42 | 0.52 |
| Hex | B8 | 53 | 78 | 0 | 37 | 23 | 1C | 152 | 2A | 34 |
| Octal | 270 | 123 | 170 | 0 | 67 | 43 | 34 | 522 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1111000 | 0 | 110111 | 100011 | 11100 | 101010010 | 101010 | 110100 |
Color Harmonies of #B85378
Complementary color
Monochromatic Colors of #B85378
Black with #B85378
Text Example
Text Example
White with #B85378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85378; }
p { color: rgb(184,83,120); }
H1.HeaderClassName
{
color: #B85378;
}
.AnyTagClassName
{
color: #B85378;
}
</style>
background-color css
<style>
a { background-color: #B85378; }
a { background-color: rgb(184,83,120); }
div.DivClassName
{
background-color: #B85378;
}
.BgClassName
{
background-color: #B85378;
}
</style>
border-color css
<style>
span { border-color: #B85378; }
span { border-color: rgb(184,83,120); }
td.TdClassName
{
border-color: #B85378;
}
.TagClassName
{
border-color: #B85378;
}
</style>