Shades of Rouge #BC3B68
Tints of Rouge #BC3B68
RGB
CMYK
RGB Variations
Color information
#BC3B68 (or 0xBC3B68) is known color: Rouge. HEX triplet: BC, 3B and 68. RGB value is (188,59,104). Sum of RGB (Red+Green+Blue) = 188+59+104=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B68 is #43C497. Grayscale: #666666. Windows color (decimal): -4441240 or 6831036. OLE color: 6831036.
HSL color Cylindrical-coordinate representation of color #BC3B68: hue angle of 339.07º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B68 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 104 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.26 |
| HSL | 339.07º | 0.52% | 0.48% | - |
| HSV(B) | 339.07º | 0.69% | 0.74% | - |
| XYZ | 24.8 | 14.82 | 14.65 | - |
| YUV | 102.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 104 | 0 | 0.69 | 0.45 | 0.26 | 339.07 | 0.52 | 0.48 |
| Hex | BC | 3B | 68 | 0 | 45 | 2D | 1A | 153 | 34 | 30 |
| Octal | 274 | 73 | 150 | 0 | 105 | 55 | 32 | 523 | 64 | 60 |
| Binary | 10111100 | 111011 | 1101000 | 0 | 1000101 | 101101 | 11010 | 101010011 | 110100 | 110000 |
Color Harmonies of #BC3B68
Complementary color
Monochromatic Colors of #BC3B68
Black with #BC3B68
Text Example
Text Example
White with #BC3B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B68; }
p { color: rgb(188,59,104); }
H1.HeaderClassName
{
color: #BC3B68;
}
.AnyTagClassName
{
color: #BC3B68;
}
</style>
background-color css
<style>
a { background-color: #BC3B68; }
a { background-color: rgb(188,59,104); }
div.DivClassName
{
background-color: #BC3B68;
}
.BgClassName
{
background-color: #BC3B68;
}
</style>
border-color css
<style>
span { border-color: #BC3B68; }
span { border-color: rgb(188,59,104); }
td.TdClassName
{
border-color: #BC3B68;
}
.TagClassName
{
border-color: #BC3B68;
}
</style>