Shades of Royal Heath #B04F80
Tints of Royal Heath #B04F80
RGB
CMYK
RGB Variations
Color information
#B04F80 (or 0xB04F80) is known color: Royal Heath. HEX triplet: B0, 4F and 80. RGB value is (176,79,128). Sum of RGB (Red+Green+Blue) = 176+79+128=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F80 is #4FB07F. Grayscale: #717171. Windows color (decimal): -5222528 or 8409008. OLE color: 8409008.
HSL color Cylindrical-coordinate representation of color #B04F80: hue angle of 329.69º 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 #B04F80 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 128 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.31 |
| HSL | 329.69º | 0.38% | 0.5% | - |
| HSV(B) | 329.69º | 0.55% | 0.69% | - |
| XYZ | 24.6 | 16.38 | 22.29 | - |
| YUV | 113.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 128 | 0 | 0.55 | 0.27 | 0.31 | 329.69 | 0.38 | 0.5 |
| Hex | B0 | 4F | 80 | 0 | 37 | 1B | 1F | 14A | 26 | 32 |
| Octal | 260 | 117 | 200 | 0 | 67 | 33 | 37 | 512 | 46 | 62 |
| Binary | 10110000 | 1001111 | 10000000 | 0 | 110111 | 11011 | 11111 | 101001010 | 100110 | 110010 |
Color Harmonies of #B04F80
Complementary color
Monochromatic Colors of #B04F80
Black with #B04F80
Text Example
Text Example
White with #B04F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F80; }
p { color: rgb(176,79,128); }
H1.HeaderClassName
{
color: #B04F80;
}
.AnyTagClassName
{
color: #B04F80;
}
</style>
background-color css
<style>
a { background-color: #B04F80; }
a { background-color: rgb(176,79,128); }
div.DivClassName
{
background-color: #B04F80;
}
.BgClassName
{
background-color: #B04F80;
}
</style>
border-color css
<style>
span { border-color: #B04F80; }
span { border-color: rgb(176,79,128); }
td.TdClassName
{
border-color: #B04F80;
}
.TagClassName
{
border-color: #B04F80;
}
</style>