Shades of Rouge #BC3567
Tints of Rouge #BC3567
RGB
CMYK
RGB Variations
Color information
#BC3567 (or 0xBC3567) is known color: Rouge. HEX triplet: BC, 35 and 67. RGB value is (188,53,103). Sum of RGB (Red+Green+Blue) = 188+53+103=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3567 is #43CA98. Grayscale: #636363. Windows color (decimal): -4442777 or 6763964. OLE color: 6763964.
HSL color Cylindrical-coordinate representation of color #BC3567: hue angle of 337.78º 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 #BC3567 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 103 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.26 |
| HSL | 337.78º | 0.56% | 0.47% | - |
| HSV(B) | 337.78º | 0.72% | 0.74% | - |
| XYZ | 24.46 | 14.22 | 14.29 | - |
| YUV | 99.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 103 | 0 | 0.72 | 0.45 | 0.26 | 337.78 | 0.56 | 0.47 |
| Hex | BC | 35 | 67 | 0 | 48 | 2D | 1A | 152 | 38 | 2F |
| Octal | 274 | 65 | 147 | 0 | 110 | 55 | 32 | 522 | 70 | 57 |
| Binary | 10111100 | 110101 | 1100111 | 0 | 1001000 | 101101 | 11010 | 101010010 | 111000 | 101111 |
Color Harmonies of #BC3567
Complementary color
Monochromatic Colors of #BC3567
Black with #BC3567
Text Example
Text Example
White with #BC3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3567; }
p { color: rgb(188,53,103); }
H1.HeaderClassName
{
color: #BC3567;
}
.AnyTagClassName
{
color: #BC3567;
}
</style>
background-color css
<style>
a { background-color: #BC3567; }
a { background-color: rgb(188,53,103); }
div.DivClassName
{
background-color: #BC3567;
}
.BgClassName
{
background-color: #BC3567;
}
</style>
border-color css
<style>
span { border-color: #BC3567; }
span { border-color: rgb(188,53,103); }
td.TdClassName
{
border-color: #BC3567;
}
.TagClassName
{
border-color: #BC3567;
}
</style>