Shades of Royal Heath #B15378
Tints of Royal Heath #B15378
RGB
CMYK
RGB Variations
Color information
#B15378 (or 0xB15378) is known color: Royal Heath. HEX triplet: B1, 53 and 78. RGB value is (177,83,120). Sum of RGB (Red+Green+Blue) = 177+83+120=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B15378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15378 is #4EAC87. Grayscale: #737373. Windows color (decimal): -5155976 or 7885745. OLE color: 7885745.
HSL color Cylindrical-coordinate representation of color #B15378: hue angle of 336.38º 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 #B15378 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 120 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.31 |
| HSL | 336.38º | 0.38% | 0.51% | - |
| HSV(B) | 336.38º | 0.53% | 0.69% | - |
| XYZ | 24.61 | 16.89 | 19.73 | - |
| YUV | 115.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 120 | 0 | 0.53 | 0.32 | 0.31 | 336.38 | 0.38 | 0.51 |
| Hex | B1 | 53 | 78 | 0 | 35 | 20 | 1F | 150 | 26 | 33 |
| Octal | 261 | 123 | 170 | 0 | 65 | 40 | 37 | 520 | 46 | 63 |
| Binary | 10110001 | 1010011 | 1111000 | 0 | 110101 | 100000 | 11111 | 101010000 | 100110 | 110011 |
Color Harmonies of #B15378
Complementary color
Monochromatic Colors of #B15378
Black with #B15378
Text Example
Text Example
White with #B15378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15378; }
p { color: rgb(177,83,120); }
H1.HeaderClassName
{
color: #B15378;
}
.AnyTagClassName
{
color: #B15378;
}
</style>
background-color css
<style>
a { background-color: #B15378; }
a { background-color: rgb(177,83,120); }
div.DivClassName
{
background-color: #B15378;
}
.BgClassName
{
background-color: #B15378;
}
</style>
border-color css
<style>
span { border-color: #B15378; }
span { border-color: rgb(177,83,120); }
td.TdClassName
{
border-color: #B15378;
}
.TagClassName
{
border-color: #B15378;
}
</style>