Shades of Royal Heath #B15384
Tints of Royal Heath #B15384
RGB
CMYK
RGB Variations
Color information
#B15384 (or 0xB15384) is known color: Royal Heath. HEX triplet: B1, 53 and 84. RGB value is (177,83,132). Sum of RGB (Red+Green+Blue) = 177+83+132=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15384 is #4EAC7B. Grayscale: #747474. Windows color (decimal): -5155964 or 8672177. OLE color: 8672177.
HSL color Cylindrical-coordinate representation of color #B15384: hue angle of 328.72º 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 #B15384 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 132 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.31 |
| HSL | 328.72º | 0.38% | 0.51% | - |
| HSV(B) | 328.72º | 0.53% | 0.69% | - |
| XYZ | 25.39 | 17.2 | 23.81 | - |
| YUV | 116.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 132 | 0 | 0.53 | 0.25 | 0.31 | 328.72 | 0.38 | 0.51 |
| Hex | B1 | 53 | 84 | 0 | 35 | 19 | 1F | 149 | 26 | 33 |
| Octal | 261 | 123 | 204 | 0 | 65 | 31 | 37 | 511 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10000100 | 0 | 110101 | 11001 | 11111 | 101001001 | 100110 | 110011 |
Color Harmonies of #B15384
Complementary color
Monochromatic Colors of #B15384
Black with #B15384
Text Example
Text Example
White with #B15384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15384; }
p { color: rgb(177,83,132); }
H1.HeaderClassName
{
color: #B15384;
}
.AnyTagClassName
{
color: #B15384;
}
</style>
background-color css
<style>
a { background-color: #B15384; }
a { background-color: rgb(177,83,132); }
div.DivClassName
{
background-color: #B15384;
}
.BgClassName
{
background-color: #B15384;
}
</style>
border-color css
<style>
span { border-color: #B15384; }
span { border-color: rgb(177,83,132); }
td.TdClassName
{
border-color: #B15384;
}
.TagClassName
{
border-color: #B15384;
}
</style>