Shades of Royal Heath #B74F70
Tints of Royal Heath #B74F70
RGB
CMYK
RGB Variations
Color information
#B74F70 (or 0xB74F70) is known color: Royal Heath. HEX triplet: B7, 4F and 70. RGB value is (183,79,112). Sum of RGB (Red+Green+Blue) = 183+79+112=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F70 is #48B08F. Grayscale: #717171. Windows color (decimal): -4763792 or 7360439. OLE color: 7360439.
HSL color Cylindrical-coordinate representation of color #B74F70: hue angle of 340.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74F70 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 112 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.28 |
| HSL | 340.96º | 0.42% | 0.51% | - |
| HSV(B) | 340.96º | 0.57% | 0.72% | - |
| XYZ | 25.25 | 16.83 | 17.25 | - |
| YUV | 113.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 112 | 0 | 0.57 | 0.39 | 0.28 | 340.96 | 0.42 | 0.51 |
| Hex | B7 | 4F | 70 | 0 | 39 | 27 | 1C | 155 | 2A | 33 |
| Octal | 267 | 117 | 160 | 0 | 71 | 47 | 34 | 525 | 52 | 63 |
| Binary | 10110111 | 1001111 | 1110000 | 0 | 111001 | 100111 | 11100 | 101010101 | 101010 | 110011 |
Color Harmonies of #B74F70
Complementary color
Monochromatic Colors of #B74F70
Black with #B74F70
Text Example
Text Example
White with #B74F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F70; }
p { color: rgb(183,79,112); }
H1.HeaderClassName
{
color: #B74F70;
}
.AnyTagClassName
{
color: #B74F70;
}
</style>
background-color css
<style>
a { background-color: #B74F70; }
a { background-color: rgb(183,79,112); }
div.DivClassName
{
background-color: #B74F70;
}
.BgClassName
{
background-color: #B74F70;
}
</style>
border-color css
<style>
span { border-color: #B74F70; }
span { border-color: rgb(183,79,112); }
td.TdClassName
{
border-color: #B74F70;
}
.TagClassName
{
border-color: #B74F70;
}
</style>