Shades of Royal Heath #B45270
Tints of Royal Heath #B45270
RGB
CMYK
RGB Variations
Color information
#B45270 (or 0xB45270) is known color: Royal Heath. HEX triplet: B4, 52 and 70. RGB value is (180,82,112). Sum of RGB (Red+Green+Blue) = 180+82+112=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B45270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45270 is #4BAD8F. Grayscale: #727272. Windows color (decimal): -4959632 or 7361204. OLE color: 7361204.
HSL color Cylindrical-coordinate representation of color #B45270: hue angle of 341.63º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45270 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 112 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.29 |
| HSL | 341.63º | 0.4% | 0.51% | - |
| HSV(B) | 341.63º | 0.54% | 0.71% | - |
| XYZ | 24.76 | 16.91 | 17.29 | - |
| YUV | 114.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 112 | 0 | 0.54 | 0.38 | 0.29 | 341.63 | 0.4 | 0.51 |
| Hex | B4 | 52 | 70 | 0 | 36 | 26 | 1D | 156 | 28 | 33 |
| Octal | 264 | 122 | 160 | 0 | 66 | 46 | 35 | 526 | 50 | 63 |
| Binary | 10110100 | 1010010 | 1110000 | 0 | 110110 | 100110 | 11101 | 101010110 | 101000 | 110011 |
Color Harmonies of #B45270
Complementary color
Monochromatic Colors of #B45270
Black with #B45270
Text Example
Text Example
White with #B45270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45270; }
p { color: rgb(180,82,112); }
H1.HeaderClassName
{
color: #B45270;
}
.AnyTagClassName
{
color: #B45270;
}
</style>
background-color css
<style>
a { background-color: #B45270; }
a { background-color: rgb(180,82,112); }
div.DivClassName
{
background-color: #B45270;
}
.BgClassName
{
background-color: #B45270;
}
</style>
border-color css
<style>
span { border-color: #B45270; }
span { border-color: rgb(180,82,112); }
td.TdClassName
{
border-color: #B45270;
}
.TagClassName
{
border-color: #B45270;
}
</style>