Shades of Royal Heath #B84075
Tints of Royal Heath #B84075
RGB
CMYK
RGB Variations
Color information
#B84075 (or 0xB84075) is known color: Royal Heath. HEX triplet: B8, 40 and 75. RGB value is (184,64,117). Sum of RGB (Red+Green+Blue) = 184+64+117=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B84075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84075 is #47BF8A. Grayscale: #696969. Windows color (decimal): -4702091 or 7684280. OLE color: 7684280.
HSL color Cylindrical-coordinate representation of color #B84075: hue angle of 333.5º 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 #B84075 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 117 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.28 |
| HSL | 333.5º | 0.48% | 0.49% | - |
| HSV(B) | 333.5º | 0.65% | 0.72% | - |
| XYZ | 24.81 | 15.14 | 18.44 | - |
| YUV | 105.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 117 | 0 | 0.65 | 0.36 | 0.28 | 333.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 75 | 0 | 41 | 24 | 1C | 14E | 30 | 31 |
| Octal | 270 | 100 | 165 | 0 | 101 | 44 | 34 | 516 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1110101 | 0 | 1000001 | 100100 | 11100 | 101001110 | 110000 | 110001 |
Color Harmonies of #B84075
Complementary color
Monochromatic Colors of #B84075
Black with #B84075
Text Example
Text Example
White with #B84075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84075; }
p { color: rgb(184,64,117); }
H1.HeaderClassName
{
color: #B84075;
}
.AnyTagClassName
{
color: #B84075;
}
</style>
background-color css
<style>
a { background-color: #B84075; }
a { background-color: rgb(184,64,117); }
div.DivClassName
{
background-color: #B84075;
}
.BgClassName
{
background-color: #B84075;
}
</style>
border-color css
<style>
span { border-color: #B84075; }
span { border-color: rgb(184,64,117); }
td.TdClassName
{
border-color: #B84075;
}
.TagClassName
{
border-color: #B84075;
}
</style>