Shades of Royal Heath #BD4F70
Tints of Royal Heath #BD4F70
RGB
CMYK
RGB Variations
Color information
#BD4F70 (or 0xBD4F70) is known color: Royal Heath. HEX triplet: BD, 4F and 70. RGB value is (189,79,112). Sum of RGB (Red+Green+Blue) = 189+79+112=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F70 is #42B08F. Grayscale: #737373. Windows color (decimal): -4370576 or 7360445. OLE color: 7360445.
HSL color Cylindrical-coordinate representation of color #BD4F70: hue angle of 342º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F70 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 112 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.26 |
| HSL | 342º | 0.45% | 0.53% | - |
| HSV(B) | 342º | 0.58% | 0.74% | - |
| XYZ | 26.71 | 17.58 | 17.32 | - |
| YUV | 115.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 112 | 0 | 0.58 | 0.41 | 0.26 | 342 | 0.45 | 0.53 |
| Hex | BD | 4F | 70 | 0 | 3A | 29 | 1A | 156 | 2D | 35 |
| Octal | 275 | 117 | 160 | 0 | 72 | 51 | 32 | 526 | 55 | 65 |
| Binary | 10111101 | 1001111 | 1110000 | 0 | 111010 | 101001 | 11010 | 101010110 | 101101 | 110101 |
Color Harmonies of #BD4F70
Complementary color
Monochromatic Colors of #BD4F70
Black with #BD4F70
Text Example
Text Example
White with #BD4F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4F70; }
p { color: rgb(189,79,112); }
H1.HeaderClassName
{
color: #BD4F70;
}
.AnyTagClassName
{
color: #BD4F70;
}
</style>
background-color css
<style>
a { background-color: #BD4F70; }
a { background-color: rgb(189,79,112); }
div.DivClassName
{
background-color: #BD4F70;
}
.BgClassName
{
background-color: #BD4F70;
}
</style>
border-color css
<style>
span { border-color: #BD4F70; }
span { border-color: rgb(189,79,112); }
td.TdClassName
{
border-color: #BD4F70;
}
.TagClassName
{
border-color: #BD4F70;
}
</style>