Shades of Royal Heath #BD5476
Tints of Royal Heath #BD5476
RGB
CMYK
RGB Variations
Color information
#BD5476 (or 0xBD5476) is known color: Royal Heath. HEX triplet: BD, 54 and 76. RGB value is (189,84,118). Sum of RGB (Red+Green+Blue) = 189+84+118=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5476 is #42AB89. Grayscale: #777777. Windows color (decimal): -4369290 or 7754941. OLE color: 7754941.
HSL color Cylindrical-coordinate representation of color #BD5476: hue angle of 340.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5476 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 118 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.26 |
| HSL | 340.57º | 0.44% | 0.54% | - |
| HSV(B) | 340.57º | 0.56% | 0.74% | - |
| XYZ | 27.43 | 18.47 | 19.26 | - |
| YUV | 119.27 | 127.29 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 118 | 0 | 0.56 | 0.38 | 0.26 | 340.57 | 0.44 | 0.54 |
| Hex | BD | 54 | 76 | 0 | 38 | 26 | 1A | 155 | 2C | 36 |
| Octal | 275 | 124 | 166 | 0 | 70 | 46 | 32 | 525 | 54 | 66 |
| Binary | 10111101 | 1010100 | 1110110 | 0 | 111000 | 100110 | 11010 | 101010101 | 101100 | 110110 |
Color Harmonies of #BD5476
Complementary color
Monochromatic Colors of #BD5476
Black with #BD5476
Text Example
Text Example
White with #BD5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5476; }
p { color: rgb(189,84,118); }
H1.HeaderClassName
{
color: #BD5476;
}
.AnyTagClassName
{
color: #BD5476;
}
</style>
background-color css
<style>
a { background-color: #BD5476; }
a { background-color: rgb(189,84,118); }
div.DivClassName
{
background-color: #BD5476;
}
.BgClassName
{
background-color: #BD5476;
}
</style>
border-color css
<style>
span { border-color: #BD5476; }
span { border-color: rgb(189,84,118); }
td.TdClassName
{
border-color: #BD5476;
}
.TagClassName
{
border-color: #BD5476;
}
</style>