Shades of Royal Heath #BC466F
Tints of Royal Heath #BC466F
RGB
CMYK
RGB Variations
Color information
#BC466F (or 0xBC466F) is known color: Royal Heath. HEX triplet: BC, 46 and 6F. RGB value is (188,70,111). Sum of RGB (Red+Green+Blue) = 188+70+111=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC466F is #43B990. Grayscale: #6D6D6D. Windows color (decimal): -4438417 or 7292604. OLE color: 7292604.
HSL color Cylindrical-coordinate representation of color #BC466F: hue angle of 339.15º 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 #BC466F is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 111 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.26 |
| HSL | 339.15º | 0.47% | 0.51% | - |
| HSV(B) | 339.15º | 0.63% | 0.74% | - |
| XYZ | 25.8 | 16.22 | 16.81 | - |
| YUV | 109.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 111 | 0 | 0.63 | 0.41 | 0.26 | 339.15 | 0.47 | 0.51 |
| Hex | BC | 46 | 6F | 0 | 3F | 29 | 1A | 153 | 2F | 33 |
| Octal | 274 | 106 | 157 | 0 | 77 | 51 | 32 | 523 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1101111 | 0 | 111111 | 101001 | 11010 | 101010011 | 101111 | 110011 |
Color Harmonies of #BC466F
Complementary color
Monochromatic Colors of #BC466F
Black with #BC466F
Text Example
Text Example
White with #BC466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC466F; }
p { color: rgb(188,70,111); }
H1.HeaderClassName
{
color: #BC466F;
}
.AnyTagClassName
{
color: #BC466F;
}
</style>
background-color css
<style>
a { background-color: #BC466F; }
a { background-color: rgb(188,70,111); }
div.DivClassName
{
background-color: #BC466F;
}
.BgClassName
{
background-color: #BC466F;
}
</style>
border-color css
<style>
span { border-color: #BC466F; }
span { border-color: rgb(188,70,111); }
td.TdClassName
{
border-color: #BC466F;
}
.TagClassName
{
border-color: #BC466F;
}
</style>