Shades of Royal Heath #B74376
Tints of Royal Heath #B74376
RGB
CMYK
RGB Variations
Color information
#B74376 (or 0xB74376) is known color: Royal Heath. HEX triplet: B7, 43 and 76. RGB value is (183,67,118). Sum of RGB (Red+Green+Blue) = 183+67+118=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B74376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74376 is #48BC89. Grayscale: #6B6B6B. Windows color (decimal): -4766858 or 7750583. OLE color: 7750583.
HSL color Cylindrical-coordinate representation of color #B74376: hue angle of 333.62º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74376 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 118 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.28 |
| HSL | 333.62º | 0.46% | 0.49% | - |
| HSV(B) | 333.62º | 0.63% | 0.72% | - |
| XYZ | 24.81 | 15.39 | 18.8 | - |
| YUV | 107.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 118 | 0 | 0.63 | 0.36 | 0.28 | 333.62 | 0.46 | 0.49 |
| Hex | B7 | 43 | 76 | 0 | 3F | 24 | 1C | 14E | 2E | 31 |
| Octal | 267 | 103 | 166 | 0 | 77 | 44 | 34 | 516 | 56 | 61 |
| Binary | 10110111 | 1000011 | 1110110 | 0 | 111111 | 100100 | 11100 | 101001110 | 101110 | 110001 |
Color Harmonies of #B74376
Complementary color
Monochromatic Colors of #B74376
Black with #B74376
Text Example
Text Example
White with #B74376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74376; }
p { color: rgb(183,67,118); }
H1.HeaderClassName
{
color: #B74376;
}
.AnyTagClassName
{
color: #B74376;
}
</style>
background-color css
<style>
a { background-color: #B74376; }
a { background-color: rgb(183,67,118); }
div.DivClassName
{
background-color: #B74376;
}
.BgClassName
{
background-color: #B74376;
}
</style>
border-color css
<style>
span { border-color: #B74376; }
span { border-color: rgb(183,67,118); }
td.TdClassName
{
border-color: #B74376;
}
.TagClassName
{
border-color: #B74376;
}
</style>