Shades of Rouge #BC2968
Tints of Rouge #BC2968
RGB
CMYK
RGB Variations
Color information
#BC2968 (or 0xBC2968) is known color: Rouge. HEX triplet: BC, 29 and 68. RGB value is (188,41,104). Sum of RGB (Red+Green+Blue) = 188+41+104=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2968 is #43D697. Grayscale: #5C5C5C. Windows color (decimal): -4445848 or 6826428. OLE color: 6826428.
HSL color Cylindrical-coordinate representation of color #BC2968: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2968 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 104 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.26 |
| HSL | 334.29º | 0.64% | 0.45% | - |
| HSV(B) | 334.29º | 0.78% | 0.74% | - |
| XYZ | 24.03 | 13.28 | 14.39 | - |
| YUV | 92.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 104 | 0 | 0.78 | 0.45 | 0.26 | 334.29 | 0.64 | 0.45 |
| Hex | BC | 29 | 68 | 0 | 4E | 2D | 1A | 14E | 40 | 2D |
| Octal | 274 | 51 | 150 | 0 | 116 | 55 | 32 | 516 | 100 | 55 |
| Binary | 10111100 | 101001 | 1101000 | 0 | 1001110 | 101101 | 11010 | 101001110 | 1000000 | 101101 |
Color Harmonies of #BC2968
Complementary color
Monochromatic Colors of #BC2968
Black with #BC2968
Text Example
Text Example
White with #BC2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2968; }
p { color: rgb(188,41,104); }
H1.HeaderClassName
{
color: #BC2968;
}
.AnyTagClassName
{
color: #BC2968;
}
</style>
background-color css
<style>
a { background-color: #BC2968; }
a { background-color: rgb(188,41,104); }
div.DivClassName
{
background-color: #BC2968;
}
.BgClassName
{
background-color: #BC2968;
}
</style>
border-color css
<style>
span { border-color: #BC2968; }
span { border-color: rgb(188,41,104); }
td.TdClassName
{
border-color: #BC2968;
}
.TagClassName
{
border-color: #BC2968;
}
</style>