Shades of Royal Heath #BC4074
Tints of Royal Heath #BC4074
RGB
CMYK
RGB Variations
Color information
#BC4074 (or 0xBC4074) is known color: Royal Heath. HEX triplet: BC, 40 and 74. RGB value is (188,64,116). Sum of RGB (Red+Green+Blue) = 188+64+116=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4074 is #43BF8B. Grayscale: #6A6A6A. Windows color (decimal): -4439948 or 7618748. OLE color: 7618748.
HSL color Cylindrical-coordinate representation of color #BC4074: hue angle of 334.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4074 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 116 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.26 |
| HSL | 334.84º | 0.49% | 0.49% | - |
| HSV(B) | 334.84º | 0.66% | 0.74% | - |
| XYZ | 25.72 | 15.62 | 18.18 | - |
| YUV | 107 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 116 | 0 | 0.66 | 0.38 | 0.26 | 334.84 | 0.49 | 0.49 |
| Hex | BC | 40 | 74 | 0 | 42 | 26 | 1A | 14F | 31 | 31 |
| Octal | 274 | 100 | 164 | 0 | 102 | 46 | 32 | 517 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1110100 | 0 | 1000010 | 100110 | 11010 | 101001111 | 110001 | 110001 |
Color Harmonies of #BC4074
Complementary color
Monochromatic Colors of #BC4074
Black with #BC4074
Text Example
Text Example
White with #BC4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4074; }
p { color: rgb(188,64,116); }
H1.HeaderClassName
{
color: #BC4074;
}
.AnyTagClassName
{
color: #BC4074;
}
</style>
background-color css
<style>
a { background-color: #BC4074; }
a { background-color: rgb(188,64,116); }
div.DivClassName
{
background-color: #BC4074;
}
.BgClassName
{
background-color: #BC4074;
}
</style>
border-color css
<style>
span { border-color: #BC4074; }
span { border-color: rgb(188,64,116); }
td.TdClassName
{
border-color: #BC4074;
}
.TagClassName
{
border-color: #BC4074;
}
</style>