Shades of Royal Heath #B8416F
Tints of Royal Heath #B8416F
RGB
CMYK
RGB Variations
Color information
#B8416F (or 0xB8416F) is known color: Royal Heath. HEX triplet: B8, 41 and 6F. RGB value is (184,65,111). Sum of RGB (Red+Green+Blue) = 184+65+111=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8416F is #47BE90. Grayscale: #696969. Windows color (decimal): -4701841 or 7291320. OLE color: 7291320.
HSL color Cylindrical-coordinate representation of color #B8416F: hue angle of 336.81º 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 #B8416F is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 111 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.28 |
| HSL | 336.81º | 0.48% | 0.49% | - |
| HSV(B) | 336.81º | 0.65% | 0.72% | - |
| XYZ | 24.53 | 15.12 | 16.66 | - |
| YUV | 105.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 111 | 0 | 0.65 | 0.40 | 0.28 | 336.81 | 0.48 | 0.49 |
| Hex | B8 | 41 | 6F | 0 | 41 | 28 | 1C | 151 | 30 | 31 |
| Octal | 270 | 101 | 157 | 0 | 101 | 50 | 34 | 521 | 60 | 61 |
| Binary | 10111000 | 1000001 | 1101111 | 0 | 1000001 | 101000 | 11100 | 101010001 | 110000 | 110001 |
Color Harmonies of #B8416F
Complementary color
Monochromatic Colors of #B8416F
Black with #B8416F
Text Example
Text Example
White with #B8416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8416F; }
p { color: rgb(184,65,111); }
H1.HeaderClassName
{
color: #B8416F;
}
.AnyTagClassName
{
color: #B8416F;
}
</style>
background-color css
<style>
a { background-color: #B8416F; }
a { background-color: rgb(184,65,111); }
div.DivClassName
{
background-color: #B8416F;
}
.BgClassName
{
background-color: #B8416F;
}
</style>
border-color css
<style>
span { border-color: #B8416F; }
span { border-color: rgb(184,65,111); }
td.TdClassName
{
border-color: #B8416F;
}
.TagClassName
{
border-color: #B8416F;
}
</style>