Shades of Royal Heath #BD4B70
Tints of Royal Heath #BD4B70
RGB
CMYK
RGB Variations
Color information
#BD4B70 (or 0xBD4B70) is known color: Royal Heath. HEX triplet: BD, 4B and 70. RGB value is (189,75,112). Sum of RGB (Red+Green+Blue) = 189+75+112=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B70 is #42B48F. Grayscale: #717171. Windows color (decimal): -4371600 or 7359421. OLE color: 7359421.
HSL color Cylindrical-coordinate representation of color #BD4B70: hue angle of 340.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B70 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 112 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.26 |
| HSL | 340.53º | 0.46% | 0.52% | - |
| HSV(B) | 340.53º | 0.6% | 0.74% | - |
| XYZ | 26.43 | 17.02 | 17.22 | - |
| YUV | 113.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 112 | 0 | 0.60 | 0.41 | 0.26 | 340.53 | 0.46 | 0.52 |
| Hex | BD | 4B | 70 | 0 | 3C | 29 | 1A | 155 | 2E | 34 |
| Octal | 275 | 113 | 160 | 0 | 74 | 51 | 32 | 525 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1110000 | 0 | 111100 | 101001 | 11010 | 101010101 | 101110 | 110100 |
Color Harmonies of #BD4B70
Complementary color
Monochromatic Colors of #BD4B70
Black with #BD4B70
Text Example
Text Example
White with #BD4B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B70; }
p { color: rgb(189,75,112); }
H1.HeaderClassName
{
color: #BD4B70;
}
.AnyTagClassName
{
color: #BD4B70;
}
</style>
background-color css
<style>
a { background-color: #BD4B70; }
a { background-color: rgb(189,75,112); }
div.DivClassName
{
background-color: #BD4B70;
}
.BgClassName
{
background-color: #BD4B70;
}
</style>
border-color css
<style>
span { border-color: #BD4B70; }
span { border-color: rgb(189,75,112); }
td.TdClassName
{
border-color: #BD4B70;
}
.TagClassName
{
border-color: #BD4B70;
}
</style>