Shades of Royal Heath #B45182
Tints of Royal Heath #B45182
RGB
CMYK
RGB Variations
Color information
#B45182 (or 0xB45182) is known color: Royal Heath. HEX triplet: B4, 51 and 82. RGB value is (180,81,130). Sum of RGB (Red+Green+Blue) = 180+81+130=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B45182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45182 is #4BAE7D. Grayscale: #747474. Windows color (decimal): -4959870 or 8540596. OLE color: 8540596.
HSL color Cylindrical-coordinate representation of color #B45182: hue angle of 330.3º 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 #B45182 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 130 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.29 |
| HSL | 330.3º | 0.4% | 0.51% | - |
| HSV(B) | 330.3º | 0.55% | 0.71% | - |
| XYZ | 25.79 | 17.2 | 23.08 | - |
| YUV | 116.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 130 | 0 | 0.55 | 0.28 | 0.29 | 330.3 | 0.4 | 0.51 |
| Hex | B4 | 51 | 82 | 0 | 37 | 1C | 1D | 14A | 28 | 33 |
| Octal | 264 | 121 | 202 | 0 | 67 | 34 | 35 | 512 | 50 | 63 |
| Binary | 10110100 | 1010001 | 10000010 | 0 | 110111 | 11100 | 11101 | 101001010 | 101000 | 110011 |
Color Harmonies of #B45182
Complementary color
Monochromatic Colors of #B45182
Black with #B45182
Text Example
Text Example
White with #B45182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45182; }
p { color: rgb(180,81,130); }
H1.HeaderClassName
{
color: #B45182;
}
.AnyTagClassName
{
color: #B45182;
}
</style>
background-color css
<style>
a { background-color: #B45182; }
a { background-color: rgb(180,81,130); }
div.DivClassName
{
background-color: #B45182;
}
.BgClassName
{
background-color: #B45182;
}
</style>
border-color css
<style>
span { border-color: #B45182; }
span { border-color: rgb(180,81,130); }
td.TdClassName
{
border-color: #B45182;
}
.TagClassName
{
border-color: #B45182;
}
</style>