Shades of Royal Heath #BD476C
Tints of Royal Heath #BD476C
RGB
CMYK
RGB Variations
Color information
#BD476C (or 0xBD476C) is known color: Royal Heath. HEX triplet: BD, 47 and 6C. RGB value is (189,71,108). Sum of RGB (Red+Green+Blue) = 189+71+108=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD476C is #42B893. Grayscale: #6E6E6E. Windows color (decimal): -4372628 or 7096253. OLE color: 7096253.
HSL color Cylindrical-coordinate representation of color #BD476C: hue angle of 341.19º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD476C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 108 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.26 |
| HSL | 341.19º | 0.47% | 0.51% | - |
| HSV(B) | 341.19º | 0.62% | 0.74% | - |
| XYZ | 25.95 | 16.41 | 15.99 | - |
| YUV | 110.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 108 | 0 | 0.62 | 0.43 | 0.26 | 341.19 | 0.47 | 0.51 |
| Hex | BD | 47 | 6C | 0 | 3E | 2B | 1A | 155 | 2F | 33 |
| Octal | 275 | 107 | 154 | 0 | 76 | 53 | 32 | 525 | 57 | 63 |
| Binary | 10111101 | 1000111 | 1101100 | 0 | 111110 | 101011 | 11010 | 101010101 | 101111 | 110011 |
Color Harmonies of #BD476C
Complementary color
Monochromatic Colors of #BD476C
Black with #BD476C
Text Example
Text Example
White with #BD476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD476C; }
p { color: rgb(189,71,108); }
H1.HeaderClassName
{
color: #BD476C;
}
.AnyTagClassName
{
color: #BD476C;
}
</style>
background-color css
<style>
a { background-color: #BD476C; }
a { background-color: rgb(189,71,108); }
div.DivClassName
{
background-color: #BD476C;
}
.BgClassName
{
background-color: #BD476C;
}
</style>
border-color css
<style>
span { border-color: #BD476C; }
span { border-color: rgb(189,71,108); }
td.TdClassName
{
border-color: #BD476C;
}
.TagClassName
{
border-color: #BD476C;
}
</style>