Shades of Rouge #BC3F64
Tints of Rouge #BC3F64
RGB
CMYK
RGB Variations
Color information
#BC3F64 (or 0xBC3F64) is known color: Rouge. HEX triplet: BC, 3F and 64. RGB value is (188,63,100). Sum of RGB (Red+Green+Blue) = 188+63+100=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F64 is #43C09B. Grayscale: #686868. Windows color (decimal): -4440220 or 6569916. OLE color: 6569916.
HSL color Cylindrical-coordinate representation of color #BC3F64: hue angle of 342.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F64 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 100 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.26 |
| HSL | 342.24º | 0.5% | 0.49% | - |
| HSV(B) | 342.24º | 0.66% | 0.74% | - |
| XYZ | 24.82 | 15.17 | 13.68 | - |
| YUV | 104.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 100 | 0 | 0.66 | 0.47 | 0.26 | 342.24 | 0.5 | 0.49 |
| Hex | BC | 3F | 64 | 0 | 42 | 2F | 1A | 156 | 32 | 31 |
| Octal | 274 | 77 | 144 | 0 | 102 | 57 | 32 | 526 | 62 | 61 |
| Binary | 10111100 | 111111 | 1100100 | 0 | 1000010 | 101111 | 11010 | 101010110 | 110010 | 110001 |
Color Harmonies of #BC3F64
Complementary color
Monochromatic Colors of #BC3F64
Black with #BC3F64
Text Example
Text Example
White with #BC3F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F64; }
p { color: rgb(188,63,100); }
H1.HeaderClassName
{
color: #BC3F64;
}
.AnyTagClassName
{
color: #BC3F64;
}
</style>
background-color css
<style>
a { background-color: #BC3F64; }
a { background-color: rgb(188,63,100); }
div.DivClassName
{
background-color: #BC3F64;
}
.BgClassName
{
background-color: #BC3F64;
}
</style>
border-color css
<style>
span { border-color: #BC3F64; }
span { border-color: rgb(188,63,100); }
td.TdClassName
{
border-color: #BC3F64;
}
.TagClassName
{
border-color: #BC3F64;
}
</style>