Shades of Royal Heath #B15373
Tints of Royal Heath #B15373
RGB
CMYK
RGB Variations
Color information
#B15373 (or 0xB15373) is known color: Royal Heath. HEX triplet: B1, 53 and 73. RGB value is (177,83,115). Sum of RGB (Red+Green+Blue) = 177+83+115=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15373 is #4EAC8C. Grayscale: #727272. Windows color (decimal): -5155981 or 7558065. OLE color: 7558065.
HSL color Cylindrical-coordinate representation of color #B15373: hue angle of 339.57º 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 #B15373 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 115 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.31 |
| HSL | 339.57º | 0.38% | 0.51% | - |
| HSV(B) | 339.57º | 0.53% | 0.69% | - |
| XYZ | 24.32 | 16.77 | 18.18 | - |
| YUV | 114.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 115 | 0 | 0.53 | 0.35 | 0.31 | 339.57 | 0.38 | 0.51 |
| Hex | B1 | 53 | 73 | 0 | 35 | 23 | 1F | 154 | 26 | 33 |
| Octal | 261 | 123 | 163 | 0 | 65 | 43 | 37 | 524 | 46 | 63 |
| Binary | 10110001 | 1010011 | 1110011 | 0 | 110101 | 100011 | 11111 | 101010100 | 100110 | 110011 |
Color Harmonies of #B15373
Complementary color
Monochromatic Colors of #B15373
Black with #B15373
Text Example
Text Example
White with #B15373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15373; }
p { color: rgb(177,83,115); }
H1.HeaderClassName
{
color: #B15373;
}
.AnyTagClassName
{
color: #B15373;
}
</style>
background-color css
<style>
a { background-color: #B15373; }
a { background-color: rgb(177,83,115); }
div.DivClassName
{
background-color: #B15373;
}
.BgClassName
{
background-color: #B15373;
}
</style>
border-color css
<style>
span { border-color: #B15373; }
span { border-color: rgb(177,83,115); }
td.TdClassName
{
border-color: #B15373;
}
.TagClassName
{
border-color: #B15373;
}
</style>