Shades of Royal Heath #B34576
Tints of Royal Heath #B34576
RGB
CMYK
RGB Variations
Color information
#B34576 (or 0xB34576) is known color: Royal Heath. HEX triplet: B3, 45 and 76. RGB value is (179,69,118). Sum of RGB (Red+Green+Blue) = 179+69+118=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B34576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34576 is #4CBA89. Grayscale: #6B6B6B. Windows color (decimal): -5028490 or 7751091. OLE color: 7751091.
HSL color Cylindrical-coordinate representation of color #B34576: hue angle of 333.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34576 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 118 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.30 |
| HSL | 333.27º | 0.44% | 0.49% | - |
| HSV(B) | 333.27º | 0.61% | 0.7% | - |
| XYZ | 23.99 | 15.15 | 18.8 | - |
| YUV | 107.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 118 | 0 | 0.61 | 0.34 | 0.30 | 333.27 | 0.44 | 0.49 |
| Hex | B3 | 45 | 76 | 0 | 3D | 22 | 1E | 14D | 2C | 31 |
| Octal | 263 | 105 | 166 | 0 | 75 | 42 | 36 | 515 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1110110 | 0 | 111101 | 100010 | 11110 | 101001101 | 101100 | 110001 |
Color Harmonies of #B34576
Complementary color
Monochromatic Colors of #B34576
Black with #B34576
Text Example
Text Example
White with #B34576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34576; }
p { color: rgb(179,69,118); }
H1.HeaderClassName
{
color: #B34576;
}
.AnyTagClassName
{
color: #B34576;
}
</style>
background-color css
<style>
a { background-color: #B34576; }
a { background-color: rgb(179,69,118); }
div.DivClassName
{
background-color: #B34576;
}
.BgClassName
{
background-color: #B34576;
}
</style>
border-color css
<style>
span { border-color: #B34576; }
span { border-color: rgb(179,69,118); }
td.TdClassName
{
border-color: #B34576;
}
.TagClassName
{
border-color: #B34576;
}
</style>