Shades of Royal Heath #BC396B
Tints of Royal Heath #BC396B
RGB
CMYK
RGB Variations
Color information
#BC396B (or 0xBC396B) is known color: Royal Heath. HEX triplet: BC, 39 and 6B. RGB value is (188,57,107). Sum of RGB (Red+Green+Blue) = 188+57+107=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC396B is #43C694. Grayscale: #656565. Windows color (decimal): -4441749 or 7027132. OLE color: 7027132.
HSL color Cylindrical-coordinate representation of color #BC396B: hue angle of 337.1º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC396B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 107 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.26 |
| HSL | 337.1º | 0.53% | 0.48% | - |
| HSV(B) | 337.1º | 0.7% | 0.74% | - |
| XYZ | 24.86 | 14.68 | 15.43 | - |
| YUV | 101.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 107 | 0 | 0.70 | 0.43 | 0.26 | 337.1 | 0.53 | 0.48 |
| Hex | BC | 39 | 6B | 0 | 46 | 2B | 1A | 151 | 35 | 30 |
| Octal | 274 | 71 | 153 | 0 | 106 | 53 | 32 | 521 | 65 | 60 |
| Binary | 10111100 | 111001 | 1101011 | 0 | 1000110 | 101011 | 11010 | 101010001 | 110101 | 110000 |
Color Harmonies of #BC396B
Complementary color
Monochromatic Colors of #BC396B
Black with #BC396B
Text Example
Text Example
White with #BC396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC396B; }
p { color: rgb(188,57,107); }
H1.HeaderClassName
{
color: #BC396B;
}
.AnyTagClassName
{
color: #BC396B;
}
</style>
background-color css
<style>
a { background-color: #BC396B; }
a { background-color: rgb(188,57,107); }
div.DivClassName
{
background-color: #BC396B;
}
.BgClassName
{
background-color: #BC396B;
}
</style>
border-color css
<style>
span { border-color: #BC396B; }
span { border-color: rgb(188,57,107); }
td.TdClassName
{
border-color: #BC396B;
}
.TagClassName
{
border-color: #BC396B;
}
</style>