Shades of Royal Heath #BD4370
Tints of Royal Heath #BD4370
RGB
CMYK
RGB Variations
Color information
#BD4370 (or 0xBD4370) is known color: Royal Heath. HEX triplet: BD, 43 and 70. RGB value is (189,67,112). Sum of RGB (Red+Green+Blue) = 189+67+112=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4370 is #42BC8F. Grayscale: #6C6C6C. Windows color (decimal): -4373648 or 7357373. OLE color: 7357373.
HSL color Cylindrical-coordinate representation of color #BD4370: hue angle of 337.87º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4370 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 112 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.26 |
| HSL | 337.87º | 0.48% | 0.5% | - |
| HSV(B) | 337.87º | 0.65% | 0.74% | - |
| XYZ | 25.92 | 16 | 17.05 | - |
| YUV | 108.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 112 | 0 | 0.65 | 0.41 | 0.26 | 337.87 | 0.48 | 0.5 |
| Hex | BD | 43 | 70 | 0 | 41 | 29 | 1A | 152 | 30 | 32 |
| Octal | 275 | 103 | 160 | 0 | 101 | 51 | 32 | 522 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1110000 | 0 | 1000001 | 101001 | 11010 | 101010010 | 110000 | 110010 |
Color Harmonies of #BD4370
Complementary color
Monochromatic Colors of #BD4370
Black with #BD4370
Text Example
Text Example
White with #BD4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4370; }
p { color: rgb(189,67,112); }
H1.HeaderClassName
{
color: #BD4370;
}
.AnyTagClassName
{
color: #BD4370;
}
</style>
background-color css
<style>
a { background-color: #BD4370; }
a { background-color: rgb(189,67,112); }
div.DivClassName
{
background-color: #BD4370;
}
.BgClassName
{
background-color: #BD4370;
}
</style>
border-color css
<style>
span { border-color: #BD4370; }
span { border-color: rgb(189,67,112); }
td.TdClassName
{
border-color: #BD4370;
}
.TagClassName
{
border-color: #BD4370;
}
</style>