Shades of Royal Heath #BC346D
Tints of Royal Heath #BC346D
RGB
CMYK
RGB Variations
Color information
#BC346D (or 0xBC346D) is known color: Royal Heath. HEX triplet: BC, 34 and 6D. RGB value is (188,52,109). Sum of RGB (Red+Green+Blue) = 188+52+109=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC346D is #43CB92. Grayscale: #636363. Windows color (decimal): -4443027 or 7156924. OLE color: 7156924.
HSL color Cylindrical-coordinate representation of color #BC346D: hue angle of 334.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC346D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 109 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.26 |
| HSL | 334.85º | 0.57% | 0.47% | - |
| HSV(B) | 334.85º | 0.72% | 0.74% | - |
| XYZ | 24.73 | 14.25 | 15.92 | - |
| YUV | 99.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 109 | 0 | 0.72 | 0.42 | 0.26 | 334.85 | 0.57 | 0.47 |
| Hex | BC | 34 | 6D | 0 | 48 | 2A | 1A | 14F | 39 | 2F |
| Octal | 274 | 64 | 155 | 0 | 110 | 52 | 32 | 517 | 71 | 57 |
| Binary | 10111100 | 110100 | 1101101 | 0 | 1001000 | 101010 | 11010 | 101001111 | 111001 | 101111 |
Color Harmonies of #BC346D
Complementary color
Monochromatic Colors of #BC346D
Black with #BC346D
Text Example
Text Example
White with #BC346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC346D; }
p { color: rgb(188,52,109); }
H1.HeaderClassName
{
color: #BC346D;
}
.AnyTagClassName
{
color: #BC346D;
}
</style>
background-color css
<style>
a { background-color: #BC346D; }
a { background-color: rgb(188,52,109); }
div.DivClassName
{
background-color: #BC346D;
}
.BgClassName
{
background-color: #BC346D;
}
</style>
border-color css
<style>
span { border-color: #BC346D; }
span { border-color: rgb(188,52,109); }
td.TdClassName
{
border-color: #BC346D;
}
.TagClassName
{
border-color: #BC346D;
}
</style>