Shades of Rouge #BC3B5E
Tints of Rouge #BC3B5E
RGB
CMYK
RGB Variations
Color information
#BC3B5E (or 0xBC3B5E) is known color: Rouge. HEX triplet: BC, 3B and 5E. RGB value is (188,59,94). Sum of RGB (Red+Green+Blue) = 188+59+94=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B5E is #43C4A1. Grayscale: #656565. Windows color (decimal): -4441250 or 6175676. OLE color: 6175676.
HSL color Cylindrical-coordinate representation of color #BC3B5E: hue angle of 343.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B5E is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 94 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.26 |
| HSL | 343.72º | 0.52% | 0.48% | - |
| HSV(B) | 343.72º | 0.69% | 0.74% | - |
| XYZ | 24.32 | 14.63 | 12.13 | - |
| YUV | 101.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 94 | 0 | 0.69 | 0.50 | 0.26 | 343.72 | 0.52 | 0.48 |
| Hex | BC | 3B | 5E | 0 | 45 | 32 | 1A | 158 | 34 | 30 |
| Octal | 274 | 73 | 136 | 0 | 105 | 62 | 32 | 530 | 64 | 60 |
| Binary | 10111100 | 111011 | 1011110 | 0 | 1000101 | 110010 | 11010 | 101011000 | 110100 | 110000 |
Color Harmonies of #BC3B5E
Complementary color
Monochromatic Colors of #BC3B5E
Black with #BC3B5E
Text Example
Text Example
White with #BC3B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B5E; }
p { color: rgb(188,59,94); }
H1.HeaderClassName
{
color: #BC3B5E;
}
.AnyTagClassName
{
color: #BC3B5E;
}
</style>
background-color css
<style>
a { background-color: #BC3B5E; }
a { background-color: rgb(188,59,94); }
div.DivClassName
{
background-color: #BC3B5E;
}
.BgClassName
{
background-color: #BC3B5E;
}
</style>
border-color css
<style>
span { border-color: #BC3B5E; }
span { border-color: rgb(188,59,94); }
td.TdClassName
{
border-color: #BC3B5E;
}
.TagClassName
{
border-color: #BC3B5E;
}
</style>