Shades of Rouge #BC376A
Tints of Rouge #BC376A
RGB
CMYK
RGB Variations
Color information
#BC376A (or 0xBC376A) is known color: Rouge. HEX triplet: BC, 37 and 6A. RGB value is (188,55,106). Sum of RGB (Red+Green+Blue) = 188+55+106=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC376A is #43C895. Grayscale: #646464. Windows color (decimal): -4442262 or 6961084. OLE color: 6961084.
HSL color Cylindrical-coordinate representation of color #BC376A: hue angle of 336.99º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC376A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 106 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.26 |
| HSL | 336.99º | 0.55% | 0.48% | - |
| HSV(B) | 336.99º | 0.71% | 0.74% | - |
| XYZ | 24.71 | 14.46 | 15.13 | - |
| YUV | 100.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 106 | 0 | 0.71 | 0.44 | 0.26 | 336.99 | 0.55 | 0.48 |
| Hex | BC | 37 | 6A | 0 | 47 | 2C | 1A | 151 | 37 | 30 |
| Octal | 274 | 67 | 152 | 0 | 107 | 54 | 32 | 521 | 67 | 60 |
| Binary | 10111100 | 110111 | 1101010 | 0 | 1000111 | 101100 | 11010 | 101010001 | 110111 | 110000 |
Color Harmonies of #BC376A
Complementary color
Monochromatic Colors of #BC376A
Black with #BC376A
Text Example
Text Example
White with #BC376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC376A; }
p { color: rgb(188,55,106); }
H1.HeaderClassName
{
color: #BC376A;
}
.AnyTagClassName
{
color: #BC376A;
}
</style>
background-color css
<style>
a { background-color: #BC376A; }
a { background-color: rgb(188,55,106); }
div.DivClassName
{
background-color: #BC376A;
}
.BgClassName
{
background-color: #BC376A;
}
</style>
border-color css
<style>
span { border-color: #BC376A; }
span { border-color: rgb(188,55,106); }
td.TdClassName
{
border-color: #BC376A;
}
.TagClassName
{
border-color: #BC376A;
}
</style>