Shades of Rouge #BC3A62
Tints of Rouge #BC3A62
RGB
CMYK
RGB Variations
Color information
#BC3A62 (or 0xBC3A62) is known color: Rouge. HEX triplet: BC, 3A and 62. RGB value is (188,58,98). Sum of RGB (Red+Green+Blue) = 188+58+98=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A62 is #43C59D. Grayscale: #656565. Windows color (decimal): -4441502 or 6437564. OLE color: 6437564.
HSL color Cylindrical-coordinate representation of color #BC3A62: hue angle of 341.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A62 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 98 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.26 |
| HSL | 341.54º | 0.53% | 0.48% | - |
| HSV(B) | 341.54º | 0.69% | 0.74% | - |
| XYZ | 24.46 | 14.6 | 13.08 | - |
| YUV | 101.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 98 | 0 | 0.69 | 0.48 | 0.26 | 341.54 | 0.53 | 0.48 |
| Hex | BC | 3A | 62 | 0 | 45 | 30 | 1A | 156 | 35 | 30 |
| Octal | 274 | 72 | 142 | 0 | 105 | 60 | 32 | 526 | 65 | 60 |
| Binary | 10111100 | 111010 | 1100010 | 0 | 1000101 | 110000 | 11010 | 101010110 | 110101 | 110000 |
Color Harmonies of #BC3A62
Complementary color
Monochromatic Colors of #BC3A62
Black with #BC3A62
Text Example
Text Example
White with #BC3A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A62; }
p { color: rgb(188,58,98); }
H1.HeaderClassName
{
color: #BC3A62;
}
.AnyTagClassName
{
color: #BC3A62;
}
</style>
background-color css
<style>
a { background-color: #BC3A62; }
a { background-color: rgb(188,58,98); }
div.DivClassName
{
background-color: #BC3A62;
}
.BgClassName
{
background-color: #BC3A62;
}
</style>
border-color css
<style>
span { border-color: #BC3A62; }
span { border-color: rgb(188,58,98); }
td.TdClassName
{
border-color: #BC3A62;
}
.TagClassName
{
border-color: #BC3A62;
}
</style>