Shades of Royal Heath #B8496F
Tints of Royal Heath #B8496F
RGB
CMYK
RGB Variations
Color information
#B8496F (or 0xB8496F) is known color: Royal Heath. HEX triplet: B8, 49 and 6F. RGB value is (184,73,111). Sum of RGB (Red+Green+Blue) = 184+73+111=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B8496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8496F is #47B690. Grayscale: #6E6E6E. Windows color (decimal): -4699793 or 7293368. OLE color: 7293368.
HSL color Cylindrical-coordinate representation of color #B8496F: hue angle of 339.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8496F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 111 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.28 |
| HSL | 339.46º | 0.44% | 0.5% | - |
| HSV(B) | 339.46º | 0.6% | 0.72% | - |
| XYZ | 25.02 | 16.1 | 16.83 | - |
| YUV | 110.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 111 | 0 | 0.60 | 0.40 | 0.28 | 339.46 | 0.44 | 0.5 |
| Hex | B8 | 49 | 6F | 0 | 3C | 28 | 1C | 153 | 2C | 32 |
| Octal | 270 | 111 | 157 | 0 | 74 | 50 | 34 | 523 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1101111 | 0 | 111100 | 101000 | 11100 | 101010011 | 101100 | 110010 |
Color Harmonies of #B8496F
Complementary color
Monochromatic Colors of #B8496F
Black with #B8496F
Text Example
Text Example
White with #B8496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8496F; }
p { color: rgb(184,73,111); }
H1.HeaderClassName
{
color: #B8496F;
}
.AnyTagClassName
{
color: #B8496F;
}
</style>
background-color css
<style>
a { background-color: #B8496F; }
a { background-color: rgb(184,73,111); }
div.DivClassName
{
background-color: #B8496F;
}
.BgClassName
{
background-color: #B8496F;
}
</style>
border-color css
<style>
span { border-color: #B8496F; }
span { border-color: rgb(184,73,111); }
td.TdClassName
{
border-color: #B8496F;
}
.TagClassName
{
border-color: #B8496F;
}
</style>