Shades of Royal Heath #B8467F
Tints of Royal Heath #B8467F
RGB
CMYK
RGB Variations
Color information
#B8467F (or 0xB8467F) is known color: Royal Heath. HEX triplet: B8, 46 and 7F. RGB value is (184,70,127). Sum of RGB (Red+Green+Blue) = 184+70+127=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8467F is #47B980. Grayscale: #6E6E6E. Windows color (decimal): -4700545 or 8341176. OLE color: 8341176.
HSL color Cylindrical-coordinate representation of color #B8467F: hue angle of 330º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8467F is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 127 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.28 |
| HSL | 330º | 0.45% | 0.5% | - |
| HSV(B) | 330º | 0.62% | 0.72% | - |
| XYZ | 25.79 | 16.1 | 21.83 | - |
| YUV | 110.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 127 | 0 | 0.62 | 0.31 | 0.28 | 330 | 0.45 | 0.5 |
| Hex | B8 | 46 | 7F | 0 | 3E | 1F | 1C | 14A | 2D | 32 |
| Octal | 270 | 106 | 177 | 0 | 76 | 37 | 34 | 512 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1111111 | 0 | 111110 | 11111 | 11100 | 101001010 | 101101 | 110010 |
Color Harmonies of #B8467F
Complementary color
Monochromatic Colors of #B8467F
Black with #B8467F
Text Example
Text Example
White with #B8467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8467F; }
p { color: rgb(184,70,127); }
H1.HeaderClassName
{
color: #B8467F;
}
.AnyTagClassName
{
color: #B8467F;
}
</style>
background-color css
<style>
a { background-color: #B8467F; }
a { background-color: rgb(184,70,127); }
div.DivClassName
{
background-color: #B8467F;
}
.BgClassName
{
background-color: #B8467F;
}
</style>
border-color css
<style>
span { border-color: #B8467F; }
span { border-color: rgb(184,70,127); }
td.TdClassName
{
border-color: #B8467F;
}
.TagClassName
{
border-color: #B8467F;
}
</style>