Shades of Royal Heath #B1557F
Tints of Royal Heath #B1557F
RGB
CMYK
RGB Variations
Color information
#B1557F (or 0xB1557F) is known color: Royal Heath. HEX triplet: B1, 55 and 7F. RGB value is (177,85,127). Sum of RGB (Red+Green+Blue) = 177+85+127=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1557F is #4EAA80. Grayscale: #757575. Windows color (decimal): -5155457 or 8345009. OLE color: 8345009.
HSL color Cylindrical-coordinate representation of color #B1557F: hue angle of 332.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1557F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 127 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.31 |
| HSL | 332.61º | 0.37% | 0.51% | - |
| HSV(B) | 332.61º | 0.52% | 0.69% | - |
| XYZ | 25.21 | 17.38 | 22.1 | - |
| YUV | 117.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 127 | 0 | 0.52 | 0.28 | 0.31 | 332.61 | 0.37 | 0.51 |
| Hex | B1 | 55 | 7F | 0 | 34 | 1C | 1F | 14D | 25 | 33 |
| Octal | 261 | 125 | 177 | 0 | 64 | 34 | 37 | 515 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1111111 | 0 | 110100 | 11100 | 11111 | 101001101 | 100101 | 110011 |
Color Harmonies of #B1557F
Complementary color
Monochromatic Colors of #B1557F
Black with #B1557F
Text Example
Text Example
White with #B1557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1557F; }
p { color: rgb(177,85,127); }
H1.HeaderClassName
{
color: #B1557F;
}
.AnyTagClassName
{
color: #B1557F;
}
</style>
background-color css
<style>
a { background-color: #B1557F; }
a { background-color: rgb(177,85,127); }
div.DivClassName
{
background-color: #B1557F;
}
.BgClassName
{
background-color: #B1557F;
}
</style>
border-color css
<style>
span { border-color: #B1557F; }
span { border-color: rgb(177,85,127); }
td.TdClassName
{
border-color: #B1557F;
}
.TagClassName
{
border-color: #B1557F;
}
</style>