Shades of Royal Heath #BC466E
Tints of Royal Heath #BC466E
RGB
CMYK
RGB Variations
Color information
#BC466E (or 0xBC466E) is known color: Royal Heath. HEX triplet: BC, 46 and 6E. RGB value is (188,70,110). Sum of RGB (Red+Green+Blue) = 188+70+110=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC466E is #43B991. Grayscale: #6D6D6D. Windows color (decimal): -4438418 or 7227068. OLE color: 7227068.
HSL color Cylindrical-coordinate representation of color #BC466E: hue angle of 339.66º 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 #BC466E is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 110 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.26 |
| HSL | 339.66º | 0.47% | 0.51% | - |
| HSV(B) | 339.66º | 0.63% | 0.74% | - |
| XYZ | 25.74 | 16.2 | 16.52 | - |
| YUV | 109.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 110 | 0 | 0.63 | 0.41 | 0.26 | 339.66 | 0.47 | 0.51 |
| Hex | BC | 46 | 6E | 0 | 3F | 29 | 1A | 154 | 2F | 33 |
| Octal | 274 | 106 | 156 | 0 | 77 | 51 | 32 | 524 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1101110 | 0 | 111111 | 101001 | 11010 | 101010100 | 101111 | 110011 |
Color Harmonies of #BC466E
Complementary color
Monochromatic Colors of #BC466E
Black with #BC466E
Text Example
Text Example
White with #BC466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC466E; }
p { color: rgb(188,70,110); }
H1.HeaderClassName
{
color: #BC466E;
}
.AnyTagClassName
{
color: #BC466E;
}
</style>
background-color css
<style>
a { background-color: #BC466E; }
a { background-color: rgb(188,70,110); }
div.DivClassName
{
background-color: #BC466E;
}
.BgClassName
{
background-color: #BC466E;
}
</style>
border-color css
<style>
span { border-color: #BC466E; }
span { border-color: rgb(188,70,110); }
td.TdClassName
{
border-color: #BC466E;
}
.TagClassName
{
border-color: #BC466E;
}
</style>