Shades of Royal Heath #BD4B72
Tints of Royal Heath #BD4B72
RGB
CMYK
RGB Variations
Color information
#BD4B72 (or 0xBD4B72) is known color: Royal Heath. HEX triplet: BD, 4B and 72. RGB value is (189,75,114). Sum of RGB (Red+Green+Blue) = 189+75+114=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B72 is #42B48D. Grayscale: #717171. Windows color (decimal): -4371598 or 7490493. OLE color: 7490493.
HSL color Cylindrical-coordinate representation of color #BD4B72: hue angle of 339.47º 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 #BD4B72 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 114 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.26 |
| HSL | 339.47º | 0.46% | 0.52% | - |
| HSV(B) | 339.47º | 0.6% | 0.74% | - |
| XYZ | 26.54 | 17.07 | 17.81 | - |
| YUV | 113.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 114 | 0 | 0.60 | 0.40 | 0.26 | 339.47 | 0.46 | 0.52 |
| Hex | BD | 4B | 72 | 0 | 3C | 28 | 1A | 153 | 2E | 34 |
| Octal | 275 | 113 | 162 | 0 | 74 | 50 | 32 | 523 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1110010 | 0 | 111100 | 101000 | 11010 | 101010011 | 101110 | 110100 |
Color Harmonies of #BD4B72
Complementary color
Monochromatic Colors of #BD4B72
Black with #BD4B72
Text Example
Text Example
White with #BD4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B72; }
p { color: rgb(189,75,114); }
H1.HeaderClassName
{
color: #BD4B72;
}
.AnyTagClassName
{
color: #BD4B72;
}
</style>
background-color css
<style>
a { background-color: #BD4B72; }
a { background-color: rgb(189,75,114); }
div.DivClassName
{
background-color: #BD4B72;
}
.BgClassName
{
background-color: #BD4B72;
}
</style>
border-color css
<style>
span { border-color: #BD4B72; }
span { border-color: rgb(189,75,114); }
td.TdClassName
{
border-color: #BD4B72;
}
.TagClassName
{
border-color: #BD4B72;
}
</style>