Shades of Rouge #BC3168
Tints of Rouge #BC3168
RGB
CMYK
RGB Variations
Color information
#BC3168 (or 0xBC3168) is known color: Rouge. HEX triplet: BC, 31 and 68. RGB value is (188,49,104). Sum of RGB (Red+Green+Blue) = 188+49+104=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3168 is #43CE97. Grayscale: #606060. Windows color (decimal): -4443800 or 6828476. OLE color: 6828476.
HSL color Cylindrical-coordinate representation of color #BC3168: hue angle of 336.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3168 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 104 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.26 |
| HSL | 336.26º | 0.59% | 0.46% | - |
| HSV(B) | 336.26º | 0.74% | 0.74% | - |
| XYZ | 24.34 | 13.89 | 14.49 | - |
| YUV | 96.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 104 | 0 | 0.74 | 0.45 | 0.26 | 336.26 | 0.59 | 0.46 |
| Hex | BC | 31 | 68 | 0 | 4A | 2D | 1A | 150 | 3B | 2E |
| Octal | 274 | 61 | 150 | 0 | 112 | 55 | 32 | 520 | 73 | 56 |
| Binary | 10111100 | 110001 | 1101000 | 0 | 1001010 | 101101 | 11010 | 101010000 | 111011 | 101110 |
Color Harmonies of #BC3168
Complementary color
Monochromatic Colors of #BC3168
Black with #BC3168
Text Example
Text Example
White with #BC3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3168; }
p { color: rgb(188,49,104); }
H1.HeaderClassName
{
color: #BC3168;
}
.AnyTagClassName
{
color: #BC3168;
}
</style>
background-color css
<style>
a { background-color: #BC3168; }
a { background-color: rgb(188,49,104); }
div.DivClassName
{
background-color: #BC3168;
}
.BgClassName
{
background-color: #BC3168;
}
</style>
border-color css
<style>
span { border-color: #BC3168; }
span { border-color: rgb(188,49,104); }
td.TdClassName
{
border-color: #BC3168;
}
.TagClassName
{
border-color: #BC3168;
}
</style>