Shades of Royal Heath #B44A74
Tints of Royal Heath #B44A74
RGB
CMYK
RGB Variations
Color information
#B44A74 (or 0xB44A74) is known color: Royal Heath. HEX triplet: B4, 4A and 74. RGB value is (180,74,116). Sum of RGB (Red+Green+Blue) = 180+74+116=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A74 is #4BB58B. Grayscale: #6E6E6E. Windows color (decimal): -4961676 or 7621300. OLE color: 7621300.
HSL color Cylindrical-coordinate representation of color #B44A74: hue angle of 336.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44A74 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 116 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.29 |
| HSL | 336.23º | 0.42% | 0.5% | - |
| HSV(B) | 336.23º | 0.59% | 0.71% | - |
| XYZ | 24.42 | 15.86 | 18.3 | - |
| YUV | 110.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 116 | 0 | 0.59 | 0.36 | 0.29 | 336.23 | 0.42 | 0.5 |
| Hex | B4 | 4A | 74 | 0 | 3B | 24 | 1D | 150 | 2A | 32 |
| Octal | 264 | 112 | 164 | 0 | 73 | 44 | 35 | 520 | 52 | 62 |
| Binary | 10110100 | 1001010 | 1110100 | 0 | 111011 | 100100 | 11101 | 101010000 | 101010 | 110010 |
Color Harmonies of #B44A74
Complementary color
Monochromatic Colors of #B44A74
Black with #B44A74
Text Example
Text Example
White with #B44A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A74; }
p { color: rgb(180,74,116); }
H1.HeaderClassName
{
color: #B44A74;
}
.AnyTagClassName
{
color: #B44A74;
}
</style>
background-color css
<style>
a { background-color: #B44A74; }
a { background-color: rgb(180,74,116); }
div.DivClassName
{
background-color: #B44A74;
}
.BgClassName
{
background-color: #B44A74;
}
</style>
border-color css
<style>
span { border-color: #B44A74; }
span { border-color: rgb(180,74,116); }
td.TdClassName
{
border-color: #B44A74;
}
.TagClassName
{
border-color: #B44A74;
}
</style>