Shades of Rouge #BC3164
Tints of Rouge #BC3164
RGB
CMYK
RGB Variations
Color information
#BC3164 (or 0xBC3164) is known color: Rouge. HEX triplet: BC, 31 and 64. RGB value is (188,49,100). Sum of RGB (Red+Green+Blue) = 188+49+100=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3164 is #43CE9B. Grayscale: #606060. Windows color (decimal): -4443804 or 6566332. OLE color: 6566332.
HSL color Cylindrical-coordinate representation of color #BC3164: hue angle of 337.99º 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 #BC3164 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 100 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.26 |
| HSL | 337.99º | 0.59% | 0.46% | - |
| HSV(B) | 337.99º | 0.74% | 0.74% | - |
| XYZ | 24.14 | 13.81 | 13.45 | - |
| YUV | 96.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 100 | 0 | 0.74 | 0.47 | 0.26 | 337.99 | 0.59 | 0.46 |
| Hex | BC | 31 | 64 | 0 | 4A | 2F | 1A | 152 | 3B | 2E |
| Octal | 274 | 61 | 144 | 0 | 112 | 57 | 32 | 522 | 73 | 56 |
| Binary | 10111100 | 110001 | 1100100 | 0 | 1001010 | 101111 | 11010 | 101010010 | 111011 | 101110 |
Color Harmonies of #BC3164
Complementary color
Monochromatic Colors of #BC3164
Black with #BC3164
Text Example
Text Example
White with #BC3164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3164; }
p { color: rgb(188,49,100); }
H1.HeaderClassName
{
color: #BC3164;
}
.AnyTagClassName
{
color: #BC3164;
}
</style>
background-color css
<style>
a { background-color: #BC3164; }
a { background-color: rgb(188,49,100); }
div.DivClassName
{
background-color: #BC3164;
}
.BgClassName
{
background-color: #BC3164;
}
</style>
border-color css
<style>
span { border-color: #BC3164; }
span { border-color: rgb(188,49,100); }
td.TdClassName
{
border-color: #BC3164;
}
.TagClassName
{
border-color: #BC3164;
}
</style>