Shades of Royal Heath #B34C73
Tints of Royal Heath #B34C73
RGB
CMYK
RGB Variations
Color information
#B34C73 (or 0xB34C73) is known color: Royal Heath. HEX triplet: B3, 4C and 73. RGB value is (179,76,115). Sum of RGB (Red+Green+Blue) = 179+76+115=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C73 is #4CB38C. Grayscale: #6F6F6F. Windows color (decimal): -5026701 or 7556275. OLE color: 7556275.
HSL color Cylindrical-coordinate representation of color #B34C73: hue angle of 337.28º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C73 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 115 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.30 |
| HSL | 337.28º | 0.4% | 0.5% | - |
| HSV(B) | 337.28º | 0.58% | 0.7% | - |
| XYZ | 24.27 | 15.99 | 18.03 | - |
| YUV | 111.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 115 | 0 | 0.58 | 0.36 | 0.30 | 337.28 | 0.4 | 0.5 |
| Hex | B3 | 4C | 73 | 0 | 3A | 24 | 1E | 151 | 28 | 32 |
| Octal | 263 | 114 | 163 | 0 | 72 | 44 | 36 | 521 | 50 | 62 |
| Binary | 10110011 | 1001100 | 1110011 | 0 | 111010 | 100100 | 11110 | 101010001 | 101000 | 110010 |
Color Harmonies of #B34C73
Complementary color
Monochromatic Colors of #B34C73
Black with #B34C73
Text Example
Text Example
White with #B34C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C73; }
p { color: rgb(179,76,115); }
H1.HeaderClassName
{
color: #B34C73;
}
.AnyTagClassName
{
color: #B34C73;
}
</style>
background-color css
<style>
a { background-color: #B34C73; }
a { background-color: rgb(179,76,115); }
div.DivClassName
{
background-color: #B34C73;
}
.BgClassName
{
background-color: #B34C73;
}
</style>
border-color css
<style>
span { border-color: #B34C73; }
span { border-color: rgb(179,76,115); }
td.TdClassName
{
border-color: #B34C73;
}
.TagClassName
{
border-color: #B34C73;
}
</style>