Shades of Royal Heath #B0476F
Tints of Royal Heath #B0476F
RGB
CMYK
RGB Variations
Color information
#B0476F (or 0xB0476F) is known color: Royal Heath. HEX triplet: B0, 47 and 6F. RGB value is (176,71,111). Sum of RGB (Red+Green+Blue) = 176+71+111=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0476F is #4FB890. Grayscale: #6A6A6A. Windows color (decimal): -5224593 or 7292848. OLE color: 7292848.
HSL color Cylindrical-coordinate representation of color #B0476F: hue angle of 337.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0476F is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 111 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.31 |
| HSL | 337.14º | 0.43% | 0.48% | - |
| HSV(B) | 337.14º | 0.6% | 0.69% | - |
| XYZ | 23.03 | 14.88 | 16.7 | - |
| YUV | 106.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 111 | 0 | 0.60 | 0.37 | 0.31 | 337.14 | 0.43 | 0.48 |
| Hex | B0 | 47 | 6F | 0 | 3C | 25 | 1F | 151 | 2B | 30 |
| Octal | 260 | 107 | 157 | 0 | 74 | 45 | 37 | 521 | 53 | 60 |
| Binary | 10110000 | 1000111 | 1101111 | 0 | 111100 | 100101 | 11111 | 101010001 | 101011 | 110000 |
Color Harmonies of #B0476F
Complementary color
Monochromatic Colors of #B0476F
Black with #B0476F
Text Example
Text Example
White with #B0476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0476F; }
p { color: rgb(176,71,111); }
H1.HeaderClassName
{
color: #B0476F;
}
.AnyTagClassName
{
color: #B0476F;
}
</style>
background-color css
<style>
a { background-color: #B0476F; }
a { background-color: rgb(176,71,111); }
div.DivClassName
{
background-color: #B0476F;
}
.BgClassName
{
background-color: #B0476F;
}
</style>
border-color css
<style>
span { border-color: #B0476F; }
span { border-color: rgb(176,71,111); }
td.TdClassName
{
border-color: #B0476F;
}
.TagClassName
{
border-color: #B0476F;
}
</style>