Shades of Royal Heath #B45783
Tints of Royal Heath #B45783
RGB
CMYK
RGB Variations
Color information
#B45783 (or 0xB45783) is known color: Royal Heath. HEX triplet: B4, 57 and 83. RGB value is (180,87,131). Sum of RGB (Red+Green+Blue) = 180+87+131=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45783 is #4BA87C. Grayscale: #777777. Windows color (decimal): -4958333 or 8607668. OLE color: 8607668.
HSL color Cylindrical-coordinate representation of color #B45783: hue angle of 331.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45783 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 131 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.29 |
| HSL | 331.61º | 0.38% | 0.52% | - |
| HSV(B) | 331.61º | 0.52% | 0.71% | - |
| XYZ | 26.33 | 18.16 | 23.59 | - |
| YUV | 119.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 131 | 0 | 0.52 | 0.27 | 0.29 | 331.61 | 0.38 | 0.52 |
| Hex | B4 | 57 | 83 | 0 | 34 | 1B | 1D | 14C | 26 | 34 |
| Octal | 264 | 127 | 203 | 0 | 64 | 33 | 35 | 514 | 46 | 64 |
| Binary | 10110100 | 1010111 | 10000011 | 0 | 110100 | 11011 | 11101 | 101001100 | 100110 | 110100 |
Color Harmonies of #B45783
Complementary color
Monochromatic Colors of #B45783
Black with #B45783
Text Example
Text Example
White with #B45783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45783; }
p { color: rgb(180,87,131); }
H1.HeaderClassName
{
color: #B45783;
}
.AnyTagClassName
{
color: #B45783;
}
</style>
background-color css
<style>
a { background-color: #B45783; }
a { background-color: rgb(180,87,131); }
div.DivClassName
{
background-color: #B45783;
}
.BgClassName
{
background-color: #B45783;
}
</style>
border-color css
<style>
span { border-color: #B45783; }
span { border-color: rgb(180,87,131); }
td.TdClassName
{
border-color: #B45783;
}
.TagClassName
{
border-color: #B45783;
}
</style>