Shades of Royal Heath #B1567E
Tints of Royal Heath #B1567E
RGB
CMYK
RGB Variations
Color information
#B1567E (or 0xB1567E) is known color: Royal Heath. HEX triplet: B1, 56 and 7E. RGB value is (177,86,126). Sum of RGB (Red+Green+Blue) = 177+86+126=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1567E is #4EA981. Grayscale: #757575. Windows color (decimal): -5155202 or 8279729. OLE color: 8279729.
HSL color Cylindrical-coordinate representation of color #B1567E: hue angle of 333.63º 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 #B1567E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 126 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.31 |
| HSL | 333.63º | 0.37% | 0.52% | - |
| HSV(B) | 333.63º | 0.51% | 0.69% | - |
| XYZ | 25.23 | 17.51 | 21.79 | - |
| YUV | 117.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 126 | 0 | 0.51 | 0.29 | 0.31 | 333.63 | 0.37 | 0.52 |
| Hex | B1 | 56 | 7E | 0 | 33 | 1D | 1F | 14E | 25 | 34 |
| Octal | 261 | 126 | 176 | 0 | 63 | 35 | 37 | 516 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1111110 | 0 | 110011 | 11101 | 11111 | 101001110 | 100101 | 110100 |
Color Harmonies of #B1567E
Complementary color
Monochromatic Colors of #B1567E
Black with #B1567E
Text Example
Text Example
White with #B1567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1567E; }
p { color: rgb(177,86,126); }
H1.HeaderClassName
{
color: #B1567E;
}
.AnyTagClassName
{
color: #B1567E;
}
</style>
background-color css
<style>
a { background-color: #B1567E; }
a { background-color: rgb(177,86,126); }
div.DivClassName
{
background-color: #B1567E;
}
.BgClassName
{
background-color: #B1567E;
}
</style>
border-color css
<style>
span { border-color: #B1567E; }
span { border-color: rgb(177,86,126); }
td.TdClassName
{
border-color: #B1567E;
}
.TagClassName
{
border-color: #B1567E;
}
</style>