Shades of Royal Heath #B44373
Tints of Royal Heath #B44373
RGB
CMYK
RGB Variations
Color information
#B44373 (or 0xB44373) is known color: Royal Heath. HEX triplet: B4, 43 and 73. RGB value is (180,67,115). Sum of RGB (Red+Green+Blue) = 180+67+115=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B44373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44373 is #4BBC8C. Grayscale: #6A6A6A. Windows color (decimal): -4963469 or 7553972. OLE color: 7553972.
HSL color Cylindrical-coordinate representation of color #B44373: hue angle of 334.51º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44373 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 115 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.29 |
| HSL | 334.51º | 0.46% | 0.48% | - |
| HSV(B) | 334.51º | 0.63% | 0.71% | - |
| XYZ | 23.92 | 14.96 | 17.85 | - |
| YUV | 106.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 115 | 0 | 0.63 | 0.36 | 0.29 | 334.51 | 0.46 | 0.48 |
| Hex | B4 | 43 | 73 | 0 | 3F | 24 | 1D | 14F | 2E | 30 |
| Octal | 264 | 103 | 163 | 0 | 77 | 44 | 35 | 517 | 56 | 60 |
| Binary | 10110100 | 1000011 | 1110011 | 0 | 111111 | 100100 | 11101 | 101001111 | 101110 | 110000 |
Color Harmonies of #B44373
Complementary color
Monochromatic Colors of #B44373
Black with #B44373
Text Example
Text Example
White with #B44373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44373; }
p { color: rgb(180,67,115); }
H1.HeaderClassName
{
color: #B44373;
}
.AnyTagClassName
{
color: #B44373;
}
</style>
background-color css
<style>
a { background-color: #B44373; }
a { background-color: rgb(180,67,115); }
div.DivClassName
{
background-color: #B44373;
}
.BgClassName
{
background-color: #B44373;
}
</style>
border-color css
<style>
span { border-color: #B44373; }
span { border-color: rgb(180,67,115); }
td.TdClassName
{
border-color: #B44373;
}
.TagClassName
{
border-color: #B44373;
}
</style>