Shades of Royal Heath #BC4272
Tints of Royal Heath #BC4272
RGB
CMYK
RGB Variations
Color information
#BC4272 (or 0xBC4272) is known color: Royal Heath. HEX triplet: BC, 42 and 72. RGB value is (188,66,114). Sum of RGB (Red+Green+Blue) = 188+66+114=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4272 is #43BD8D. Grayscale: #6B6B6B. Windows color (decimal): -4439438 or 7488188. OLE color: 7488188.
HSL color Cylindrical-coordinate representation of color #BC4272: hue angle of 336.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4272 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 114 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.26 |
| HSL | 336.39º | 0.48% | 0.5% | - |
| HSV(B) | 336.39º | 0.65% | 0.74% | - |
| XYZ | 25.72 | 15.8 | 17.61 | - |
| YUV | 107.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 114 | 0 | 0.65 | 0.39 | 0.26 | 336.39 | 0.48 | 0.5 |
| Hex | BC | 42 | 72 | 0 | 41 | 27 | 1A | 150 | 30 | 32 |
| Octal | 274 | 102 | 162 | 0 | 101 | 47 | 32 | 520 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1110010 | 0 | 1000001 | 100111 | 11010 | 101010000 | 110000 | 110010 |
Color Harmonies of #BC4272
Complementary color
Monochromatic Colors of #BC4272
Black with #BC4272
Text Example
Text Example
White with #BC4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4272; }
p { color: rgb(188,66,114); }
H1.HeaderClassName
{
color: #BC4272;
}
.AnyTagClassName
{
color: #BC4272;
}
</style>
background-color css
<style>
a { background-color: #BC4272; }
a { background-color: rgb(188,66,114); }
div.DivClassName
{
background-color: #BC4272;
}
.BgClassName
{
background-color: #BC4272;
}
</style>
border-color css
<style>
span { border-color: #BC4272; }
span { border-color: rgb(188,66,114); }
td.TdClassName
{
border-color: #BC4272;
}
.TagClassName
{
border-color: #BC4272;
}
</style>