Shades of Royal Heath #B04F7D
Tints of Royal Heath #B04F7D
RGB
CMYK
RGB Variations
Color information
#B04F7D (or 0xB04F7D) is known color: Royal Heath. HEX triplet: B0, 4F and 7D. RGB value is (176,79,125). Sum of RGB (Red+Green+Blue) = 176+79+125=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F7D is #4FB082. Grayscale: #717171. Windows color (decimal): -5222531 or 8212400. OLE color: 8212400.
HSL color Cylindrical-coordinate representation of color #B04F7D: hue angle of 331.55º 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 #B04F7D is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 125 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.31 |
| HSL | 331.55º | 0.38% | 0.5% | - |
| HSV(B) | 331.55º | 0.55% | 0.69% | - |
| XYZ | 24.4 | 16.3 | 21.26 | - |
| YUV | 113.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 125 | 0 | 0.55 | 0.29 | 0.31 | 331.55 | 0.38 | 0.5 |
| Hex | B0 | 4F | 7D | 0 | 37 | 1D | 1F | 14C | 26 | 32 |
| Octal | 260 | 117 | 175 | 0 | 67 | 35 | 37 | 514 | 46 | 62 |
| Binary | 10110000 | 1001111 | 1111101 | 0 | 110111 | 11101 | 11111 | 101001100 | 100110 | 110010 |
Color Harmonies of #B04F7D
Complementary color
Monochromatic Colors of #B04F7D
Black with #B04F7D
Text Example
Text Example
White with #B04F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F7D; }
p { color: rgb(176,79,125); }
H1.HeaderClassName
{
color: #B04F7D;
}
.AnyTagClassName
{
color: #B04F7D;
}
</style>
background-color css
<style>
a { background-color: #B04F7D; }
a { background-color: rgb(176,79,125); }
div.DivClassName
{
background-color: #B04F7D;
}
.BgClassName
{
background-color: #B04F7D;
}
</style>
border-color css
<style>
span { border-color: #B04F7D; }
span { border-color: rgb(176,79,125); }
td.TdClassName
{
border-color: #B04F7D;
}
.TagClassName
{
border-color: #B04F7D;
}
</style>