Shades of Rouge #BC2967
Tints of Rouge #BC2967
RGB
CMYK
RGB Variations
Color information
#BC2967 (or 0xBC2967) is known color: Rouge. HEX triplet: BC, 29 and 67. RGB value is (188,41,103). Sum of RGB (Red+Green+Blue) = 188+41+103=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2967 is #43D698. Grayscale: #5B5B5B. Windows color (decimal): -4445849 or 6760892. OLE color: 6760892.
HSL color Cylindrical-coordinate representation of color #BC2967: hue angle of 334.69º 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 #BC2967 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 103 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.26 |
| HSL | 334.69º | 0.64% | 0.45% | - |
| HSV(B) | 334.69º | 0.78% | 0.74% | - |
| XYZ | 23.98 | 13.26 | 14.13 | - |
| YUV | 92.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 103 | 0 | 0.78 | 0.45 | 0.26 | 334.69 | 0.64 | 0.45 |
| Hex | BC | 29 | 67 | 0 | 4E | 2D | 1A | 14F | 40 | 2D |
| Octal | 274 | 51 | 147 | 0 | 116 | 55 | 32 | 517 | 100 | 55 |
| Binary | 10111100 | 101001 | 1100111 | 0 | 1001110 | 101101 | 11010 | 101001111 | 1000000 | 101101 |
Color Harmonies of #BC2967
Complementary color
Monochromatic Colors of #BC2967
Black with #BC2967
Text Example
Text Example
White with #BC2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2967; }
p { color: rgb(188,41,103); }
H1.HeaderClassName
{
color: #BC2967;
}
.AnyTagClassName
{
color: #BC2967;
}
</style>
background-color css
<style>
a { background-color: #BC2967; }
a { background-color: rgb(188,41,103); }
div.DivClassName
{
background-color: #BC2967;
}
.BgClassName
{
background-color: #BC2967;
}
</style>
border-color css
<style>
span { border-color: #BC2967; }
span { border-color: rgb(188,41,103); }
td.TdClassName
{
border-color: #BC2967;
}
.TagClassName
{
border-color: #BC2967;
}
</style>