Shades of Rouge #BC3163
Tints of Rouge #BC3163
RGB
CMYK
RGB Variations
Color information
#BC3163 (or 0xBC3163) is known color: Rouge. HEX triplet: BC, 31 and 63. RGB value is (188,49,99). Sum of RGB (Red+Green+Blue) = 188+49+99=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3163 is #43CE9C. Grayscale: #606060. Windows color (decimal): -4443805 or 6500796. OLE color: 6500796.
HSL color Cylindrical-coordinate representation of color #BC3163: hue angle of 338.42º 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 #BC3163 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 99 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.26 |
| HSL | 338.42º | 0.59% | 0.46% | - |
| HSV(B) | 338.42º | 0.74% | 0.74% | - |
| XYZ | 24.09 | 13.79 | 13.2 | - |
| YUV | 96.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 99 | 0 | 0.74 | 0.47 | 0.26 | 338.42 | 0.59 | 0.46 |
| Hex | BC | 31 | 63 | 0 | 4A | 2F | 1A | 152 | 3B | 2E |
| Octal | 274 | 61 | 143 | 0 | 112 | 57 | 32 | 522 | 73 | 56 |
| Binary | 10111100 | 110001 | 1100011 | 0 | 1001010 | 101111 | 11010 | 101010010 | 111011 | 101110 |
Color Harmonies of #BC3163
Complementary color
Monochromatic Colors of #BC3163
Black with #BC3163
Text Example
Text Example
White with #BC3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3163; }
p { color: rgb(188,49,99); }
H1.HeaderClassName
{
color: #BC3163;
}
.AnyTagClassName
{
color: #BC3163;
}
</style>
background-color css
<style>
a { background-color: #BC3163; }
a { background-color: rgb(188,49,99); }
div.DivClassName
{
background-color: #BC3163;
}
.BgClassName
{
background-color: #BC3163;
}
</style>
border-color css
<style>
span { border-color: #BC3163; }
span { border-color: rgb(188,49,99); }
td.TdClassName
{
border-color: #BC3163;
}
.TagClassName
{
border-color: #BC3163;
}
</style>