Shades of Royal Heath #B1577E
Tints of Royal Heath #B1577E
RGB
CMYK
RGB Variations
Color information
#B1577E (or 0xB1577E) is known color: Royal Heath. HEX triplet: B1, 57 and 7E. RGB value is (177,87,126). Sum of RGB (Red+Green+Blue) = 177+87+126=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1577E is #4EA881. Grayscale: #767676. Windows color (decimal): -5154946 or 8279985. OLE color: 8279985.
HSL color Cylindrical-coordinate representation of color #B1577E: hue angle of 334º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1577E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 126 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.31 |
| HSL | 334º | 0.37% | 0.52% | - |
| HSV(B) | 334º | 0.51% | 0.69% | - |
| XYZ | 25.31 | 17.67 | 21.82 | - |
| YUV | 118.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 126 | 0 | 0.51 | 0.29 | 0.31 | 334 | 0.37 | 0.52 |
| Hex | B1 | 57 | 7E | 0 | 33 | 1D | 1F | 14E | 25 | 34 |
| Octal | 261 | 127 | 176 | 0 | 63 | 35 | 37 | 516 | 45 | 64 |
| Binary | 10110001 | 1010111 | 1111110 | 0 | 110011 | 11101 | 11111 | 101001110 | 100101 | 110100 |
Color Harmonies of #B1577E
Complementary color
Monochromatic Colors of #B1577E
Black with #B1577E
Text Example
Text Example
White with #B1577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1577E; }
p { color: rgb(177,87,126); }
H1.HeaderClassName
{
color: #B1577E;
}
.AnyTagClassName
{
color: #B1577E;
}
</style>
background-color css
<style>
a { background-color: #B1577E; }
a { background-color: rgb(177,87,126); }
div.DivClassName
{
background-color: #B1577E;
}
.BgClassName
{
background-color: #B1577E;
}
</style>
border-color css
<style>
span { border-color: #B1577E; }
span { border-color: rgb(177,87,126); }
td.TdClassName
{
border-color: #B1577E;
}
.TagClassName
{
border-color: #B1577E;
}
</style>