Shades of Royal Heath #BC456D
Tints of Royal Heath #BC456D
RGB
CMYK
RGB Variations
Color information
#BC456D (or 0xBC456D) is known color: Royal Heath. HEX triplet: BC, 45 and 6D. RGB value is (188,69,109). Sum of RGB (Red+Green+Blue) = 188+69+109=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC456D is #43BA92. Grayscale: #6D6D6D. Windows color (decimal): -4438675 or 7161276. OLE color: 7161276.
HSL color Cylindrical-coordinate representation of color #BC456D: hue angle of 339.83º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC456D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 109 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.26 |
| HSL | 339.83º | 0.47% | 0.5% | - |
| HSV(B) | 339.83º | 0.63% | 0.74% | - |
| XYZ | 25.63 | 16.05 | 16.22 | - |
| YUV | 109.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 109 | 0 | 0.63 | 0.42 | 0.26 | 339.83 | 0.47 | 0.5 |
| Hex | BC | 45 | 6D | 0 | 3F | 2A | 1A | 154 | 2F | 32 |
| Octal | 274 | 105 | 155 | 0 | 77 | 52 | 32 | 524 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1101101 | 0 | 111111 | 101010 | 11010 | 101010100 | 101111 | 110010 |
Color Harmonies of #BC456D
Complementary color
Monochromatic Colors of #BC456D
Black with #BC456D
Text Example
Text Example
White with #BC456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC456D; }
p { color: rgb(188,69,109); }
H1.HeaderClassName
{
color: #BC456D;
}
.AnyTagClassName
{
color: #BC456D;
}
</style>
background-color css
<style>
a { background-color: #BC456D; }
a { background-color: rgb(188,69,109); }
div.DivClassName
{
background-color: #BC456D;
}
.BgClassName
{
background-color: #BC456D;
}
</style>
border-color css
<style>
span { border-color: #BC456D; }
span { border-color: rgb(188,69,109); }
td.TdClassName
{
border-color: #BC456D;
}
.TagClassName
{
border-color: #BC456D;
}
</style>