Shades of Royal Heath #B74D74
Tints of Royal Heath #B74D74
RGB
CMYK
RGB Variations
Color information
#B74D74 (or 0xB74D74) is known color: Royal Heath. HEX triplet: B7, 4D and 74. RGB value is (183,77,116). Sum of RGB (Red+Green+Blue) = 183+77+116=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D74 is #48B28B. Grayscale: #717171. Windows color (decimal): -4764300 or 7622071. OLE color: 7622071.
HSL color Cylindrical-coordinate representation of color #B74D74: hue angle of 337.92º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D74 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 116 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.28 |
| HSL | 337.92º | 0.42% | 0.51% | - |
| HSV(B) | 337.92º | 0.58% | 0.72% | - |
| XYZ | 25.33 | 16.64 | 18.4 | - |
| YUV | 113.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 116 | 0 | 0.58 | 0.37 | 0.28 | 337.92 | 0.42 | 0.51 |
| Hex | B7 | 4D | 74 | 0 | 3A | 25 | 1C | 152 | 2A | 33 |
| Octal | 267 | 115 | 164 | 0 | 72 | 45 | 34 | 522 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1110100 | 0 | 111010 | 100101 | 11100 | 101010010 | 101010 | 110011 |
Color Harmonies of #B74D74
Complementary color
Monochromatic Colors of #B74D74
Black with #B74D74
Text Example
Text Example
White with #B74D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D74; }
p { color: rgb(183,77,116); }
H1.HeaderClassName
{
color: #B74D74;
}
.AnyTagClassName
{
color: #B74D74;
}
</style>
background-color css
<style>
a { background-color: #B74D74; }
a { background-color: rgb(183,77,116); }
div.DivClassName
{
background-color: #B74D74;
}
.BgClassName
{
background-color: #B74D74;
}
</style>
border-color css
<style>
span { border-color: #B74D74; }
span { border-color: rgb(183,77,116); }
td.TdClassName
{
border-color: #B74D74;
}
.TagClassName
{
border-color: #B74D74;
}
</style>