Shades of Royal Heath #B15274
Tints of Royal Heath #B15274
RGB
CMYK
RGB Variations
Color information
#B15274 (or 0xB15274) is known color: Royal Heath. HEX triplet: B1, 52 and 74. RGB value is (177,82,116). Sum of RGB (Red+Green+Blue) = 177+82+116=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15274 is #4EAD8B. Grayscale: #727272. Windows color (decimal): -5156236 or 7623345. OLE color: 7623345.
HSL color Cylindrical-coordinate representation of color #B15274: hue angle of 338.53º 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 #B15274 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 116 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.31 |
| HSL | 338.53º | 0.38% | 0.51% | - |
| HSV(B) | 338.53º | 0.54% | 0.69% | - |
| XYZ | 24.3 | 16.64 | 18.45 | - |
| YUV | 114.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 116 | 0 | 0.54 | 0.34 | 0.31 | 338.53 | 0.38 | 0.51 |
| Hex | B1 | 52 | 74 | 0 | 36 | 22 | 1F | 153 | 26 | 33 |
| Octal | 261 | 122 | 164 | 0 | 66 | 42 | 37 | 523 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1110100 | 0 | 110110 | 100010 | 11111 | 101010011 | 100110 | 110011 |
Color Harmonies of #B15274
Complementary color
Monochromatic Colors of #B15274
Black with #B15274
Text Example
Text Example
White with #B15274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15274; }
p { color: rgb(177,82,116); }
H1.HeaderClassName
{
color: #B15274;
}
.AnyTagClassName
{
color: #B15274;
}
</style>
background-color css
<style>
a { background-color: #B15274; }
a { background-color: rgb(177,82,116); }
div.DivClassName
{
background-color: #B15274;
}
.BgClassName
{
background-color: #B15274;
}
</style>
border-color css
<style>
span { border-color: #B15274; }
span { border-color: rgb(177,82,116); }
td.TdClassName
{
border-color: #B15274;
}
.TagClassName
{
border-color: #B15274;
}
</style>