Shades of Royal Heath #BD4876
Tints of Royal Heath #BD4876
RGB
CMYK
RGB Variations
Color information
#BD4876 (or 0xBD4876) is known color: Royal Heath. HEX triplet: BD, 48 and 76. RGB value is (189,72,118). Sum of RGB (Red+Green+Blue) = 189+72+118=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4876 is #42B789. Grayscale: #707070. Windows color (decimal): -4372362 or 7751869. OLE color: 7751869.
HSL color Cylindrical-coordinate representation of color #BD4876: hue angle of 336.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4876 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 118 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.26 |
| HSL | 336.41º | 0.47% | 0.51% | - |
| HSV(B) | 336.41º | 0.62% | 0.74% | - |
| XYZ | 26.57 | 16.76 | 18.97 | - |
| YUV | 112.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 118 | 0 | 0.62 | 0.38 | 0.26 | 336.41 | 0.47 | 0.51 |
| Hex | BD | 48 | 76 | 0 | 3E | 26 | 1A | 150 | 2F | 33 |
| Octal | 275 | 110 | 166 | 0 | 76 | 46 | 32 | 520 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1110110 | 0 | 111110 | 100110 | 11010 | 101010000 | 101111 | 110011 |
Color Harmonies of #BD4876
Complementary color
Monochromatic Colors of #BD4876
Black with #BD4876
Text Example
Text Example
White with #BD4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4876; }
p { color: rgb(189,72,118); }
H1.HeaderClassName
{
color: #BD4876;
}
.AnyTagClassName
{
color: #BD4876;
}
</style>
background-color css
<style>
a { background-color: #BD4876; }
a { background-color: rgb(189,72,118); }
div.DivClassName
{
background-color: #BD4876;
}
.BgClassName
{
background-color: #BD4876;
}
</style>
border-color css
<style>
span { border-color: #BD4876; }
span { border-color: rgb(189,72,118); }
td.TdClassName
{
border-color: #BD4876;
}
.TagClassName
{
border-color: #BD4876;
}
</style>