Shades of Royal Heath #B45170
Tints of Royal Heath #B45170
RGB
CMYK
RGB Variations
Color information
#B45170 (or 0xB45170) is known color: Royal Heath. HEX triplet: B4, 51 and 70. RGB value is (180,81,112). Sum of RGB (Red+Green+Blue) = 180+81+112=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B45170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45170 is #4BAE8F. Grayscale: #727272. Windows color (decimal): -4959888 or 7360948. OLE color: 7360948.
HSL color Cylindrical-coordinate representation of color #B45170: hue angle of 341.21º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45170 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 112 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.29 |
| HSL | 341.21º | 0.4% | 0.51% | - |
| HSV(B) | 341.21º | 0.55% | 0.71% | - |
| XYZ | 24.69 | 16.76 | 17.26 | - |
| YUV | 114.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 112 | 0 | 0.55 | 0.38 | 0.29 | 341.21 | 0.4 | 0.51 |
| Hex | B4 | 51 | 70 | 0 | 37 | 26 | 1D | 155 | 28 | 33 |
| Octal | 264 | 121 | 160 | 0 | 67 | 46 | 35 | 525 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1110000 | 0 | 110111 | 100110 | 11101 | 101010101 | 101000 | 110011 |
Color Harmonies of #B45170
Complementary color
Monochromatic Colors of #B45170
Black with #B45170
Text Example
Text Example
White with #B45170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45170; }
p { color: rgb(180,81,112); }
H1.HeaderClassName
{
color: #B45170;
}
.AnyTagClassName
{
color: #B45170;
}
</style>
background-color css
<style>
a { background-color: #B45170; }
a { background-color: rgb(180,81,112); }
div.DivClassName
{
background-color: #B45170;
}
.BgClassName
{
background-color: #B45170;
}
</style>
border-color css
<style>
span { border-color: #B45170; }
span { border-color: rgb(180,81,112); }
td.TdClassName
{
border-color: #B45170;
}
.TagClassName
{
border-color: #B45170;
}
</style>