Shades of Royal Heath #B15381
Tints of Royal Heath #B15381
RGB
CMYK
RGB Variations
Color information
#B15381 (or 0xB15381) is known color: Royal Heath. HEX triplet: B1, 53 and 81. RGB value is (177,83,129). Sum of RGB (Red+Green+Blue) = 177+83+129=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B15381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15381 is #4EAC7E. Grayscale: #747474. Windows color (decimal): -5155967 or 8475569. OLE color: 8475569.
HSL color Cylindrical-coordinate representation of color #B15381: hue angle of 330.64º degrees, saturation: 0.38, 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 #B15381 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 129 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.31 |
| HSL | 330.64º | 0.38% | 0.51% | - |
| HSV(B) | 330.64º | 0.53% | 0.69% | - |
| XYZ | 25.19 | 17.12 | 22.75 | - |
| YUV | 116.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 129 | 0 | 0.53 | 0.27 | 0.31 | 330.64 | 0.38 | 0.51 |
| Hex | B1 | 53 | 81 | 0 | 35 | 1B | 1F | 14B | 26 | 33 |
| Octal | 261 | 123 | 201 | 0 | 65 | 33 | 37 | 513 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10000001 | 0 | 110101 | 11011 | 11111 | 101001011 | 100110 | 110011 |
Color Harmonies of #B15381
Complementary color
Monochromatic Colors of #B15381
Black with #B15381
Text Example
Text Example
White with #B15381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15381; }
p { color: rgb(177,83,129); }
H1.HeaderClassName
{
color: #B15381;
}
.AnyTagClassName
{
color: #B15381;
}
</style>
background-color css
<style>
a { background-color: #B15381; }
a { background-color: rgb(177,83,129); }
div.DivClassName
{
background-color: #B15381;
}
.BgClassName
{
background-color: #B15381;
}
</style>
border-color css
<style>
span { border-color: #B15381; }
span { border-color: rgb(177,83,129); }
td.TdClassName
{
border-color: #B15381;
}
.TagClassName
{
border-color: #B15381;
}
</style>