Shades of Royal Heath #B7476C
Tints of Royal Heath #B7476C
RGB
CMYK
RGB Variations
Color information
#B7476C (or 0xB7476C) is known color: Royal Heath. HEX triplet: B7, 47 and 6C. RGB value is (183,71,108). Sum of RGB (Red+Green+Blue) = 183+71+108=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7476C is #48B893. Grayscale: #6C6C6C. Windows color (decimal): -4765844 or 7096247. OLE color: 7096247.
HSL color Cylindrical-coordinate representation of color #B7476C: hue angle of 340.18º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7476C is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 108 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.28 |
| HSL | 340.18º | 0.44% | 0.5% | - |
| HSV(B) | 340.18º | 0.61% | 0.72% | - |
| XYZ | 24.49 | 15.66 | 15.92 | - |
| YUV | 108.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 108 | 0 | 0.61 | 0.41 | 0.28 | 340.18 | 0.44 | 0.5 |
| Hex | B7 | 47 | 6C | 0 | 3D | 29 | 1C | 154 | 2C | 32 |
| Octal | 267 | 107 | 154 | 0 | 75 | 51 | 34 | 524 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1101100 | 0 | 111101 | 101001 | 11100 | 101010100 | 101100 | 110010 |
Color Harmonies of #B7476C
Complementary color
Monochromatic Colors of #B7476C
Black with #B7476C
Text Example
Text Example
White with #B7476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7476C; }
p { color: rgb(183,71,108); }
H1.HeaderClassName
{
color: #B7476C;
}
.AnyTagClassName
{
color: #B7476C;
}
</style>
background-color css
<style>
a { background-color: #B7476C; }
a { background-color: rgb(183,71,108); }
div.DivClassName
{
background-color: #B7476C;
}
.BgClassName
{
background-color: #B7476C;
}
</style>
border-color css
<style>
span { border-color: #B7476C; }
span { border-color: rgb(183,71,108); }
td.TdClassName
{
border-color: #B7476C;
}
.TagClassName
{
border-color: #B7476C;
}
</style>