Shades of Rouge #BC3062
Tints of Rouge #BC3062
RGB
CMYK
RGB Variations
Color information
#BC3062 (or 0xBC3062) is known color: Rouge. HEX triplet: BC, 30 and 62. RGB value is (188,48,98). Sum of RGB (Red+Green+Blue) = 188+48+98=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3062 is #43CF9D. Grayscale: #5F5F5F. Windows color (decimal): -4444062 or 6435004. OLE color: 6435004.
HSL color Cylindrical-coordinate representation of color #BC3062: hue angle of 338.57º 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 #BC3062 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 98 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.26 |
| HSL | 338.57º | 0.59% | 0.46% | - |
| HSV(B) | 338.57º | 0.74% | 0.74% | - |
| XYZ | 24 | 13.69 | 12.93 | - |
| YUV | 95.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 98 | 0 | 0.74 | 0.48 | 0.26 | 338.57 | 0.59 | 0.46 |
| Hex | BC | 30 | 62 | 0 | 4A | 30 | 1A | 153 | 3B | 2E |
| Octal | 274 | 60 | 142 | 0 | 112 | 60 | 32 | 523 | 73 | 56 |
| Binary | 10111100 | 110000 | 1100010 | 0 | 1001010 | 110000 | 11010 | 101010011 | 111011 | 101110 |
Color Harmonies of #BC3062
Complementary color
Monochromatic Colors of #BC3062
Black with #BC3062
Text Example
Text Example
White with #BC3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3062; }
p { color: rgb(188,48,98); }
H1.HeaderClassName
{
color: #BC3062;
}
.AnyTagClassName
{
color: #BC3062;
}
</style>
background-color css
<style>
a { background-color: #BC3062; }
a { background-color: rgb(188,48,98); }
div.DivClassName
{
background-color: #BC3062;
}
.BgClassName
{
background-color: #BC3062;
}
</style>
border-color css
<style>
span { border-color: #BC3062; }
span { border-color: rgb(188,48,98); }
td.TdClassName
{
border-color: #BC3062;
}
.TagClassName
{
border-color: #BC3062;
}
</style>