Shades of Rouge #BC3864
Tints of Rouge #BC3864
RGB
CMYK
RGB Variations
Color information
#BC3864 (or 0xBC3864) is known color: Rouge. HEX triplet: BC, 38 and 64. RGB value is (188,56,100). Sum of RGB (Red+Green+Blue) = 188+56+100=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3864 is #43C79B. Grayscale: #646464. Windows color (decimal): -4442012 or 6568124. OLE color: 6568124.
HSL color Cylindrical-coordinate representation of color #BC3864: hue angle of 340º degrees, saturation: 0.54, 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 #BC3864 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 100 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.26 |
| HSL | 340º | 0.54% | 0.48% | - |
| HSV(B) | 340º | 0.7% | 0.74% | - |
| XYZ | 24.45 | 14.44 | 13.55 | - |
| YUV | 100.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 100 | 0 | 0.70 | 0.47 | 0.26 | 340 | 0.54 | 0.48 |
| Hex | BC | 38 | 64 | 0 | 46 | 2F | 1A | 154 | 36 | 30 |
| Octal | 274 | 70 | 144 | 0 | 106 | 57 | 32 | 524 | 66 | 60 |
| Binary | 10111100 | 111000 | 1100100 | 0 | 1000110 | 101111 | 11010 | 101010100 | 110110 | 110000 |
Color Harmonies of #BC3864
Complementary color
Monochromatic Colors of #BC3864
Black with #BC3864
Text Example
Text Example
White with #BC3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3864; }
p { color: rgb(188,56,100); }
H1.HeaderClassName
{
color: #BC3864;
}
.AnyTagClassName
{
color: #BC3864;
}
</style>
background-color css
<style>
a { background-color: #BC3864; }
a { background-color: rgb(188,56,100); }
div.DivClassName
{
background-color: #BC3864;
}
.BgClassName
{
background-color: #BC3864;
}
</style>
border-color css
<style>
span { border-color: #BC3864; }
span { border-color: rgb(188,56,100); }
td.TdClassName
{
border-color: #BC3864;
}
.TagClassName
{
border-color: #BC3864;
}
</style>