Shades of Royal Heath #B34672
Tints of Royal Heath #B34672
RGB
CMYK
RGB Variations
Color information
#B34672 (or 0xB34672) is known color: Royal Heath. HEX triplet: B3, 46 and 72. RGB value is (179,70,114). Sum of RGB (Red+Green+Blue) = 179+70+114=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34672 is #4CB98D. Grayscale: #6B6B6B. Windows color (decimal): -5028238 or 7489203. OLE color: 7489203.
HSL color Cylindrical-coordinate representation of color #B34672: hue angle of 335.78º 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 #B34672 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 114 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.30 |
| HSL | 335.78º | 0.44% | 0.49% | - |
| HSV(B) | 335.78º | 0.61% | 0.7% | - |
| XYZ | 23.82 | 15.18 | 17.59 | - |
| YUV | 107.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 114 | 0 | 0.61 | 0.36 | 0.30 | 335.78 | 0.44 | 0.49 |
| Hex | B3 | 46 | 72 | 0 | 3D | 24 | 1E | 150 | 2C | 31 |
| Octal | 263 | 106 | 162 | 0 | 75 | 44 | 36 | 520 | 54 | 61 |
| Binary | 10110011 | 1000110 | 1110010 | 0 | 111101 | 100100 | 11110 | 101010000 | 101100 | 110001 |
Color Harmonies of #B34672
Complementary color
Monochromatic Colors of #B34672
Black with #B34672
Text Example
Text Example
White with #B34672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34672; }
p { color: rgb(179,70,114); }
H1.HeaderClassName
{
color: #B34672;
}
.AnyTagClassName
{
color: #B34672;
}
</style>
background-color css
<style>
a { background-color: #B34672; }
a { background-color: rgb(179,70,114); }
div.DivClassName
{
background-color: #B34672;
}
.BgClassName
{
background-color: #B34672;
}
</style>
border-color css
<style>
span { border-color: #B34672; }
span { border-color: rgb(179,70,114); }
td.TdClassName
{
border-color: #B34672;
}
.TagClassName
{
border-color: #B34672;
}
</style>