Shades of Royal Heath #B8457A
Tints of Royal Heath #B8457A
RGB
CMYK
RGB Variations
Color information
#B8457A (or 0xB8457A) is known color: Royal Heath. HEX triplet: B8, 45 and 7A. RGB value is (184,69,122). Sum of RGB (Red+Green+Blue) = 184+69+122=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8457A is #47BA85. Grayscale: #6D6D6D. Windows color (decimal): -4700806 or 8013240. OLE color: 8013240.
HSL color Cylindrical-coordinate representation of color #B8457A: hue angle of 332.35º 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 #B8457A is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 122 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.28 |
| HSL | 332.35º | 0.45% | 0.5% | - |
| HSV(B) | 332.35º | 0.63% | 0.72% | - |
| XYZ | 25.41 | 15.85 | 20.13 | - |
| YUV | 109.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 122 | 0 | 0.62 | 0.34 | 0.28 | 332.35 | 0.45 | 0.5 |
| Hex | B8 | 45 | 7A | 0 | 3E | 22 | 1C | 14C | 2D | 32 |
| Octal | 270 | 105 | 172 | 0 | 76 | 42 | 34 | 514 | 55 | 62 |
| Binary | 10111000 | 1000101 | 1111010 | 0 | 111110 | 100010 | 11100 | 101001100 | 101101 | 110010 |
Color Harmonies of #B8457A
Complementary color
Monochromatic Colors of #B8457A
Black with #B8457A
Text Example
Text Example
White with #B8457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8457A; }
p { color: rgb(184,69,122); }
H1.HeaderClassName
{
color: #B8457A;
}
.AnyTagClassName
{
color: #B8457A;
}
</style>
background-color css
<style>
a { background-color: #B8457A; }
a { background-color: rgb(184,69,122); }
div.DivClassName
{
background-color: #B8457A;
}
.BgClassName
{
background-color: #B8457A;
}
</style>
border-color css
<style>
span { border-color: #B8457A; }
span { border-color: rgb(184,69,122); }
td.TdClassName
{
border-color: #B8457A;
}
.TagClassName
{
border-color: #B8457A;
}
</style>