Shades of Royal Heath #B1527B
Tints of Royal Heath #B1527B
RGB
CMYK
RGB Variations
Color information
#B1527B (or 0xB1527B) is known color: Royal Heath. HEX triplet: B1, 52 and 7B. RGB value is (177,82,123). Sum of RGB (Red+Green+Blue) = 177+82+123=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1527B is #4EAD84. Grayscale: #737373. Windows color (decimal): -5156229 or 8082097. OLE color: 8082097.
HSL color Cylindrical-coordinate representation of color #B1527B: hue angle of 334.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1527B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 123 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.31 |
| HSL | 334.11º | 0.38% | 0.51% | - |
| HSV(B) | 334.11º | 0.54% | 0.69% | - |
| XYZ | 24.72 | 16.81 | 20.68 | - |
| YUV | 115.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 123 | 0 | 0.54 | 0.31 | 0.31 | 334.11 | 0.38 | 0.51 |
| Hex | B1 | 52 | 7B | 0 | 36 | 1F | 1F | 14E | 26 | 33 |
| Octal | 261 | 122 | 173 | 0 | 66 | 37 | 37 | 516 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1111011 | 0 | 110110 | 11111 | 11111 | 101001110 | 100110 | 110011 |
Color Harmonies of #B1527B
Complementary color
Monochromatic Colors of #B1527B
Black with #B1527B
Text Example
Text Example
White with #B1527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1527B; }
p { color: rgb(177,82,123); }
H1.HeaderClassName
{
color: #B1527B;
}
.AnyTagClassName
{
color: #B1527B;
}
</style>
background-color css
<style>
a { background-color: #B1527B; }
a { background-color: rgb(177,82,123); }
div.DivClassName
{
background-color: #B1527B;
}
.BgClassName
{
background-color: #B1527B;
}
</style>
border-color css
<style>
span { border-color: #B1527B; }
span { border-color: rgb(177,82,123); }
td.TdClassName
{
border-color: #B1527B;
}
.TagClassName
{
border-color: #B1527B;
}
</style>