Shades of Royal Heath #B7476F
Tints of Royal Heath #B7476F
RGB
CMYK
RGB Variations
Color information
#B7476F (or 0xB7476F) is known color: Royal Heath. HEX triplet: B7, 47 and 6F. RGB value is (183,71,111). Sum of RGB (Red+Green+Blue) = 183+71+111=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7476F is #48B890. Grayscale: #6D6D6D. Windows color (decimal): -4765841 or 7292855. OLE color: 7292855.
HSL color Cylindrical-coordinate representation of color #B7476F: hue angle of 338.57º 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 #B7476F is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 111 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.28 |
| HSL | 338.57º | 0.44% | 0.5% | - |
| HSV(B) | 338.57º | 0.61% | 0.72% | - |
| XYZ | 24.65 | 15.72 | 16.77 | - |
| YUV | 109.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 111 | 0 | 0.61 | 0.39 | 0.28 | 338.57 | 0.44 | 0.5 |
| Hex | B7 | 47 | 6F | 0 | 3D | 27 | 1C | 153 | 2C | 32 |
| Octal | 267 | 107 | 157 | 0 | 75 | 47 | 34 | 523 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1101111 | 0 | 111101 | 100111 | 11100 | 101010011 | 101100 | 110010 |
Color Harmonies of #B7476F
Complementary color
Monochromatic Colors of #B7476F
Black with #B7476F
Text Example
Text Example
White with #B7476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7476F; }
p { color: rgb(183,71,111); }
H1.HeaderClassName
{
color: #B7476F;
}
.AnyTagClassName
{
color: #B7476F;
}
</style>
background-color css
<style>
a { background-color: #B7476F; }
a { background-color: rgb(183,71,111); }
div.DivClassName
{
background-color: #B7476F;
}
.BgClassName
{
background-color: #B7476F;
}
</style>
border-color css
<style>
span { border-color: #B7476F; }
span { border-color: rgb(183,71,111); }
td.TdClassName
{
border-color: #B7476F;
}
.TagClassName
{
border-color: #B7476F;
}
</style>