Shades of Rouge #BC3D5E
Tints of Rouge #BC3D5E
RGB
CMYK
RGB Variations
Color information
#BC3D5E (or 0xBC3D5E) is known color: Rouge. HEX triplet: BC, 3D and 5E. RGB value is (188,61,94). Sum of RGB (Red+Green+Blue) = 188+61+94=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D5E is #43C2A1. Grayscale: #666666. Windows color (decimal): -4440738 or 6176188. OLE color: 6176188.
HSL color Cylindrical-coordinate representation of color #BC3D5E: hue angle of 344.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D5E is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 94 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.26 |
| HSL | 344.41º | 0.51% | 0.49% | - |
| HSV(B) | 344.41º | 0.68% | 0.74% | - |
| XYZ | 24.43 | 14.84 | 12.17 | - |
| YUV | 102.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 94 | 0 | 0.68 | 0.50 | 0.26 | 344.41 | 0.51 | 0.49 |
| Hex | BC | 3D | 5E | 0 | 44 | 32 | 1A | 158 | 33 | 31 |
| Octal | 274 | 75 | 136 | 0 | 104 | 62 | 32 | 530 | 63 | 61 |
| Binary | 10111100 | 111101 | 1011110 | 0 | 1000100 | 110010 | 11010 | 101011000 | 110011 | 110001 |
Color Harmonies of #BC3D5E
Complementary color
Monochromatic Colors of #BC3D5E
Black with #BC3D5E
Text Example
Text Example
White with #BC3D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D5E; }
p { color: rgb(188,61,94); }
H1.HeaderClassName
{
color: #BC3D5E;
}
.AnyTagClassName
{
color: #BC3D5E;
}
</style>
background-color css
<style>
a { background-color: #BC3D5E; }
a { background-color: rgb(188,61,94); }
div.DivClassName
{
background-color: #BC3D5E;
}
.BgClassName
{
background-color: #BC3D5E;
}
</style>
border-color css
<style>
span { border-color: #BC3D5E; }
span { border-color: rgb(188,61,94); }
td.TdClassName
{
border-color: #BC3D5E;
}
.TagClassName
{
border-color: #BC3D5E;
}
</style>