Shades of Royal Heath #B1577B
Tints of Royal Heath #B1577B
RGB
CMYK
RGB Variations
Color information
#B1577B (or 0xB1577B) is known color: Royal Heath. HEX triplet: B1, 57 and 7B. RGB value is (177,87,123). Sum of RGB (Red+Green+Blue) = 177+87+123=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1577B is #4EA884. Grayscale: #757575. Windows color (decimal): -5154949 or 8083377. OLE color: 8083377.
HSL color Cylindrical-coordinate representation of color #B1577B: hue angle of 336º 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 #B1577B is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 123 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.31 |
| HSL | 336º | 0.37% | 0.52% | - |
| HSV(B) | 336º | 0.51% | 0.69% | - |
| XYZ | 25.11 | 17.59 | 20.81 | - |
| YUV | 118.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 123 | 0 | 0.51 | 0.31 | 0.31 | 336 | 0.37 | 0.52 |
| Hex | B1 | 57 | 7B | 0 | 33 | 1F | 1F | 150 | 25 | 34 |
| Octal | 261 | 127 | 173 | 0 | 63 | 37 | 37 | 520 | 45 | 64 |
| Binary | 10110001 | 1010111 | 1111011 | 0 | 110011 | 11111 | 11111 | 101010000 | 100101 | 110100 |
Color Harmonies of #B1577B
Complementary color
Monochromatic Colors of #B1577B
Black with #B1577B
Text Example
Text Example
White with #B1577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1577B; }
p { color: rgb(177,87,123); }
H1.HeaderClassName
{
color: #B1577B;
}
.AnyTagClassName
{
color: #B1577B;
}
</style>
background-color css
<style>
a { background-color: #B1577B; }
a { background-color: rgb(177,87,123); }
div.DivClassName
{
background-color: #B1577B;
}
.BgClassName
{
background-color: #B1577B;
}
</style>
border-color css
<style>
span { border-color: #B1577B; }
span { border-color: rgb(177,87,123); }
td.TdClassName
{
border-color: #B1577B;
}
.TagClassName
{
border-color: #B1577B;
}
</style>