Shades of Royal Heath #BD376F
Tints of Royal Heath #BD376F
RGB
CMYK
RGB Variations
Color information
#BD376F (or 0xBD376F) is known color: Royal Heath. HEX triplet: BD, 37 and 6F. RGB value is (189,55,111). Sum of RGB (Red+Green+Blue) = 189+55+111=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD376F is #42C890. Grayscale: #656565. Windows color (decimal): -4376721 or 7288765. OLE color: 7288765.
HSL color Cylindrical-coordinate representation of color #BD376F: hue angle of 334.93º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD376F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 111 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.26 |
| HSL | 334.93º | 0.55% | 0.48% | - |
| HSV(B) | 334.93º | 0.71% | 0.74% | - |
| XYZ | 25.22 | 14.7 | 16.55 | - |
| YUV | 101.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 111 | 0 | 0.71 | 0.41 | 0.26 | 334.93 | 0.55 | 0.48 |
| Hex | BD | 37 | 6F | 0 | 47 | 29 | 1A | 14F | 37 | 30 |
| Octal | 275 | 67 | 157 | 0 | 107 | 51 | 32 | 517 | 67 | 60 |
| Binary | 10111101 | 110111 | 1101111 | 0 | 1000111 | 101001 | 11010 | 101001111 | 110111 | 110000 |
Color Harmonies of #BD376F
Complementary color
Monochromatic Colors of #BD376F
Black with #BD376F
Text Example
Text Example
White with #BD376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD376F; }
p { color: rgb(189,55,111); }
H1.HeaderClassName
{
color: #BD376F;
}
.AnyTagClassName
{
color: #BD376F;
}
</style>
background-color css
<style>
a { background-color: #BD376F; }
a { background-color: rgb(189,55,111); }
div.DivClassName
{
background-color: #BD376F;
}
.BgClassName
{
background-color: #BD376F;
}
</style>
border-color css
<style>
span { border-color: #BD376F; }
span { border-color: rgb(189,55,111); }
td.TdClassName
{
border-color: #BD376F;
}
.TagClassName
{
border-color: #BD376F;
}
</style>