Shades of Royal Heath #B15273
Tints of Royal Heath #B15273
RGB
CMYK
RGB Variations
Color information
#B15273 (or 0xB15273) is known color: Royal Heath. HEX triplet: B1, 52 and 73. RGB value is (177,82,115). Sum of RGB (Red+Green+Blue) = 177+82+115=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B15273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15273 is #4EAD8C. Grayscale: #727272. Windows color (decimal): -5156237 or 7557809. OLE color: 7557809.
HSL color Cylindrical-coordinate representation of color #B15273: hue angle of 339.16º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15273 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 115 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.31 |
| HSL | 339.16º | 0.38% | 0.51% | - |
| HSV(B) | 339.16º | 0.54% | 0.69% | - |
| XYZ | 24.24 | 16.62 | 18.15 | - |
| YUV | 114.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 115 | 0 | 0.54 | 0.35 | 0.31 | 339.16 | 0.38 | 0.51 |
| Hex | B1 | 52 | 73 | 0 | 36 | 23 | 1F | 153 | 26 | 33 |
| Octal | 261 | 122 | 163 | 0 | 66 | 43 | 37 | 523 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1110011 | 0 | 110110 | 100011 | 11111 | 101010011 | 100110 | 110011 |
Color Harmonies of #B15273
Complementary color
Monochromatic Colors of #B15273
Black with #B15273
Text Example
Text Example
White with #B15273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15273; }
p { color: rgb(177,82,115); }
H1.HeaderClassName
{
color: #B15273;
}
.AnyTagClassName
{
color: #B15273;
}
</style>
background-color css
<style>
a { background-color: #B15273; }
a { background-color: rgb(177,82,115); }
div.DivClassName
{
background-color: #B15273;
}
.BgClassName
{
background-color: #B15273;
}
</style>
border-color css
<style>
span { border-color: #B15273; }
span { border-color: rgb(177,82,115); }
td.TdClassName
{
border-color: #B15273;
}
.TagClassName
{
border-color: #B15273;
}
</style>