Shades of Royal Heath #BC4B74
Tints of Royal Heath #BC4B74
RGB
CMYK
RGB Variations
Color information
#BC4B74 (or 0xBC4B74) is known color: Royal Heath. HEX triplet: BC, 4B and 74. RGB value is (188,75,116). Sum of RGB (Red+Green+Blue) = 188+75+116=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B74 is #43B48B. Grayscale: #717171. Windows color (decimal): -4437132 or 7621564. OLE color: 7621564.
HSL color Cylindrical-coordinate representation of color #BC4B74: hue angle of 338.23º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B74 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 116 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.26 |
| HSL | 338.23º | 0.46% | 0.52% | - |
| HSV(B) | 338.23º | 0.6% | 0.74% | - |
| XYZ | 26.41 | 16.98 | 18.41 | - |
| YUV | 113.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 116 | 0 | 0.60 | 0.38 | 0.26 | 338.23 | 0.46 | 0.52 |
| Hex | BC | 4B | 74 | 0 | 3C | 26 | 1A | 152 | 2E | 34 |
| Octal | 274 | 113 | 164 | 0 | 74 | 46 | 32 | 522 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1110100 | 0 | 111100 | 100110 | 11010 | 101010010 | 101110 | 110100 |
Color Harmonies of #BC4B74
Complementary color
Monochromatic Colors of #BC4B74
Black with #BC4B74
Text Example
Text Example
White with #BC4B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B74; }
p { color: rgb(188,75,116); }
H1.HeaderClassName
{
color: #BC4B74;
}
.AnyTagClassName
{
color: #BC4B74;
}
</style>
background-color css
<style>
a { background-color: #BC4B74; }
a { background-color: rgb(188,75,116); }
div.DivClassName
{
background-color: #BC4B74;
}
.BgClassName
{
background-color: #BC4B74;
}
</style>
border-color css
<style>
span { border-color: #BC4B74; }
span { border-color: rgb(188,75,116); }
td.TdClassName
{
border-color: #BC4B74;
}
.TagClassName
{
border-color: #BC4B74;
}
</style>