Shades of Royal Heath #B45C80
Tints of Royal Heath #B45C80
RGB
CMYK
RGB Variations
Color information
#B45C80 (or 0xB45C80) is known color: Royal Heath. HEX triplet: B4, 5C and 80. RGB value is (180,92,128). Sum of RGB (Red+Green+Blue) = 180+92+128=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C80 is #4BA37F. Grayscale: #7A7A7A. Windows color (decimal): -4957056 or 8412340. OLE color: 8412340.
HSL color Cylindrical-coordinate representation of color #B45C80: hue angle of 335.45º 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 #B45C80 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 128 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.29 |
| HSL | 335.45º | 0.37% | 0.53% | - |
| HSV(B) | 335.45º | 0.49% | 0.71% | - |
| XYZ | 26.55 | 18.92 | 22.67 | - |
| YUV | 122.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 128 | 0 | 0.49 | 0.29 | 0.29 | 335.45 | 0.37 | 0.53 |
| Hex | B4 | 5C | 80 | 0 | 31 | 1D | 1D | 14F | 25 | 35 |
| Octal | 264 | 134 | 200 | 0 | 61 | 35 | 35 | 517 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10000000 | 0 | 110001 | 11101 | 11101 | 101001111 | 100101 | 110101 |
Color Harmonies of #B45C80
Complementary color
Monochromatic Colors of #B45C80
Black with #B45C80
Text Example
Text Example
White with #B45C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C80; }
p { color: rgb(180,92,128); }
H1.HeaderClassName
{
color: #B45C80;
}
.AnyTagClassName
{
color: #B45C80;
}
</style>
background-color css
<style>
a { background-color: #B45C80; }
a { background-color: rgb(180,92,128); }
div.DivClassName
{
background-color: #B45C80;
}
.BgClassName
{
background-color: #B45C80;
}
</style>
border-color css
<style>
span { border-color: #B45C80; }
span { border-color: rgb(180,92,128); }
td.TdClassName
{
border-color: #B45C80;
}
.TagClassName
{
border-color: #B45C80;
}
</style>