Shades of Royal Heath #B45673
Tints of Royal Heath #B45673
RGB
CMYK
RGB Variations
Color information
#B45673 (or 0xB45673) is known color: Royal Heath. HEX triplet: B4, 56 and 73. RGB value is (180,86,115). Sum of RGB (Red+Green+Blue) = 180+86+115=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B45673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45673 is #4BA98C. Grayscale: #757575. Windows color (decimal): -4958605 or 7558836. OLE color: 7558836.
HSL color Cylindrical-coordinate representation of color #B45673: hue angle of 341.49º degrees, saturation: 0.39, 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 #B45673 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 115 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.29 |
| HSL | 341.49º | 0.39% | 0.52% | - |
| HSV(B) | 341.49º | 0.52% | 0.71% | - |
| XYZ | 25.24 | 17.6 | 18.29 | - |
| YUV | 117.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 115 | 0 | 0.52 | 0.36 | 0.29 | 341.49 | 0.39 | 0.52 |
| Hex | B4 | 56 | 73 | 0 | 34 | 24 | 1D | 155 | 27 | 34 |
| Octal | 264 | 126 | 163 | 0 | 64 | 44 | 35 | 525 | 47 | 64 |
| Binary | 10110100 | 1010110 | 1110011 | 0 | 110100 | 100100 | 11101 | 101010101 | 100111 | 110100 |
Color Harmonies of #B45673
Complementary color
Monochromatic Colors of #B45673
Black with #B45673
Text Example
Text Example
White with #B45673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45673; }
p { color: rgb(180,86,115); }
H1.HeaderClassName
{
color: #B45673;
}
.AnyTagClassName
{
color: #B45673;
}
</style>
background-color css
<style>
a { background-color: #B45673; }
a { background-color: rgb(180,86,115); }
div.DivClassName
{
background-color: #B45673;
}
.BgClassName
{
background-color: #B45673;
}
</style>
border-color css
<style>
span { border-color: #B45673; }
span { border-color: rgb(180,86,115); }
td.TdClassName
{
border-color: #B45673;
}
.TagClassName
{
border-color: #B45673;
}
</style>