Shades of Royal Heath #B74C7B
Tints of Royal Heath #B74C7B
RGB
CMYK
RGB Variations
Color information
#B74C7B (or 0xB74C7B) is known color: Royal Heath. HEX triplet: B7, 4C and 7B. RGB value is (183,76,123). Sum of RGB (Red+Green+Blue) = 183+76+123=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C7B is #48B384. Grayscale: #717171. Windows color (decimal): -4764549 or 8080567. OLE color: 8080567.
HSL color Cylindrical-coordinate representation of color #B74C7B: hue angle of 333.64º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C7B is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 123 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.28 |
| HSL | 333.64º | 0.43% | 0.51% | - |
| HSV(B) | 333.64º | 0.58% | 0.72% | - |
| XYZ | 25.69 | 16.67 | 20.6 | - |
| YUV | 113.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 123 | 0 | 0.58 | 0.33 | 0.28 | 333.64 | 0.43 | 0.51 |
| Hex | B7 | 4C | 7B | 0 | 3A | 21 | 1C | 14E | 2B | 33 |
| Octal | 267 | 114 | 173 | 0 | 72 | 41 | 34 | 516 | 53 | 63 |
| Binary | 10110111 | 1001100 | 1111011 | 0 | 111010 | 100001 | 11100 | 101001110 | 101011 | 110011 |
Color Harmonies of #B74C7B
Complementary color
Monochromatic Colors of #B74C7B
Black with #B74C7B
Text Example
Text Example
White with #B74C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C7B; }
p { color: rgb(183,76,123); }
H1.HeaderClassName
{
color: #B74C7B;
}
.AnyTagClassName
{
color: #B74C7B;
}
</style>
background-color css
<style>
a { background-color: #B74C7B; }
a { background-color: rgb(183,76,123); }
div.DivClassName
{
background-color: #B74C7B;
}
.BgClassName
{
background-color: #B74C7B;
}
</style>
border-color css
<style>
span { border-color: #B74C7B; }
span { border-color: rgb(183,76,123); }
td.TdClassName
{
border-color: #B74C7B;
}
.TagClassName
{
border-color: #B74C7B;
}
</style>