Shades of Royal Heath #B73E6B
Tints of Royal Heath #B73E6B
RGB
CMYK
RGB Variations
Color information
#B73E6B (or 0xB73E6B) is known color: Royal Heath. HEX triplet: B7, 3E and 6B. RGB value is (183,62,107). Sum of RGB (Red+Green+Blue) = 183+62+107=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E6B is #48C194. Grayscale: #676767. Windows color (decimal): -4768149 or 7028407. OLE color: 7028407.
HSL color Cylindrical-coordinate representation of color #B73E6B: hue angle of 337.69º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E6B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 107 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.28 |
| HSL | 337.69º | 0.49% | 0.48% | - |
| HSV(B) | 337.69º | 0.66% | 0.72% | - |
| XYZ | 23.9 | 14.57 | 15.46 | - |
| YUV | 103.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 107 | 0 | 0.66 | 0.42 | 0.28 | 337.69 | 0.49 | 0.48 |
| Hex | B7 | 3E | 6B | 0 | 42 | 2A | 1C | 152 | 31 | 30 |
| Octal | 267 | 76 | 153 | 0 | 102 | 52 | 34 | 522 | 61 | 60 |
| Binary | 10110111 | 111110 | 1101011 | 0 | 1000010 | 101010 | 11100 | 101010010 | 110001 | 110000 |
Color Harmonies of #B73E6B
Complementary color
Monochromatic Colors of #B73E6B
Black with #B73E6B
Text Example
Text Example
White with #B73E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E6B; }
p { color: rgb(183,62,107); }
H1.HeaderClassName
{
color: #B73E6B;
}
.AnyTagClassName
{
color: #B73E6B;
}
</style>
background-color css
<style>
a { background-color: #B73E6B; }
a { background-color: rgb(183,62,107); }
div.DivClassName
{
background-color: #B73E6B;
}
.BgClassName
{
background-color: #B73E6B;
}
</style>
border-color css
<style>
span { border-color: #B73E6B; }
span { border-color: rgb(183,62,107); }
td.TdClassName
{
border-color: #B73E6B;
}
.TagClassName
{
border-color: #B73E6B;
}
</style>