Shades of Royal Heath #BC4A6E
Tints of Royal Heath #BC4A6E
RGB
CMYK
RGB Variations
Color information
#BC4A6E (or 0xBC4A6E) is known color: Royal Heath. HEX triplet: BC, 4A and 6E. RGB value is (188,74,110). Sum of RGB (Red+Green+Blue) = 188+74+110=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A6E is #43B591. Grayscale: #707070. Windows color (decimal): -4437394 or 7228092. OLE color: 7228092.
HSL color Cylindrical-coordinate representation of color #BC4A6E: hue angle of 341.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A6E is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 110 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.26 |
| HSL | 341.05º | 0.46% | 0.51% | - |
| HSV(B) | 341.05º | 0.61% | 0.74% | - |
| XYZ | 26 | 16.71 | 16.61 | - |
| YUV | 112.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 110 | 0 | 0.61 | 0.41 | 0.26 | 341.05 | 0.46 | 0.51 |
| Hex | BC | 4A | 6E | 0 | 3D | 29 | 1A | 155 | 2E | 33 |
| Octal | 274 | 112 | 156 | 0 | 75 | 51 | 32 | 525 | 56 | 63 |
| Binary | 10111100 | 1001010 | 1101110 | 0 | 111101 | 101001 | 11010 | 101010101 | 101110 | 110011 |
Color Harmonies of #BC4A6E
Complementary color
Monochromatic Colors of #BC4A6E
Black with #BC4A6E
Text Example
Text Example
White with #BC4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A6E; }
p { color: rgb(188,74,110); }
H1.HeaderClassName
{
color: #BC4A6E;
}
.AnyTagClassName
{
color: #BC4A6E;
}
</style>
background-color css
<style>
a { background-color: #BC4A6E; }
a { background-color: rgb(188,74,110); }
div.DivClassName
{
background-color: #BC4A6E;
}
.BgClassName
{
background-color: #BC4A6E;
}
</style>
border-color css
<style>
span { border-color: #BC4A6E; }
span { border-color: rgb(188,74,110); }
td.TdClassName
{
border-color: #BC4A6E;
}
.TagClassName
{
border-color: #BC4A6E;
}
</style>