Shades of Royal Heath #B1577F
Tints of Royal Heath #B1577F
RGB
CMYK
RGB Variations
Color information
#B1577F (or 0xB1577F) is known color: Royal Heath. HEX triplet: B1, 57 and 7F. RGB value is (177,87,127). Sum of RGB (Red+Green+Blue) = 177+87+127=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1577F is #4EA880. Grayscale: #767676. Windows color (decimal): -5154945 or 8345521. OLE color: 8345521.
HSL color Cylindrical-coordinate representation of color #B1577F: hue angle of 333.33º 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 #B1577F is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 127 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.31 |
| HSL | 333.33º | 0.37% | 0.52% | - |
| HSV(B) | 333.33º | 0.51% | 0.69% | - |
| XYZ | 25.37 | 17.7 | 22.16 | - |
| YUV | 118.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 127 | 0 | 0.51 | 0.28 | 0.31 | 333.33 | 0.37 | 0.52 |
| Hex | B1 | 57 | 7F | 0 | 33 | 1C | 1F | 14D | 25 | 34 |
| Octal | 261 | 127 | 177 | 0 | 63 | 34 | 37 | 515 | 45 | 64 |
| Binary | 10110001 | 1010111 | 1111111 | 0 | 110011 | 11100 | 11111 | 101001101 | 100101 | 110100 |
Color Harmonies of #B1577F
Complementary color
Monochromatic Colors of #B1577F
Black with #B1577F
Text Example
Text Example
White with #B1577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1577F; }
p { color: rgb(177,87,127); }
H1.HeaderClassName
{
color: #B1577F;
}
.AnyTagClassName
{
color: #B1577F;
}
</style>
background-color css
<style>
a { background-color: #B1577F; }
a { background-color: rgb(177,87,127); }
div.DivClassName
{
background-color: #B1577F;
}
.BgClassName
{
background-color: #B1577F;
}
</style>
border-color css
<style>
span { border-color: #B1577F; }
span { border-color: rgb(177,87,127); }
td.TdClassName
{
border-color: #B1577F;
}
.TagClassName
{
border-color: #B1577F;
}
</style>