Shades of Royal Heath #B74970
Tints of Royal Heath #B74970
RGB
CMYK
RGB Variations
Color information
#B74970 (or 0xB74970) is known color: Royal Heath. HEX triplet: B7, 49 and 70. RGB value is (183,73,112). Sum of RGB (Red+Green+Blue) = 183+73+112=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B74970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74970 is #48B68F. Grayscale: #6E6E6E. Windows color (decimal): -4765328 or 7358903. OLE color: 7358903.
HSL color Cylindrical-coordinate representation of color #B74970: hue angle of 338.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74970 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 112 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.28 |
| HSL | 338.73º | 0.43% | 0.5% | - |
| HSV(B) | 338.73º | 0.6% | 0.72% | - |
| XYZ | 24.84 | 16 | 17.11 | - |
| YUV | 110.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 112 | 0 | 0.60 | 0.39 | 0.28 | 338.73 | 0.43 | 0.5 |
| Hex | B7 | 49 | 70 | 0 | 3C | 27 | 1C | 153 | 2B | 32 |
| Octal | 267 | 111 | 160 | 0 | 74 | 47 | 34 | 523 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1110000 | 0 | 111100 | 100111 | 11100 | 101010011 | 101011 | 110010 |
Color Harmonies of #B74970
Complementary color
Monochromatic Colors of #B74970
Black with #B74970
Text Example
Text Example
White with #B74970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74970; }
p { color: rgb(183,73,112); }
H1.HeaderClassName
{
color: #B74970;
}
.AnyTagClassName
{
color: #B74970;
}
</style>
background-color css
<style>
a { background-color: #B74970; }
a { background-color: rgb(183,73,112); }
div.DivClassName
{
background-color: #B74970;
}
.BgClassName
{
background-color: #B74970;
}
</style>
border-color css
<style>
span { border-color: #B74970; }
span { border-color: rgb(183,73,112); }
td.TdClassName
{
border-color: #B74970;
}
.TagClassName
{
border-color: #B74970;
}
</style>