Shades of Royal Heath #B45B82
Tints of Royal Heath #B45B82
RGB
CMYK
RGB Variations
Color information
#B45B82 (or 0xB45B82) is known color: Royal Heath. HEX triplet: B4, 5B and 82. RGB value is (180,91,130). Sum of RGB (Red+Green+Blue) = 180+91+130=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B82 is #4BA47D. Grayscale: #797979. Windows color (decimal): -4957310 or 8543156. OLE color: 8543156.
HSL color Cylindrical-coordinate representation of color #B45B82: hue angle of 333.71º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45B82 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 91 | 130 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.29 |
| HSL | 333.71º | 0.37% | 0.53% | - |
| HSV(B) | 333.71º | 0.49% | 0.71% | - |
| XYZ | 26.59 | 18.8 | 23.35 | - |
| YUV | 122.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 130 | 0 | 0.49 | 0.28 | 0.29 | 333.71 | 0.37 | 0.53 |
| Hex | B4 | 5B | 82 | 0 | 31 | 1C | 1D | 14E | 25 | 35 |
| Octal | 264 | 133 | 202 | 0 | 61 | 34 | 35 | 516 | 45 | 65 |
| Binary | 10110100 | 1011011 | 10000010 | 0 | 110001 | 11100 | 11101 | 101001110 | 100101 | 110101 |
Color Harmonies of #B45B82
Complementary color
Monochromatic Colors of #B45B82
Black with #B45B82
Text Example
Text Example
White with #B45B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45B82; }
p { color: rgb(180,91,130); }
H1.HeaderClassName
{
color: #B45B82;
}
.AnyTagClassName
{
color: #B45B82;
}
</style>
background-color css
<style>
a { background-color: #B45B82; }
a { background-color: rgb(180,91,130); }
div.DivClassName
{
background-color: #B45B82;
}
.BgClassName
{
background-color: #B45B82;
}
</style>
border-color css
<style>
span { border-color: #B45B82; }
span { border-color: rgb(180,91,130); }
td.TdClassName
{
border-color: #B45B82;
}
.TagClassName
{
border-color: #B45B82;
}
</style>