Shades of Rouge #BC356B
Tints of Rouge #BC356B
RGB
CMYK
RGB Variations
Color information
#BC356B (or 0xBC356B) is known color: Rouge. HEX triplet: BC, 35 and 6B. RGB value is (188,53,107). Sum of RGB (Red+Green+Blue) = 188+53+107=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC356B is #43CA94. Grayscale: #636363. Windows color (decimal): -4442773 or 7026108. OLE color: 7026108.
HSL color Cylindrical-coordinate representation of color #BC356B: hue angle of 336º 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 #BC356B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 107 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.26 |
| HSL | 336º | 0.56% | 0.47% | - |
| HSV(B) | 336º | 0.72% | 0.74% | - |
| XYZ | 24.67 | 14.3 | 15.37 | - |
| YUV | 99.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 107 | 0 | 0.72 | 0.43 | 0.26 | 336 | 0.56 | 0.47 |
| Hex | BC | 35 | 6B | 0 | 48 | 2B | 1A | 150 | 38 | 2F |
| Octal | 274 | 65 | 153 | 0 | 110 | 53 | 32 | 520 | 70 | 57 |
| Binary | 10111100 | 110101 | 1101011 | 0 | 1001000 | 101011 | 11010 | 101010000 | 111000 | 101111 |
Color Harmonies of #BC356B
Complementary color
Monochromatic Colors of #BC356B
Black with #BC356B
Text Example
Text Example
White with #BC356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC356B; }
p { color: rgb(188,53,107); }
H1.HeaderClassName
{
color: #BC356B;
}
.AnyTagClassName
{
color: #BC356B;
}
</style>
background-color css
<style>
a { background-color: #BC356B; }
a { background-color: rgb(188,53,107); }
div.DivClassName
{
background-color: #BC356B;
}
.BgClassName
{
background-color: #BC356B;
}
</style>
border-color css
<style>
span { border-color: #BC356B; }
span { border-color: rgb(188,53,107); }
td.TdClassName
{
border-color: #BC356B;
}
.TagClassName
{
border-color: #BC356B;
}
</style>