Shades of Royal Heath #B15481
Tints of Royal Heath #B15481
RGB
CMYK
RGB Variations
Color information
#B15481 (or 0xB15481) is known color: Royal Heath. HEX triplet: B1, 54 and 81. RGB value is (177,84,129). Sum of RGB (Red+Green+Blue) = 177+84+129=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B15481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15481 is #4EAB7E. Grayscale: #747474. Windows color (decimal): -5155711 or 8475825. OLE color: 8475825.
HSL color Cylindrical-coordinate representation of color #B15481: hue angle of 330.97º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15481 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 129 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.31 |
| HSL | 330.97º | 0.37% | 0.51% | - |
| HSV(B) | 330.97º | 0.53% | 0.69% | - |
| XYZ | 25.26 | 17.27 | 22.77 | - |
| YUV | 116.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 129 | 0 | 0.53 | 0.27 | 0.31 | 330.97 | 0.37 | 0.51 |
| Hex | B1 | 54 | 81 | 0 | 35 | 1B | 1F | 14B | 25 | 33 |
| Octal | 261 | 124 | 201 | 0 | 65 | 33 | 37 | 513 | 45 | 63 |
| Binary | 10110001 | 1010100 | 10000001 | 0 | 110101 | 11011 | 11111 | 101001011 | 100101 | 110011 |
Color Harmonies of #B15481
Complementary color
Monochromatic Colors of #B15481
Black with #B15481
Text Example
Text Example
White with #B15481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15481; }
p { color: rgb(177,84,129); }
H1.HeaderClassName
{
color: #B15481;
}
.AnyTagClassName
{
color: #B15481;
}
</style>
background-color css
<style>
a { background-color: #B15481; }
a { background-color: rgb(177,84,129); }
div.DivClassName
{
background-color: #B15481;
}
.BgClassName
{
background-color: #B15481;
}
</style>
border-color css
<style>
span { border-color: #B15481; }
span { border-color: rgb(177,84,129); }
td.TdClassName
{
border-color: #B15481;
}
.TagClassName
{
border-color: #B15481;
}
</style>