Shades of Royal Heath #B74472
Tints of Royal Heath #B74472
RGB
CMYK
RGB Variations
Color information
#B74472 (or 0xB74472) is known color: Royal Heath. HEX triplet: B7, 44 and 72. RGB value is (183,68,114). Sum of RGB (Red+Green+Blue) = 183+68+114=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B74472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74472 is #48BB8D. Grayscale: #6B6B6B. Windows color (decimal): -4766606 or 7488695. OLE color: 7488695.
HSL color Cylindrical-coordinate representation of color #B74472: hue angle of 336º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74472 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 114 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.28 |
| HSL | 336º | 0.46% | 0.49% | - |
| HSV(B) | 336º | 0.63% | 0.72% | - |
| XYZ | 24.63 | 15.42 | 17.6 | - |
| YUV | 107.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 114 | 0 | 0.63 | 0.38 | 0.28 | 336 | 0.46 | 0.49 |
| Hex | B7 | 44 | 72 | 0 | 3F | 26 | 1C | 150 | 2E | 31 |
| Octal | 267 | 104 | 162 | 0 | 77 | 46 | 34 | 520 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1110010 | 0 | 111111 | 100110 | 11100 | 101010000 | 101110 | 110001 |
Color Harmonies of #B74472
Complementary color
Monochromatic Colors of #B74472
Black with #B74472
Text Example
Text Example
White with #B74472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74472; }
p { color: rgb(183,68,114); }
H1.HeaderClassName
{
color: #B74472;
}
.AnyTagClassName
{
color: #B74472;
}
</style>
background-color css
<style>
a { background-color: #B74472; }
a { background-color: rgb(183,68,114); }
div.DivClassName
{
background-color: #B74472;
}
.BgClassName
{
background-color: #B74472;
}
</style>
border-color css
<style>
span { border-color: #B74472; }
span { border-color: rgb(183,68,114); }
td.TdClassName
{
border-color: #B74472;
}
.TagClassName
{
border-color: #B74472;
}
</style>