Shades of Rouge #BC3565
Tints of Rouge #BC3565
RGB
CMYK
RGB Variations
Color information
#BC3565 (or 0xBC3565) is known color: Rouge. HEX triplet: BC, 35 and 65. RGB value is (188,53,101). Sum of RGB (Red+Green+Blue) = 188+53+101=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3565 is #43CA9A. Grayscale: #626262. Windows color (decimal): -4442779 or 6632892. OLE color: 6632892.
HSL color Cylindrical-coordinate representation of color #BC3565: hue angle of 338.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3565 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 101 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.26 |
| HSL | 338.67º | 0.56% | 0.47% | - |
| HSV(B) | 338.67º | 0.72% | 0.74% | - |
| XYZ | 24.36 | 14.18 | 13.76 | - |
| YUV | 98.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 101 | 0 | 0.72 | 0.46 | 0.26 | 338.67 | 0.56 | 0.47 |
| Hex | BC | 35 | 65 | 0 | 48 | 2E | 1A | 153 | 38 | 2F |
| Octal | 274 | 65 | 145 | 0 | 110 | 56 | 32 | 523 | 70 | 57 |
| Binary | 10111100 | 110101 | 1100101 | 0 | 1001000 | 101110 | 11010 | 101010011 | 111000 | 101111 |
Color Harmonies of #BC3565
Complementary color
Monochromatic Colors of #BC3565
Black with #BC3565
Text Example
Text Example
White with #BC3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3565; }
p { color: rgb(188,53,101); }
H1.HeaderClassName
{
color: #BC3565;
}
.AnyTagClassName
{
color: #BC3565;
}
</style>
background-color css
<style>
a { background-color: #BC3565; }
a { background-color: rgb(188,53,101); }
div.DivClassName
{
background-color: #BC3565;
}
.BgClassName
{
background-color: #BC3565;
}
</style>
border-color css
<style>
span { border-color: #BC3565; }
span { border-color: rgb(188,53,101); }
td.TdClassName
{
border-color: #BC3565;
}
.TagClassName
{
border-color: #BC3565;
}
</style>