Shades of Rouge #BC3368
Tints of Rouge #BC3368
RGB
CMYK
RGB Variations
Color information
#BC3368 (or 0xBC3368) is known color: Rouge. HEX triplet: BC, 33 and 68. RGB value is (188,51,104). Sum of RGB (Red+Green+Blue) = 188+51+104=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3368 is #43CC97. Grayscale: #616161. Windows color (decimal): -4443288 or 6828988. OLE color: 6828988.
HSL color Cylindrical-coordinate representation of color #BC3368: hue angle of 336.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3368 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 104 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.26 |
| HSL | 336.79º | 0.57% | 0.47% | - |
| HSV(B) | 336.79º | 0.73% | 0.74% | - |
| XYZ | 24.42 | 14.06 | 14.52 | - |
| YUV | 98.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 104 | 0 | 0.73 | 0.45 | 0.26 | 336.79 | 0.57 | 0.47 |
| Hex | BC | 33 | 68 | 0 | 49 | 2D | 1A | 151 | 39 | 2F |
| Octal | 274 | 63 | 150 | 0 | 111 | 55 | 32 | 521 | 71 | 57 |
| Binary | 10111100 | 110011 | 1101000 | 0 | 1001001 | 101101 | 11010 | 101010001 | 111001 | 101111 |
Color Harmonies of #BC3368
Complementary color
Monochromatic Colors of #BC3368
Black with #BC3368
Text Example
Text Example
White with #BC3368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3368; }
p { color: rgb(188,51,104); }
H1.HeaderClassName
{
color: #BC3368;
}
.AnyTagClassName
{
color: #BC3368;
}
</style>
background-color css
<style>
a { background-color: #BC3368; }
a { background-color: rgb(188,51,104); }
div.DivClassName
{
background-color: #BC3368;
}
.BgClassName
{
background-color: #BC3368;
}
</style>
border-color css
<style>
span { border-color: #BC3368; }
span { border-color: rgb(188,51,104); }
td.TdClassName
{
border-color: #BC3368;
}
.TagClassName
{
border-color: #BC3368;
}
</style>