Shades of Royal Heath #B04079
Tints of Royal Heath #B04079
RGB
CMYK
RGB Variations
Color information
#B04079 (or 0xB04079) is known color: Royal Heath. HEX triplet: B0, 40 and 79. RGB value is (176,64,121). Sum of RGB (Red+Green+Blue) = 176+64+121=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B04079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04079 is #4FBF86. Grayscale: #676767. Windows color (decimal): -5226375 or 7946416. OLE color: 7946416.
HSL color Cylindrical-coordinate representation of color #B04079: hue angle of 329.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04079 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 121 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.31 |
| HSL | 329.46º | 0.47% | 0.47% | - |
| HSV(B) | 329.46º | 0.64% | 0.69% | - |
| XYZ | 23.19 | 14.28 | 19.62 | - |
| YUV | 103.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 121 | 0 | 0.64 | 0.31 | 0.31 | 329.46 | 0.47 | 0.47 |
| Hex | B0 | 40 | 79 | 0 | 40 | 1F | 1F | 149 | 2F | 2F |
| Octal | 260 | 100 | 171 | 0 | 100 | 37 | 37 | 511 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1111001 | 0 | 1000000 | 11111 | 11111 | 101001001 | 101111 | 101111 |
Color Harmonies of #B04079
Complementary color
Monochromatic Colors of #B04079
Black with #B04079
Text Example
Text Example
White with #B04079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04079; }
p { color: rgb(176,64,121); }
H1.HeaderClassName
{
color: #B04079;
}
.AnyTagClassName
{
color: #B04079;
}
</style>
background-color css
<style>
a { background-color: #B04079; }
a { background-color: rgb(176,64,121); }
div.DivClassName
{
background-color: #B04079;
}
.BgClassName
{
background-color: #B04079;
}
</style>
border-color css
<style>
span { border-color: #B04079; }
span { border-color: rgb(176,64,121); }
td.TdClassName
{
border-color: #B04079;
}
.TagClassName
{
border-color: #B04079;
}
</style>