Shades of Royal Heath #B74C72
Tints of Royal Heath #B74C72
RGB
CMYK
RGB Variations
Color information
#B74C72 (or 0xB74C72) is known color: Royal Heath. HEX triplet: B7, 4C and 72. RGB value is (183,76,114). Sum of RGB (Red+Green+Blue) = 183+76+114=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C72 is #48B38D. Grayscale: #707070. Windows color (decimal): -4764558 or 7490743. OLE color: 7490743.
HSL color Cylindrical-coordinate representation of color #B74C72: hue angle of 338.69º degrees, saturation: 0.43, 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 #B74C72 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 114 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.28 |
| HSL | 338.69º | 0.43% | 0.51% | - |
| HSV(B) | 338.69º | 0.58% | 0.72% | - |
| XYZ | 25.15 | 16.45 | 17.77 | - |
| YUV | 112.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 114 | 0 | 0.58 | 0.38 | 0.28 | 338.69 | 0.43 | 0.51 |
| Hex | B7 | 4C | 72 | 0 | 3A | 26 | 1C | 153 | 2B | 33 |
| Octal | 267 | 114 | 162 | 0 | 72 | 46 | 34 | 523 | 53 | 63 |
| Binary | 10110111 | 1001100 | 1110010 | 0 | 111010 | 100110 | 11100 | 101010011 | 101011 | 110011 |
Color Harmonies of #B74C72
Complementary color
Monochromatic Colors of #B74C72
Black with #B74C72
Text Example
Text Example
White with #B74C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C72; }
p { color: rgb(183,76,114); }
H1.HeaderClassName
{
color: #B74C72;
}
.AnyTagClassName
{
color: #B74C72;
}
</style>
background-color css
<style>
a { background-color: #B74C72; }
a { background-color: rgb(183,76,114); }
div.DivClassName
{
background-color: #B74C72;
}
.BgClassName
{
background-color: #B74C72;
}
</style>
border-color css
<style>
span { border-color: #B74C72; }
span { border-color: rgb(183,76,114); }
td.TdClassName
{
border-color: #B74C72;
}
.TagClassName
{
border-color: #B74C72;
}
</style>