Shades of Royal Heath #BC4A74
Tints of Royal Heath #BC4A74
RGB
CMYK
RGB Variations
Color information
#BC4A74 (or 0xBC4A74) is known color: Royal Heath. HEX triplet: BC, 4A and 74. RGB value is (188,74,116). Sum of RGB (Red+Green+Blue) = 188+74+116=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A74 is #43B58B. Grayscale: #707070. Windows color (decimal): -4437388 or 7621308. OLE color: 7621308.
HSL color Cylindrical-coordinate representation of color #BC4A74: hue angle of 337.89º 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 #BC4A74 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 116 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.26 |
| HSL | 337.89º | 0.46% | 0.51% | - |
| HSV(B) | 337.89º | 0.61% | 0.74% | - |
| XYZ | 26.34 | 16.85 | 18.39 | - |
| YUV | 112.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 116 | 0 | 0.61 | 0.38 | 0.26 | 337.89 | 0.46 | 0.51 |
| Hex | BC | 4A | 74 | 0 | 3D | 26 | 1A | 152 | 2E | 33 |
| Octal | 274 | 112 | 164 | 0 | 75 | 46 | 32 | 522 | 56 | 63 |
| Binary | 10111100 | 1001010 | 1110100 | 0 | 111101 | 100110 | 11010 | 101010010 | 101110 | 110011 |
Color Harmonies of #BC4A74
Complementary color
Monochromatic Colors of #BC4A74
Black with #BC4A74
Text Example
Text Example
White with #BC4A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A74; }
p { color: rgb(188,74,116); }
H1.HeaderClassName
{
color: #BC4A74;
}
.AnyTagClassName
{
color: #BC4A74;
}
</style>
background-color css
<style>
a { background-color: #BC4A74; }
a { background-color: rgb(188,74,116); }
div.DivClassName
{
background-color: #BC4A74;
}
.BgClassName
{
background-color: #BC4A74;
}
</style>
border-color css
<style>
span { border-color: #BC4A74; }
span { border-color: rgb(188,74,116); }
td.TdClassName
{
border-color: #BC4A74;
}
.TagClassName
{
border-color: #BC4A74;
}
</style>