Shades of Royal Heath #B8416D
Tints of Royal Heath #B8416D
RGB
CMYK
RGB Variations
Color information
#B8416D (or 0xB8416D) is known color: Royal Heath. HEX triplet: B8, 41 and 6D. RGB value is (184,65,109). Sum of RGB (Red+Green+Blue) = 184+65+109=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8416D is #47BE92. Grayscale: #696969. Windows color (decimal): -4701843 or 7160248. OLE color: 7160248.
HSL color Cylindrical-coordinate representation of color #B8416D: hue angle of 337.82º 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 #B8416D is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 109 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.28 |
| HSL | 337.82º | 0.48% | 0.49% | - |
| HSV(B) | 337.82º | 0.65% | 0.72% | - |
| XYZ | 24.42 | 15.08 | 16.09 | - |
| YUV | 105.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 109 | 0 | 0.65 | 0.41 | 0.28 | 337.82 | 0.48 | 0.49 |
| Hex | B8 | 41 | 6D | 0 | 41 | 29 | 1C | 152 | 30 | 31 |
| Octal | 270 | 101 | 155 | 0 | 101 | 51 | 34 | 522 | 60 | 61 |
| Binary | 10111000 | 1000001 | 1101101 | 0 | 1000001 | 101001 | 11100 | 101010010 | 110000 | 110001 |
Color Harmonies of #B8416D
Complementary color
Monochromatic Colors of #B8416D
Black with #B8416D
Text Example
Text Example
White with #B8416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8416D; }
p { color: rgb(184,65,109); }
H1.HeaderClassName
{
color: #B8416D;
}
.AnyTagClassName
{
color: #B8416D;
}
</style>
background-color css
<style>
a { background-color: #B8416D; }
a { background-color: rgb(184,65,109); }
div.DivClassName
{
background-color: #B8416D;
}
.BgClassName
{
background-color: #B8416D;
}
</style>
border-color css
<style>
span { border-color: #B8416D; }
span { border-color: rgb(184,65,109); }
td.TdClassName
{
border-color: #B8416D;
}
.TagClassName
{
border-color: #B8416D;
}
</style>