Shades of Rouge #BC2D65
Tints of Rouge #BC2D65
RGB
CMYK
RGB Variations
Color information
#BC2D65 (or 0xBC2D65) is known color: Rouge. HEX triplet: BC, 2D and 65. RGB value is (188,45,101). Sum of RGB (Red+Green+Blue) = 188+45+101=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D65 is #43D29A. Grayscale: #5E5E5E. Windows color (decimal): -4444827 or 6630844. OLE color: 6630844.
HSL color Cylindrical-coordinate representation of color #BC2D65: hue angle of 336.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D65 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 101 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.26 |
| HSL | 336.5º | 0.61% | 0.46% | - |
| HSV(B) | 336.5º | 0.76% | 0.74% | - |
| XYZ | 24.03 | 13.51 | 13.65 | - |
| YUV | 94.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 101 | 0 | 0.76 | 0.46 | 0.26 | 336.5 | 0.61 | 0.46 |
| Hex | BC | 2D | 65 | 0 | 4C | 2E | 1A | 151 | 3D | 2E |
| Octal | 274 | 55 | 145 | 0 | 114 | 56 | 32 | 521 | 75 | 56 |
| Binary | 10111100 | 101101 | 1100101 | 0 | 1001100 | 101110 | 11010 | 101010001 | 111101 | 101110 |
Color Harmonies of #BC2D65
Complementary color
Monochromatic Colors of #BC2D65
Black with #BC2D65
Text Example
Text Example
White with #BC2D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D65; }
p { color: rgb(188,45,101); }
H1.HeaderClassName
{
color: #BC2D65;
}
.AnyTagClassName
{
color: #BC2D65;
}
</style>
background-color css
<style>
a { background-color: #BC2D65; }
a { background-color: rgb(188,45,101); }
div.DivClassName
{
background-color: #BC2D65;
}
.BgClassName
{
background-color: #BC2D65;
}
</style>
border-color css
<style>
span { border-color: #BC2D65; }
span { border-color: rgb(188,45,101); }
td.TdClassName
{
border-color: #BC2D65;
}
.TagClassName
{
border-color: #BC2D65;
}
</style>