Shades of Royal Heath #B8497A
Tints of Royal Heath #B8497A
RGB
CMYK
RGB Variations
Color information
#B8497A (or 0xB8497A) is known color: Royal Heath. HEX triplet: B8, 49 and 7A. RGB value is (184,73,122). Sum of RGB (Red+Green+Blue) = 184+73+122=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8497A is #47B685. Grayscale: #6F6F6F. Windows color (decimal): -4699782 or 8014264. OLE color: 8014264.
HSL color Cylindrical-coordinate representation of color #B8497A: hue angle of 333.51º 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 #B8497A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 122 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.28 |
| HSL | 333.51º | 0.44% | 0.5% | - |
| HSV(B) | 333.51º | 0.6% | 0.72% | - |
| XYZ | 25.66 | 16.36 | 20.22 | - |
| YUV | 111.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 122 | 0 | 0.60 | 0.34 | 0.28 | 333.51 | 0.44 | 0.5 |
| Hex | B8 | 49 | 7A | 0 | 3C | 22 | 1C | 14E | 2C | 32 |
| Octal | 270 | 111 | 172 | 0 | 74 | 42 | 34 | 516 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1111010 | 0 | 111100 | 100010 | 11100 | 101001110 | 101100 | 110010 |
Color Harmonies of #B8497A
Complementary color
Monochromatic Colors of #B8497A
Black with #B8497A
Text Example
Text Example
White with #B8497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8497A; }
p { color: rgb(184,73,122); }
H1.HeaderClassName
{
color: #B8497A;
}
.AnyTagClassName
{
color: #B8497A;
}
</style>
background-color css
<style>
a { background-color: #B8497A; }
a { background-color: rgb(184,73,122); }
div.DivClassName
{
background-color: #B8497A;
}
.BgClassName
{
background-color: #B8497A;
}
</style>
border-color css
<style>
span { border-color: #B8497A; }
span { border-color: rgb(184,73,122); }
td.TdClassName
{
border-color: #B8497A;
}
.TagClassName
{
border-color: #B8497A;
}
</style>