Shades of Royal Heath #B14770
Tints of Royal Heath #B14770
RGB
CMYK
RGB Variations
Color information
#B14770 (or 0xB14770) is known color: Royal Heath. HEX triplet: B1, 47 and 70. RGB value is (177,71,112). Sum of RGB (Red+Green+Blue) = 177+71+112=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B14770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14770 is #4EB88F. Grayscale: #6B6B6B. Windows color (decimal): -5159056 or 7358385. OLE color: 7358385.
HSL color Cylindrical-coordinate representation of color #B14770: hue angle of 336.79º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14770 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 112 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.31 |
| HSL | 336.79º | 0.43% | 0.49% | - |
| HSV(B) | 336.79º | 0.6% | 0.69% | - |
| XYZ | 23.31 | 15.02 | 17 | - |
| YUV | 107.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 112 | 0 | 0.60 | 0.37 | 0.31 | 336.79 | 0.43 | 0.49 |
| Hex | B1 | 47 | 70 | 0 | 3C | 25 | 1F | 151 | 2B | 31 |
| Octal | 261 | 107 | 160 | 0 | 74 | 45 | 37 | 521 | 53 | 61 |
| Binary | 10110001 | 1000111 | 1110000 | 0 | 111100 | 100101 | 11111 | 101010001 | 101011 | 110001 |
Color Harmonies of #B14770
Complementary color
Monochromatic Colors of #B14770
Black with #B14770
Text Example
Text Example
White with #B14770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14770; }
p { color: rgb(177,71,112); }
H1.HeaderClassName
{
color: #B14770;
}
.AnyTagClassName
{
color: #B14770;
}
</style>
background-color css
<style>
a { background-color: #B14770; }
a { background-color: rgb(177,71,112); }
div.DivClassName
{
background-color: #B14770;
}
.BgClassName
{
background-color: #B14770;
}
</style>
border-color css
<style>
span { border-color: #B14770; }
span { border-color: rgb(177,71,112); }
td.TdClassName
{
border-color: #B14770;
}
.TagClassName
{
border-color: #B14770;
}
</style>