Shades of Royal Heath #B34076
Tints of Royal Heath #B34076
RGB
CMYK
RGB Variations
Color information
#B34076 (or 0xB34076) is known color: Royal Heath. HEX triplet: B3, 40 and 76. RGB value is (179,64,118). Sum of RGB (Red+Green+Blue) = 179+64+118=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B34076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34076 is #4CBF89. Grayscale: #686868. Windows color (decimal): -5029770 or 7749811. OLE color: 7749811.
HSL color Cylindrical-coordinate representation of color #B34076: hue angle of 331.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34076 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 118 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.30 |
| HSL | 331.83º | 0.47% | 0.48% | - |
| HSV(B) | 331.83º | 0.64% | 0.7% | - |
| XYZ | 23.69 | 14.56 | 18.7 | - |
| YUV | 104.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 118 | 0 | 0.64 | 0.34 | 0.30 | 331.83 | 0.47 | 0.48 |
| Hex | B3 | 40 | 76 | 0 | 40 | 22 | 1E | 14C | 2F | 30 |
| Octal | 263 | 100 | 166 | 0 | 100 | 42 | 36 | 514 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1110110 | 0 | 1000000 | 100010 | 11110 | 101001100 | 101111 | 110000 |
Color Harmonies of #B34076
Complementary color
Monochromatic Colors of #B34076
Black with #B34076
Text Example
Text Example
White with #B34076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34076; }
p { color: rgb(179,64,118); }
H1.HeaderClassName
{
color: #B34076;
}
.AnyTagClassName
{
color: #B34076;
}
</style>
background-color css
<style>
a { background-color: #B34076; }
a { background-color: rgb(179,64,118); }
div.DivClassName
{
background-color: #B34076;
}
.BgClassName
{
background-color: #B34076;
}
</style>
border-color css
<style>
span { border-color: #B34076; }
span { border-color: rgb(179,64,118); }
td.TdClassName
{
border-color: #B34076;
}
.TagClassName
{
border-color: #B34076;
}
</style>