Shades of Royal Heath #B7376F
Tints of Royal Heath #B7376F
RGB
CMYK
RGB Variations
Color information
#B7376F (or 0xB7376F) is known color: Royal Heath. HEX triplet: B7, 37 and 6F. RGB value is (183,55,111). Sum of RGB (Red+Green+Blue) = 183+55+111=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7376F is #48C890. Grayscale: #636363. Windows color (decimal): -4769937 or 7288759. OLE color: 7288759.
HSL color Cylindrical-coordinate representation of color #B7376F: hue angle of 333.75º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7376F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 111 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.28 |
| HSL | 333.75º | 0.54% | 0.47% | - |
| HSV(B) | 333.75º | 0.7% | 0.72% | - |
| XYZ | 23.76 | 13.95 | 16.48 | - |
| YUV | 99.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 111 | 0 | 0.70 | 0.39 | 0.28 | 333.75 | 0.54 | 0.47 |
| Hex | B7 | 37 | 6F | 0 | 46 | 27 | 1C | 14E | 36 | 2F |
| Octal | 267 | 67 | 157 | 0 | 106 | 47 | 34 | 516 | 66 | 57 |
| Binary | 10110111 | 110111 | 1101111 | 0 | 1000110 | 100111 | 11100 | 101001110 | 110110 | 101111 |
Color Harmonies of #B7376F
Complementary color
Monochromatic Colors of #B7376F
Black with #B7376F
Text Example
Text Example
White with #B7376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7376F; }
p { color: rgb(183,55,111); }
H1.HeaderClassName
{
color: #B7376F;
}
.AnyTagClassName
{
color: #B7376F;
}
</style>
background-color css
<style>
a { background-color: #B7376F; }
a { background-color: rgb(183,55,111); }
div.DivClassName
{
background-color: #B7376F;
}
.BgClassName
{
background-color: #B7376F;
}
</style>
border-color css
<style>
span { border-color: #B7376F; }
span { border-color: rgb(183,55,111); }
td.TdClassName
{
border-color: #B7376F;
}
.TagClassName
{
border-color: #B7376F;
}
</style>