Shades of Royal Heath #B74D6E
Tints of Royal Heath #B74D6E
RGB
CMYK
RGB Variations
Color information
#B74D6E (or 0xB74D6E) is known color: Royal Heath. HEX triplet: B7, 4D and 6E. RGB value is (183,77,110). Sum of RGB (Red+Green+Blue) = 183+77+110=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D6E is #48B291. Grayscale: #707070. Windows color (decimal): -4764306 or 7228855. OLE color: 7228855.
HSL color Cylindrical-coordinate representation of color #B74D6E: hue angle of 341.32º 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 #B74D6E is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 110 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.28 |
| HSL | 341.32º | 0.42% | 0.51% | - |
| HSV(B) | 341.32º | 0.58% | 0.72% | - |
| XYZ | 25 | 16.5 | 16.62 | - |
| YUV | 112.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 110 | 0 | 0.58 | 0.40 | 0.28 | 341.32 | 0.42 | 0.51 |
| Hex | B7 | 4D | 6E | 0 | 3A | 28 | 1C | 155 | 2A | 33 |
| Octal | 267 | 115 | 156 | 0 | 72 | 50 | 34 | 525 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1101110 | 0 | 111010 | 101000 | 11100 | 101010101 | 101010 | 110011 |
Color Harmonies of #B74D6E
Complementary color
Monochromatic Colors of #B74D6E
Black with #B74D6E
Text Example
Text Example
White with #B74D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D6E; }
p { color: rgb(183,77,110); }
H1.HeaderClassName
{
color: #B74D6E;
}
.AnyTagClassName
{
color: #B74D6E;
}
</style>
background-color css
<style>
a { background-color: #B74D6E; }
a { background-color: rgb(183,77,110); }
div.DivClassName
{
background-color: #B74D6E;
}
.BgClassName
{
background-color: #B74D6E;
}
</style>
border-color css
<style>
span { border-color: #B74D6E; }
span { border-color: rgb(183,77,110); }
td.TdClassName
{
border-color: #B74D6E;
}
.TagClassName
{
border-color: #B74D6E;
}
</style>