Shades of Royal Heath #B8496D
Tints of Royal Heath #B8496D
RGB
CMYK
RGB Variations
Color information
#B8496D (or 0xB8496D) is known color: Royal Heath. HEX triplet: B8, 49 and 6D. RGB value is (184,73,109). Sum of RGB (Red+Green+Blue) = 184+73+109=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8496D is #47B692. Grayscale: #6E6E6E. Windows color (decimal): -4699795 or 7162296. OLE color: 7162296.
HSL color Cylindrical-coordinate representation of color #B8496D: hue angle of 340.54º 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 #B8496D is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 109 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.28 |
| HSL | 340.54º | 0.44% | 0.5% | - |
| HSV(B) | 340.54º | 0.6% | 0.72% | - |
| XYZ | 24.91 | 16.06 | 16.25 | - |
| YUV | 110.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 109 | 0 | 0.60 | 0.41 | 0.28 | 340.54 | 0.44 | 0.5 |
| Hex | B8 | 49 | 6D | 0 | 3C | 29 | 1C | 155 | 2C | 32 |
| Octal | 270 | 111 | 155 | 0 | 74 | 51 | 34 | 525 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1101101 | 0 | 111100 | 101001 | 11100 | 101010101 | 101100 | 110010 |
Color Harmonies of #B8496D
Complementary color
Monochromatic Colors of #B8496D
Black with #B8496D
Text Example
Text Example
White with #B8496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8496D; }
p { color: rgb(184,73,109); }
H1.HeaderClassName
{
color: #B8496D;
}
.AnyTagClassName
{
color: #B8496D;
}
</style>
background-color css
<style>
a { background-color: #B8496D; }
a { background-color: rgb(184,73,109); }
div.DivClassName
{
background-color: #B8496D;
}
.BgClassName
{
background-color: #B8496D;
}
</style>
border-color css
<style>
span { border-color: #B8496D; }
span { border-color: rgb(184,73,109); }
td.TdClassName
{
border-color: #B8496D;
}
.TagClassName
{
border-color: #B8496D;
}
</style>