Shades of Royal Heath #B84170
Tints of Royal Heath #B84170
RGB
CMYK
RGB Variations
Color information
#B84170 (or 0xB84170) is known color: Royal Heath. HEX triplet: B8, 41 and 70. RGB value is (184,65,112). Sum of RGB (Red+Green+Blue) = 184+65+112=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B84170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84170 is #47BE8F. Grayscale: #696969. Windows color (decimal): -4701840 or 7356856. OLE color: 7356856.
HSL color Cylindrical-coordinate representation of color #B84170: hue angle of 336.3º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84170 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 112 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.28 |
| HSL | 336.3º | 0.48% | 0.49% | - |
| HSV(B) | 336.3º | 0.65% | 0.72% | - |
| XYZ | 24.58 | 15.14 | 16.96 | - |
| YUV | 105.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 112 | 0 | 0.65 | 0.39 | 0.28 | 336.3 | 0.48 | 0.49 |
| Hex | B8 | 41 | 70 | 0 | 41 | 27 | 1C | 150 | 30 | 31 |
| Octal | 270 | 101 | 160 | 0 | 101 | 47 | 34 | 520 | 60 | 61 |
| Binary | 10111000 | 1000001 | 1110000 | 0 | 1000001 | 100111 | 11100 | 101010000 | 110000 | 110001 |
Color Harmonies of #B84170
Complementary color
Monochromatic Colors of #B84170
Black with #B84170
Text Example
Text Example
White with #B84170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84170; }
p { color: rgb(184,65,112); }
H1.HeaderClassName
{
color: #B84170;
}
.AnyTagClassName
{
color: #B84170;
}
</style>
background-color css
<style>
a { background-color: #B84170; }
a { background-color: rgb(184,65,112); }
div.DivClassName
{
background-color: #B84170;
}
.BgClassName
{
background-color: #B84170;
}
</style>
border-color css
<style>
span { border-color: #B84170; }
span { border-color: rgb(184,65,112); }
td.TdClassName
{
border-color: #B84170;
}
.TagClassName
{
border-color: #B84170;
}
</style>