Shades of Rouge #BC3366
Tints of Rouge #BC3366
RGB
CMYK
RGB Variations
Color information
#BC3366 (or 0xBC3366) is known color: Rouge. HEX triplet: BC, 33 and 66. RGB value is (188,51,102). Sum of RGB (Red+Green+Blue) = 188+51+102=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3366 is #43CC99. Grayscale: #616161. Windows color (decimal): -4443290 or 6697916. OLE color: 6697916.
HSL color Cylindrical-coordinate representation of color #BC3366: hue angle of 337.66º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3366 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 102 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.26 |
| HSL | 337.66º | 0.57% | 0.47% | - |
| HSV(B) | 337.66º | 0.73% | 0.74% | - |
| XYZ | 24.32 | 14.02 | 13.99 | - |
| YUV | 97.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 102 | 0 | 0.73 | 0.46 | 0.26 | 337.66 | 0.57 | 0.47 |
| Hex | BC | 33 | 66 | 0 | 49 | 2E | 1A | 152 | 39 | 2F |
| Octal | 274 | 63 | 146 | 0 | 111 | 56 | 32 | 522 | 71 | 57 |
| Binary | 10111100 | 110011 | 1100110 | 0 | 1001001 | 101110 | 11010 | 101010010 | 111001 | 101111 |
Color Harmonies of #BC3366
Complementary color
Monochromatic Colors of #BC3366
Black with #BC3366
Text Example
Text Example
White with #BC3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3366; }
p { color: rgb(188,51,102); }
H1.HeaderClassName
{
color: #BC3366;
}
.AnyTagClassName
{
color: #BC3366;
}
</style>
background-color css
<style>
a { background-color: #BC3366; }
a { background-color: rgb(188,51,102); }
div.DivClassName
{
background-color: #BC3366;
}
.BgClassName
{
background-color: #BC3366;
}
</style>
border-color css
<style>
span { border-color: #BC3366; }
span { border-color: rgb(188,51,102); }
td.TdClassName
{
border-color: #BC3366;
}
.TagClassName
{
border-color: #BC3366;
}
</style>