Shades of Royal Heath #B1476E
Tints of Royal Heath #B1476E
RGB
CMYK
RGB Variations
Color information
#B1476E (or 0xB1476E) is known color: Royal Heath. HEX triplet: B1, 47 and 6E. RGB value is (177,71,110). Sum of RGB (Red+Green+Blue) = 177+71+110=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1476E is #4EB891. Grayscale: #6B6B6B. Windows color (decimal): -5159058 or 7227313. OLE color: 7227313.
HSL color Cylindrical-coordinate representation of color #B1476E: hue angle of 337.92º 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 #B1476E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 110 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.31 |
| HSL | 337.92º | 0.43% | 0.49% | - |
| HSV(B) | 337.92º | 0.6% | 0.69% | - |
| XYZ | 23.2 | 14.98 | 16.42 | - |
| YUV | 107.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 110 | 0 | 0.60 | 0.38 | 0.31 | 337.92 | 0.43 | 0.49 |
| Hex | B1 | 47 | 6E | 0 | 3C | 26 | 1F | 152 | 2B | 31 |
| Octal | 261 | 107 | 156 | 0 | 74 | 46 | 37 | 522 | 53 | 61 |
| Binary | 10110001 | 1000111 | 1101110 | 0 | 111100 | 100110 | 11111 | 101010010 | 101011 | 110001 |
Color Harmonies of #B1476E
Complementary color
Monochromatic Colors of #B1476E
Black with #B1476E
Text Example
Text Example
White with #B1476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1476E; }
p { color: rgb(177,71,110); }
H1.HeaderClassName
{
color: #B1476E;
}
.AnyTagClassName
{
color: #B1476E;
}
</style>
background-color css
<style>
a { background-color: #B1476E; }
a { background-color: rgb(177,71,110); }
div.DivClassName
{
background-color: #B1476E;
}
.BgClassName
{
background-color: #B1476E;
}
</style>
border-color css
<style>
span { border-color: #B1476E; }
span { border-color: rgb(177,71,110); }
td.TdClassName
{
border-color: #B1476E;
}
.TagClassName
{
border-color: #B1476E;
}
</style>