Shades of Royal Heath #B8437F
Tints of Royal Heath #B8437F
RGB
CMYK
RGB Variations
Color information
#B8437F (or 0xB8437F) is known color: Royal Heath. HEX triplet: B8, 43 and 7F. RGB value is (184,67,127). Sum of RGB (Red+Green+Blue) = 184+67+127=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8437F is #47BC80. Grayscale: #6C6C6C. Windows color (decimal): -4701313 or 8340408. OLE color: 8340408.
HSL color Cylindrical-coordinate representation of color #B8437F: hue angle of 329.23º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8437F is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 127 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.28 |
| HSL | 329.23º | 0.47% | 0.49% | - |
| HSV(B) | 329.23º | 0.64% | 0.72% | - |
| XYZ | 25.61 | 15.74 | 21.77 | - |
| YUV | 108.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 127 | 0 | 0.64 | 0.31 | 0.28 | 329.23 | 0.47 | 0.49 |
| Hex | B8 | 43 | 7F | 0 | 40 | 1F | 1C | 149 | 2F | 31 |
| Octal | 270 | 103 | 177 | 0 | 100 | 37 | 34 | 511 | 57 | 61 |
| Binary | 10111000 | 1000011 | 1111111 | 0 | 1000000 | 11111 | 11100 | 101001001 | 101111 | 110001 |
Color Harmonies of #B8437F
Complementary color
Monochromatic Colors of #B8437F
Black with #B8437F
Text Example
Text Example
White with #B8437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8437F; }
p { color: rgb(184,67,127); }
H1.HeaderClassName
{
color: #B8437F;
}
.AnyTagClassName
{
color: #B8437F;
}
</style>
background-color css
<style>
a { background-color: #B8437F; }
a { background-color: rgb(184,67,127); }
div.DivClassName
{
background-color: #B8437F;
}
.BgClassName
{
background-color: #B8437F;
}
</style>
border-color css
<style>
span { border-color: #B8437F; }
span { border-color: rgb(184,67,127); }
td.TdClassName
{
border-color: #B8437F;
}
.TagClassName
{
border-color: #B8437F;
}
</style>