Shades of Royal Heath #BD4870
Tints of Royal Heath #BD4870
RGB
CMYK
RGB Variations
Color information
#BD4870 (or 0xBD4870) is known color: Royal Heath. HEX triplet: BD, 48 and 70. RGB value is (189,72,112). Sum of RGB (Red+Green+Blue) = 189+72+112=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4870 is #42B78F. Grayscale: #6F6F6F. Windows color (decimal): -4372368 or 7358653. OLE color: 7358653.
HSL color Cylindrical-coordinate representation of color #BD4870: hue angle of 339.49º 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 #BD4870 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 112 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.26 |
| HSL | 339.49º | 0.47% | 0.51% | - |
| HSV(B) | 339.49º | 0.62% | 0.74% | - |
| XYZ | 26.23 | 16.62 | 17.16 | - |
| YUV | 111.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 112 | 0 | 0.62 | 0.41 | 0.26 | 339.49 | 0.47 | 0.51 |
| Hex | BD | 48 | 70 | 0 | 3E | 29 | 1A | 153 | 2F | 33 |
| Octal | 275 | 110 | 160 | 0 | 76 | 51 | 32 | 523 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1110000 | 0 | 111110 | 101001 | 11010 | 101010011 | 101111 | 110011 |
Color Harmonies of #BD4870
Complementary color
Monochromatic Colors of #BD4870
Black with #BD4870
Text Example
Text Example
White with #BD4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4870; }
p { color: rgb(189,72,112); }
H1.HeaderClassName
{
color: #BD4870;
}
.AnyTagClassName
{
color: #BD4870;
}
</style>
background-color css
<style>
a { background-color: #BD4870; }
a { background-color: rgb(189,72,112); }
div.DivClassName
{
background-color: #BD4870;
}
.BgClassName
{
background-color: #BD4870;
}
</style>
border-color css
<style>
span { border-color: #BD4870; }
span { border-color: rgb(189,72,112); }
td.TdClassName
{
border-color: #BD4870;
}
.TagClassName
{
border-color: #BD4870;
}
</style>