Shades of Rouge #BC2E66
Tints of Rouge #BC2E66
RGB
CMYK
RGB Variations
Color information
#BC2E66 (or 0xBC2E66) is known color: Rouge. HEX triplet: BC, 2E and 66. RGB value is (188,46,102). Sum of RGB (Red+Green+Blue) = 188+46+102=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E66 is #43D199. Grayscale: #5E5E5E. Windows color (decimal): -4444570 or 6696636. OLE color: 6696636.
HSL color Cylindrical-coordinate representation of color #BC2E66: hue angle of 336.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E66 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 102 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.26 |
| HSL | 336.34º | 0.61% | 0.46% | - |
| HSV(B) | 336.34º | 0.76% | 0.74% | - |
| XYZ | 24.11 | 13.6 | 13.93 | - |
| YUV | 94.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 102 | 0 | 0.76 | 0.46 | 0.26 | 336.34 | 0.61 | 0.46 |
| Hex | BC | 2E | 66 | 0 | 4C | 2E | 1A | 150 | 3D | 2E |
| Octal | 274 | 56 | 146 | 0 | 114 | 56 | 32 | 520 | 75 | 56 |
| Binary | 10111100 | 101110 | 1100110 | 0 | 1001100 | 101110 | 11010 | 101010000 | 111101 | 101110 |
Color Harmonies of #BC2E66
Complementary color
Monochromatic Colors of #BC2E66
Black with #BC2E66
Text Example
Text Example
White with #BC2E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E66; }
p { color: rgb(188,46,102); }
H1.HeaderClassName
{
color: #BC2E66;
}
.AnyTagClassName
{
color: #BC2E66;
}
</style>
background-color css
<style>
a { background-color: #BC2E66; }
a { background-color: rgb(188,46,102); }
div.DivClassName
{
background-color: #BC2E66;
}
.BgClassName
{
background-color: #BC2E66;
}
</style>
border-color css
<style>
span { border-color: #BC2E66; }
span { border-color: rgb(188,46,102); }
td.TdClassName
{
border-color: #BC2E66;
}
.TagClassName
{
border-color: #BC2E66;
}
</style>