Shades of Royal Heath #B34973
Tints of Royal Heath #B34973
RGB
CMYK
RGB Variations
Color information
#B34973 (or 0xB34973) is known color: Royal Heath. HEX triplet: B3, 49 and 73. RGB value is (179,73,115). Sum of RGB (Red+Green+Blue) = 179+73+115=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B34973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34973 is #4CB68C. Grayscale: #6D6D6D. Windows color (decimal): -5027469 or 7555507. OLE color: 7555507.
HSL color Cylindrical-coordinate representation of color #B34973: hue angle of 336.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34973 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 115 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.30 |
| HSL | 336.23º | 0.42% | 0.49% | - |
| HSV(B) | 336.23º | 0.59% | 0.7% | - |
| XYZ | 24.07 | 15.59 | 17.96 | - |
| YUV | 109.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 115 | 0 | 0.59 | 0.36 | 0.30 | 336.23 | 0.42 | 0.49 |
| Hex | B3 | 49 | 73 | 0 | 3B | 24 | 1E | 150 | 2A | 31 |
| Octal | 263 | 111 | 163 | 0 | 73 | 44 | 36 | 520 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1110011 | 0 | 111011 | 100100 | 11110 | 101010000 | 101010 | 110001 |
Color Harmonies of #B34973
Complementary color
Monochromatic Colors of #B34973
Black with #B34973
Text Example
Text Example
White with #B34973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34973; }
p { color: rgb(179,73,115); }
H1.HeaderClassName
{
color: #B34973;
}
.AnyTagClassName
{
color: #B34973;
}
</style>
background-color css
<style>
a { background-color: #B34973; }
a { background-color: rgb(179,73,115); }
div.DivClassName
{
background-color: #B34973;
}
.BgClassName
{
background-color: #B34973;
}
</style>
border-color css
<style>
span { border-color: #B34973; }
span { border-color: rgb(179,73,115); }
td.TdClassName
{
border-color: #B34973;
}
.TagClassName
{
border-color: #B34973;
}
</style>