Shades of Royal Heath #BD466C
Tints of Royal Heath #BD466C
RGB
CMYK
RGB Variations
Color information
#BD466C (or 0xBD466C) is known color: Royal Heath. HEX triplet: BD, 46 and 6C. RGB value is (189,70,108). Sum of RGB (Red+Green+Blue) = 189+70+108=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD466C is #42B993. Grayscale: #6D6D6D. Windows color (decimal): -4372884 or 7095997. OLE color: 7095997.
HSL color Cylindrical-coordinate representation of color #BD466C: hue angle of 340.84º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD466C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 108 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.26 |
| HSL | 340.84º | 0.47% | 0.51% | - |
| HSV(B) | 340.84º | 0.63% | 0.74% | - |
| XYZ | 25.88 | 16.28 | 15.97 | - |
| YUV | 109.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 108 | 0 | 0.63 | 0.43 | 0.26 | 340.84 | 0.47 | 0.51 |
| Hex | BD | 46 | 6C | 0 | 3F | 2B | 1A | 155 | 2F | 33 |
| Octal | 275 | 106 | 154 | 0 | 77 | 53 | 32 | 525 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1101100 | 0 | 111111 | 101011 | 11010 | 101010101 | 101111 | 110011 |
Color Harmonies of #BD466C
Complementary color
Monochromatic Colors of #BD466C
Black with #BD466C
Text Example
Text Example
White with #BD466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD466C; }
p { color: rgb(189,70,108); }
H1.HeaderClassName
{
color: #BD466C;
}
.AnyTagClassName
{
color: #BD466C;
}
</style>
background-color css
<style>
a { background-color: #BD466C; }
a { background-color: rgb(189,70,108); }
div.DivClassName
{
background-color: #BD466C;
}
.BgClassName
{
background-color: #BD466C;
}
</style>
border-color css
<style>
span { border-color: #BD466C; }
span { border-color: rgb(189,70,108); }
td.TdClassName
{
border-color: #BD466C;
}
.TagClassName
{
border-color: #BD466C;
}
</style>