Shades of Royal Heath #B74476
Tints of Royal Heath #B74476
RGB
CMYK
RGB Variations
Color information
#B74476 (or 0xB74476) is known color: Royal Heath. HEX triplet: B7, 44 and 76. RGB value is (183,68,118). Sum of RGB (Red+Green+Blue) = 183+68+118=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B74476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74476 is #48BB89. Grayscale: #6C6C6C. Windows color (decimal): -4766602 or 7750839. OLE color: 7750839.
HSL color Cylindrical-coordinate representation of color #B74476: hue angle of 333.91º 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 #B74476 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 118 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.28 |
| HSL | 333.91º | 0.46% | 0.49% | - |
| HSV(B) | 333.91º | 0.63% | 0.72% | - |
| XYZ | 24.87 | 15.51 | 18.82 | - |
| YUV | 108.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 118 | 0 | 0.63 | 0.36 | 0.28 | 333.91 | 0.46 | 0.49 |
| Hex | B7 | 44 | 76 | 0 | 3F | 24 | 1C | 14E | 2E | 31 |
| Octal | 267 | 104 | 166 | 0 | 77 | 44 | 34 | 516 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1110110 | 0 | 111111 | 100100 | 11100 | 101001110 | 101110 | 110001 |
Color Harmonies of #B74476
Complementary color
Monochromatic Colors of #B74476
Black with #B74476
Text Example
Text Example
White with #B74476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74476; }
p { color: rgb(183,68,118); }
H1.HeaderClassName
{
color: #B74476;
}
.AnyTagClassName
{
color: #B74476;
}
</style>
background-color css
<style>
a { background-color: #B74476; }
a { background-color: rgb(183,68,118); }
div.DivClassName
{
background-color: #B74476;
}
.BgClassName
{
background-color: #B74476;
}
</style>
border-color css
<style>
span { border-color: #B74476; }
span { border-color: rgb(183,68,118); }
td.TdClassName
{
border-color: #B74476;
}
.TagClassName
{
border-color: #B74476;
}
</style>