Shades of Rouge #BC2C66
Tints of Rouge #BC2C66
RGB
CMYK
RGB Variations
Color information
#BC2C66 (or 0xBC2C66) is known color: Rouge. HEX triplet: BC, 2C and 66. RGB value is (188,44,102). Sum of RGB (Red+Green+Blue) = 188+44+102=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C66 is #43D399. Grayscale: #5D5D5D. Windows color (decimal): -4445082 or 6696124. OLE color: 6696124.
HSL color Cylindrical-coordinate representation of color #BC2C66: hue angle of 335.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C66 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 102 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.26 |
| HSL | 335.83º | 0.62% | 0.45% | - |
| HSV(B) | 335.83º | 0.77% | 0.74% | - |
| XYZ | 24.04 | 13.45 | 13.9 | - |
| YUV | 93.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 102 | 0 | 0.77 | 0.46 | 0.26 | 335.83 | 0.62 | 0.45 |
| Hex | BC | 2C | 66 | 0 | 4D | 2E | 1A | 150 | 3E | 2D |
| Octal | 274 | 54 | 146 | 0 | 115 | 56 | 32 | 520 | 76 | 55 |
| Binary | 10111100 | 101100 | 1100110 | 0 | 1001101 | 101110 | 11010 | 101010000 | 111110 | 101101 |
Color Harmonies of #BC2C66
Complementary color
Monochromatic Colors of #BC2C66
Black with #BC2C66
Text Example
Text Example
White with #BC2C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C66; }
p { color: rgb(188,44,102); }
H1.HeaderClassName
{
color: #BC2C66;
}
.AnyTagClassName
{
color: #BC2C66;
}
</style>
background-color css
<style>
a { background-color: #BC2C66; }
a { background-color: rgb(188,44,102); }
div.DivClassName
{
background-color: #BC2C66;
}
.BgClassName
{
background-color: #BC2C66;
}
</style>
border-color css
<style>
span { border-color: #BC2C66; }
span { border-color: rgb(188,44,102); }
td.TdClassName
{
border-color: #BC2C66;
}
.TagClassName
{
border-color: #BC2C66;
}
</style>