Shades of Rouge #BC2B68
Tints of Rouge #BC2B68
RGB
CMYK
RGB Variations
Color information
#BC2B68 (or 0xBC2B68) is known color: Rouge. HEX triplet: BC, 2B and 68. RGB value is (188,43,104). Sum of RGB (Red+Green+Blue) = 188+43+104=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B68 is #43D497. Grayscale: #5D5D5D. Windows color (decimal): -4445336 or 6826940. OLE color: 6826940.
HSL color Cylindrical-coordinate representation of color #BC2B68: hue angle of 334.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B68 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 104 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.26 |
| HSL | 334.76º | 0.63% | 0.45% | - |
| HSV(B) | 334.76º | 0.77% | 0.74% | - |
| XYZ | 24.1 | 13.42 | 14.42 | - |
| YUV | 93.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 104 | 0 | 0.77 | 0.45 | 0.26 | 334.76 | 0.63 | 0.45 |
| Hex | BC | 2B | 68 | 0 | 4D | 2D | 1A | 14F | 3F | 2D |
| Octal | 274 | 53 | 150 | 0 | 115 | 55 | 32 | 517 | 77 | 55 |
| Binary | 10111100 | 101011 | 1101000 | 0 | 1001101 | 101101 | 11010 | 101001111 | 111111 | 101101 |
Color Harmonies of #BC2B68
Complementary color
Monochromatic Colors of #BC2B68
Black with #BC2B68
Text Example
Text Example
White with #BC2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B68; }
p { color: rgb(188,43,104); }
H1.HeaderClassName
{
color: #BC2B68;
}
.AnyTagClassName
{
color: #BC2B68;
}
</style>
background-color css
<style>
a { background-color: #BC2B68; }
a { background-color: rgb(188,43,104); }
div.DivClassName
{
background-color: #BC2B68;
}
.BgClassName
{
background-color: #BC2B68;
}
</style>
border-color css
<style>
span { border-color: #BC2B68; }
span { border-color: rgb(188,43,104); }
td.TdClassName
{
border-color: #BC2B68;
}
.TagClassName
{
border-color: #BC2B68;
}
</style>