Shades of Rouge #BC3964
Tints of Rouge #BC3964
RGB
CMYK
RGB Variations
Color information
#BC3964 (or 0xBC3964) is known color: Rouge. HEX triplet: BC, 39 and 64. RGB value is (188,57,100). Sum of RGB (Red+Green+Blue) = 188+57+100=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3964 is #43C69B. Grayscale: #656565. Windows color (decimal): -4441756 or 6568380. OLE color: 6568380.
HSL color Cylindrical-coordinate representation of color #BC3964: hue angle of 340.31º 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 #BC3964 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 100 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.26 |
| HSL | 340.31º | 0.53% | 0.48% | - |
| HSV(B) | 340.31º | 0.7% | 0.74% | - |
| XYZ | 24.5 | 14.54 | 13.57 | - |
| YUV | 101.07 | 127.4 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 100 | 0 | 0.70 | 0.47 | 0.26 | 340.31 | 0.53 | 0.48 |
| Hex | BC | 39 | 64 | 0 | 46 | 2F | 1A | 154 | 35 | 30 |
| Octal | 274 | 71 | 144 | 0 | 106 | 57 | 32 | 524 | 65 | 60 |
| Binary | 10111100 | 111001 | 1100100 | 0 | 1000110 | 101111 | 11010 | 101010100 | 110101 | 110000 |
Color Harmonies of #BC3964
Complementary color
Monochromatic Colors of #BC3964
Black with #BC3964
Text Example
Text Example
White with #BC3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3964; }
p { color: rgb(188,57,100); }
H1.HeaderClassName
{
color: #BC3964;
}
.AnyTagClassName
{
color: #BC3964;
}
</style>
background-color css
<style>
a { background-color: #BC3964; }
a { background-color: rgb(188,57,100); }
div.DivClassName
{
background-color: #BC3964;
}
.BgClassName
{
background-color: #BC3964;
}
</style>
border-color css
<style>
span { border-color: #BC3964; }
span { border-color: rgb(188,57,100); }
td.TdClassName
{
border-color: #BC3964;
}
.TagClassName
{
border-color: #BC3964;
}
</style>