Shades of Royal Heath #B34770
Tints of Royal Heath #B34770
RGB
CMYK
RGB Variations
Color information
#B34770 (or 0xB34770) is known color: Royal Heath. HEX triplet: B3, 47 and 70. RGB value is (179,71,112). Sum of RGB (Red+Green+Blue) = 179+71+112=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B34770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34770 is #4CB88F. Grayscale: #6B6B6B. Windows color (decimal): -5027984 or 7358387. OLE color: 7358387.
HSL color Cylindrical-coordinate representation of color #B34770: hue angle of 337.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34770 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 112 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.30 |
| HSL | 337.22º | 0.43% | 0.49% | - |
| HSV(B) | 337.22º | 0.6% | 0.7% | - |
| XYZ | 23.77 | 15.26 | 17.02 | - |
| YUV | 107.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 112 | 0 | 0.60 | 0.37 | 0.30 | 337.22 | 0.43 | 0.49 |
| Hex | B3 | 47 | 70 | 0 | 3C | 25 | 1E | 151 | 2B | 31 |
| Octal | 263 | 107 | 160 | 0 | 74 | 45 | 36 | 521 | 53 | 61 |
| Binary | 10110011 | 1000111 | 1110000 | 0 | 111100 | 100101 | 11110 | 101010001 | 101011 | 110001 |
Color Harmonies of #B34770
Complementary color
Monochromatic Colors of #B34770
Black with #B34770
Text Example
Text Example
White with #B34770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34770; }
p { color: rgb(179,71,112); }
H1.HeaderClassName
{
color: #B34770;
}
.AnyTagClassName
{
color: #B34770;
}
</style>
background-color css
<style>
a { background-color: #B34770; }
a { background-color: rgb(179,71,112); }
div.DivClassName
{
background-color: #B34770;
}
.BgClassName
{
background-color: #B34770;
}
</style>
border-color css
<style>
span { border-color: #B34770; }
span { border-color: rgb(179,71,112); }
td.TdClassName
{
border-color: #B34770;
}
.TagClassName
{
border-color: #B34770;
}
</style>