Shades of Royal Heath #B1597E
Tints of Royal Heath #B1597E
RGB
CMYK
RGB Variations
Color information
#B1597E (or 0xB1597E) is known color: Royal Heath. HEX triplet: B1, 59 and 7E. RGB value is (177,89,126). Sum of RGB (Red+Green+Blue) = 177+89+126=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1597E is #4EA681. Grayscale: #777777. Windows color (decimal): -5154434 or 8280497. OLE color: 8280497.
HSL color Cylindrical-coordinate representation of color #B1597E: hue angle of 334.77º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1597E is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 126 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.31 |
| HSL | 334.77º | 0.36% | 0.52% | - |
| HSV(B) | 334.77º | 0.5% | 0.69% | - |
| XYZ | 25.47 | 18 | 21.87 | - |
| YUV | 119.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 126 | 0 | 0.50 | 0.29 | 0.31 | 334.77 | 0.36 | 0.52 |
| Hex | B1 | 59 | 7E | 0 | 32 | 1D | 1F | 14F | 24 | 34 |
| Octal | 261 | 131 | 176 | 0 | 62 | 35 | 37 | 517 | 44 | 64 |
| Binary | 10110001 | 1011001 | 1111110 | 0 | 110010 | 11101 | 11111 | 101001111 | 100100 | 110100 |
Color Harmonies of #B1597E
Complementary color
Monochromatic Colors of #B1597E
Black with #B1597E
Text Example
Text Example
White with #B1597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1597E; }
p { color: rgb(177,89,126); }
H1.HeaderClassName
{
color: #B1597E;
}
.AnyTagClassName
{
color: #B1597E;
}
</style>
background-color css
<style>
a { background-color: #B1597E; }
a { background-color: rgb(177,89,126); }
div.DivClassName
{
background-color: #B1597E;
}
.BgClassName
{
background-color: #B1597E;
}
</style>
border-color css
<style>
span { border-color: #B1597E; }
span { border-color: rgb(177,89,126); }
td.TdClassName
{
border-color: #B1597E;
}
.TagClassName
{
border-color: #B1597E;
}
</style>