Shades of Rouge #BC3568
Tints of Rouge #BC3568
RGB
CMYK
RGB Variations
Color information
#BC3568 (or 0xBC3568) is known color: Rouge. HEX triplet: BC, 35 and 68. RGB value is (188,53,104). Sum of RGB (Red+Green+Blue) = 188+53+104=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3568 is #43CA97. Grayscale: #636363. Windows color (decimal): -4442776 or 6829500. OLE color: 6829500.
HSL color Cylindrical-coordinate representation of color #BC3568: hue angle of 337.33º 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 #BC3568 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 104 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.26 |
| HSL | 337.33º | 0.56% | 0.47% | - |
| HSV(B) | 337.33º | 0.72% | 0.74% | - |
| XYZ | 24.51 | 14.24 | 14.55 | - |
| YUV | 99.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 104 | 0 | 0.72 | 0.45 | 0.26 | 337.33 | 0.56 | 0.47 |
| Hex | BC | 35 | 68 | 0 | 48 | 2D | 1A | 151 | 38 | 2F |
| Octal | 274 | 65 | 150 | 0 | 110 | 55 | 32 | 521 | 70 | 57 |
| Binary | 10111100 | 110101 | 1101000 | 0 | 1001000 | 101101 | 11010 | 101010001 | 111000 | 101111 |
Color Harmonies of #BC3568
Complementary color
Monochromatic Colors of #BC3568
Black with #BC3568
Text Example
Text Example
White with #BC3568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3568; }
p { color: rgb(188,53,104); }
H1.HeaderClassName
{
color: #BC3568;
}
.AnyTagClassName
{
color: #BC3568;
}
</style>
background-color css
<style>
a { background-color: #BC3568; }
a { background-color: rgb(188,53,104); }
div.DivClassName
{
background-color: #BC3568;
}
.BgClassName
{
background-color: #BC3568;
}
</style>
border-color css
<style>
span { border-color: #BC3568; }
span { border-color: rgb(188,53,104); }
td.TdClassName
{
border-color: #BC3568;
}
.TagClassName
{
border-color: #BC3568;
}
</style>