Shades of Royal Heath #BD496F
Tints of Royal Heath #BD496F
RGB
CMYK
RGB Variations
Color information
#BD496F (or 0xBD496F) is known color: Royal Heath. HEX triplet: BD, 49 and 6F. RGB value is (189,73,111). Sum of RGB (Red+Green+Blue) = 189+73+111=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD496F is #42B690. Grayscale: #6F6F6F. Windows color (decimal): -4372113 or 7293373. OLE color: 7293373.
HSL color Cylindrical-coordinate representation of color #BD496F: hue angle of 340.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD496F is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 111 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.26 |
| HSL | 340.34º | 0.47% | 0.51% | - |
| HSV(B) | 340.34º | 0.61% | 0.74% | - |
| XYZ | 26.24 | 16.73 | 16.89 | - |
| YUV | 112.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 111 | 0 | 0.61 | 0.41 | 0.26 | 340.34 | 0.47 | 0.51 |
| Hex | BD | 49 | 6F | 0 | 3D | 29 | 1A | 154 | 2F | 33 |
| Octal | 275 | 111 | 157 | 0 | 75 | 51 | 32 | 524 | 57 | 63 |
| Binary | 10111101 | 1001001 | 1101111 | 0 | 111101 | 101001 | 11010 | 101010100 | 101111 | 110011 |
Color Harmonies of #BD496F
Complementary color
Monochromatic Colors of #BD496F
Black with #BD496F
Text Example
Text Example
White with #BD496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD496F; }
p { color: rgb(189,73,111); }
H1.HeaderClassName
{
color: #BD496F;
}
.AnyTagClassName
{
color: #BD496F;
}
</style>
background-color css
<style>
a { background-color: #BD496F; }
a { background-color: rgb(189,73,111); }
div.DivClassName
{
background-color: #BD496F;
}
.BgClassName
{
background-color: #BD496F;
}
</style>
border-color css
<style>
span { border-color: #BD496F; }
span { border-color: rgb(189,73,111); }
td.TdClassName
{
border-color: #BD496F;
}
.TagClassName
{
border-color: #BD496F;
}
</style>