Shades of Royal Heath #B74D75
Tints of Royal Heath #B74D75
RGB
CMYK
RGB Variations
Color information
#B74D75 (or 0xB74D75) is known color: Royal Heath. HEX triplet: B7, 4D and 75. RGB value is (183,77,117). Sum of RGB (Red+Green+Blue) = 183+77+117=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D75 is #48B28A. Grayscale: #717171. Windows color (decimal): -4764299 or 7687607. OLE color: 7687607.
HSL color Cylindrical-coordinate representation of color #B74D75: hue angle of 337.36º 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 #B74D75 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 117 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.28 |
| HSL | 337.36º | 0.42% | 0.51% | - |
| HSV(B) | 337.36º | 0.58% | 0.72% | - |
| XYZ | 25.39 | 16.66 | 18.71 | - |
| YUV | 113.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 117 | 0 | 0.58 | 0.36 | 0.28 | 337.36 | 0.42 | 0.51 |
| Hex | B7 | 4D | 75 | 0 | 3A | 24 | 1C | 151 | 2A | 33 |
| Octal | 267 | 115 | 165 | 0 | 72 | 44 | 34 | 521 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1110101 | 0 | 111010 | 100100 | 11100 | 101010001 | 101010 | 110011 |
Color Harmonies of #B74D75
Complementary color
Monochromatic Colors of #B74D75
Black with #B74D75
Text Example
Text Example
White with #B74D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D75; }
p { color: rgb(183,77,117); }
H1.HeaderClassName
{
color: #B74D75;
}
.AnyTagClassName
{
color: #B74D75;
}
</style>
background-color css
<style>
a { background-color: #B74D75; }
a { background-color: rgb(183,77,117); }
div.DivClassName
{
background-color: #B74D75;
}
.BgClassName
{
background-color: #B74D75;
}
</style>
border-color css
<style>
span { border-color: #B74D75; }
span { border-color: rgb(183,77,117); }
td.TdClassName
{
border-color: #B74D75;
}
.TagClassName
{
border-color: #B74D75;
}
</style>