Shades of Royal Heath #B04F7F
Tints of Royal Heath #B04F7F
RGB
CMYK
RGB Variations
Color information
#B04F7F (or 0xB04F7F) is known color: Royal Heath. HEX triplet: B0, 4F and 7F. RGB value is (176,79,127). Sum of RGB (Red+Green+Blue) = 176+79+127=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F7F is #4FB080. Grayscale: #717171. Windows color (decimal): -5222529 or 8343472. OLE color: 8343472.
HSL color Cylindrical-coordinate representation of color #B04F7F: hue angle of 330.31º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F7F is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 127 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.31 |
| HSL | 330.31º | 0.38% | 0.5% | - |
| HSV(B) | 330.31º | 0.55% | 0.69% | - |
| XYZ | 24.53 | 16.35 | 21.94 | - |
| YUV | 113.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 127 | 0 | 0.55 | 0.28 | 0.31 | 330.31 | 0.38 | 0.5 |
| Hex | B0 | 4F | 7F | 0 | 37 | 1C | 1F | 14A | 26 | 32 |
| Octal | 260 | 117 | 177 | 0 | 67 | 34 | 37 | 512 | 46 | 62 |
| Binary | 10110000 | 1001111 | 1111111 | 0 | 110111 | 11100 | 11111 | 101001010 | 100110 | 110010 |
Color Harmonies of #B04F7F
Complementary color
Monochromatic Colors of #B04F7F
Black with #B04F7F
Text Example
Text Example
White with #B04F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F7F; }
p { color: rgb(176,79,127); }
H1.HeaderClassName
{
color: #B04F7F;
}
.AnyTagClassName
{
color: #B04F7F;
}
</style>
background-color css
<style>
a { background-color: #B04F7F; }
a { background-color: rgb(176,79,127); }
div.DivClassName
{
background-color: #B04F7F;
}
.BgClassName
{
background-color: #B04F7F;
}
</style>
border-color css
<style>
span { border-color: #B04F7F; }
span { border-color: rgb(176,79,127); }
td.TdClassName
{
border-color: #B04F7F;
}
.TagClassName
{
border-color: #B04F7F;
}
</style>