Shades of Royal Heath #B74B70
Tints of Royal Heath #B74B70
RGB
CMYK
RGB Variations
Color information
#B74B70 (or 0xB74B70) is known color: Royal Heath. HEX triplet: B7, 4B and 70. RGB value is (183,75,112). Sum of RGB (Red+Green+Blue) = 183+75+112=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B70 is #48B48F. Grayscale: #6F6F6F. Windows color (decimal): -4764816 or 7359415. OLE color: 7359415.
HSL color Cylindrical-coordinate representation of color #B74B70: hue angle of 339.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B70 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 112 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.28 |
| HSL | 339.44º | 0.43% | 0.51% | - |
| HSV(B) | 339.44º | 0.59% | 0.72% | - |
| XYZ | 24.97 | 16.27 | 17.15 | - |
| YUV | 111.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 112 | 0 | 0.59 | 0.39 | 0.28 | 339.44 | 0.43 | 0.51 |
| Hex | B7 | 4B | 70 | 0 | 3B | 27 | 1C | 153 | 2B | 33 |
| Octal | 267 | 113 | 160 | 0 | 73 | 47 | 34 | 523 | 53 | 63 |
| Binary | 10110111 | 1001011 | 1110000 | 0 | 111011 | 100111 | 11100 | 101010011 | 101011 | 110011 |
Color Harmonies of #B74B70
Complementary color
Monochromatic Colors of #B74B70
Black with #B74B70
Text Example
Text Example
White with #B74B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B70; }
p { color: rgb(183,75,112); }
H1.HeaderClassName
{
color: #B74B70;
}
.AnyTagClassName
{
color: #B74B70;
}
</style>
background-color css
<style>
a { background-color: #B74B70; }
a { background-color: rgb(183,75,112); }
div.DivClassName
{
background-color: #B74B70;
}
.BgClassName
{
background-color: #B74B70;
}
</style>
border-color css
<style>
span { border-color: #B74B70; }
span { border-color: rgb(183,75,112); }
td.TdClassName
{
border-color: #B74B70;
}
.TagClassName
{
border-color: #B74B70;
}
</style>