Shades of Rouge #BC3966
Tints of Rouge #BC3966
RGB
CMYK
RGB Variations
Color information
#BC3966 (or 0xBC3966) is known color: Rouge. HEX triplet: BC, 39 and 66. RGB value is (188,57,102). Sum of RGB (Red+Green+Blue) = 188+57+102=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3966 is #43C699. Grayscale: #656565. Windows color (decimal): -4441754 or 6699452. OLE color: 6699452.
HSL color Cylindrical-coordinate representation of color #BC3966: hue angle of 339.39º 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 #BC3966 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 102 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.26 |
| HSL | 339.39º | 0.53% | 0.48% | - |
| HSV(B) | 339.39º | 0.7% | 0.74% | - |
| XYZ | 24.6 | 14.58 | 14.09 | - |
| YUV | 101.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 102 | 0 | 0.70 | 0.46 | 0.26 | 339.39 | 0.53 | 0.48 |
| Hex | BC | 39 | 66 | 0 | 46 | 2E | 1A | 153 | 35 | 30 |
| Octal | 274 | 71 | 146 | 0 | 106 | 56 | 32 | 523 | 65 | 60 |
| Binary | 10111100 | 111001 | 1100110 | 0 | 1000110 | 101110 | 11010 | 101010011 | 110101 | 110000 |
Color Harmonies of #BC3966
Complementary color
Monochromatic Colors of #BC3966
Black with #BC3966
Text Example
Text Example
White with #BC3966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3966; }
p { color: rgb(188,57,102); }
H1.HeaderClassName
{
color: #BC3966;
}
.AnyTagClassName
{
color: #BC3966;
}
</style>
background-color css
<style>
a { background-color: #BC3966; }
a { background-color: rgb(188,57,102); }
div.DivClassName
{
background-color: #BC3966;
}
.BgClassName
{
background-color: #BC3966;
}
</style>
border-color css
<style>
span { border-color: #BC3966; }
span { border-color: rgb(188,57,102); }
td.TdClassName
{
border-color: #BC3966;
}
.TagClassName
{
border-color: #BC3966;
}
</style>