Shades of Rouge #BC3165
Tints of Rouge #BC3165
RGB
CMYK
RGB Variations
Color information
#BC3165 (or 0xBC3165) is known color: Rouge. HEX triplet: BC, 31 and 65. RGB value is (188,49,101). Sum of RGB (Red+Green+Blue) = 188+49+101=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3165 is #43CE9A. Grayscale: #606060. Windows color (decimal): -4443803 or 6631868. OLE color: 6631868.
HSL color Cylindrical-coordinate representation of color #BC3165: hue angle of 337.55º 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 #BC3165 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 101 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.26 |
| HSL | 337.55º | 0.59% | 0.46% | - |
| HSV(B) | 337.55º | 0.74% | 0.74% | - |
| XYZ | 24.19 | 13.83 | 13.71 | - |
| YUV | 96.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 101 | 0 | 0.74 | 0.46 | 0.26 | 337.55 | 0.59 | 0.46 |
| Hex | BC | 31 | 65 | 0 | 4A | 2E | 1A | 152 | 3B | 2E |
| Octal | 274 | 61 | 145 | 0 | 112 | 56 | 32 | 522 | 73 | 56 |
| Binary | 10111100 | 110001 | 1100101 | 0 | 1001010 | 101110 | 11010 | 101010010 | 111011 | 101110 |
Color Harmonies of #BC3165
Complementary color
Monochromatic Colors of #BC3165
Black with #BC3165
Text Example
Text Example
White with #BC3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3165; }
p { color: rgb(188,49,101); }
H1.HeaderClassName
{
color: #BC3165;
}
.AnyTagClassName
{
color: #BC3165;
}
</style>
background-color css
<style>
a { background-color: #BC3165; }
a { background-color: rgb(188,49,101); }
div.DivClassName
{
background-color: #BC3165;
}
.BgClassName
{
background-color: #BC3165;
}
</style>
border-color css
<style>
span { border-color: #BC3165; }
span { border-color: rgb(188,49,101); }
td.TdClassName
{
border-color: #BC3165;
}
.TagClassName
{
border-color: #BC3165;
}
</style>