Shades of Royal Heath #B74D7E
Tints of Royal Heath #B74D7E
RGB
CMYK
RGB Variations
Color information
#B74D7E (or 0xB74D7E) is known color: Royal Heath. HEX triplet: B7, 4D and 7E. RGB value is (183,77,126). Sum of RGB (Red+Green+Blue) = 183+77+126=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D7E is #48B281. Grayscale: #727272. Windows color (decimal): -4764290 or 8277431. OLE color: 8277431.
HSL color Cylindrical-coordinate representation of color #B74D7E: hue angle of 332.26º 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 #B74D7E is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 126 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.28 |
| HSL | 332.26º | 0.42% | 0.51% | - |
| HSV(B) | 332.26º | 0.58% | 0.72% | - |
| XYZ | 25.95 | 16.88 | 21.63 | - |
| YUV | 114.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 126 | 0 | 0.58 | 0.31 | 0.28 | 332.26 | 0.42 | 0.51 |
| Hex | B7 | 4D | 7E | 0 | 3A | 1F | 1C | 14C | 2A | 33 |
| Octal | 267 | 115 | 176 | 0 | 72 | 37 | 34 | 514 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1111110 | 0 | 111010 | 11111 | 11100 | 101001100 | 101010 | 110011 |
Color Harmonies of #B74D7E
Complementary color
Monochromatic Colors of #B74D7E
Black with #B74D7E
Text Example
Text Example
White with #B74D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D7E; }
p { color: rgb(183,77,126); }
H1.HeaderClassName
{
color: #B74D7E;
}
.AnyTagClassName
{
color: #B74D7E;
}
</style>
background-color css
<style>
a { background-color: #B74D7E; }
a { background-color: rgb(183,77,126); }
div.DivClassName
{
background-color: #B74D7E;
}
.BgClassName
{
background-color: #B74D7E;
}
</style>
border-color css
<style>
span { border-color: #B74D7E; }
span { border-color: rgb(183,77,126); }
td.TdClassName
{
border-color: #B74D7E;
}
.TagClassName
{
border-color: #B74D7E;
}
</style>