Shades of Rouge #BC356A
Tints of Rouge #BC356A
RGB
CMYK
RGB Variations
Color information
#BC356A (or 0xBC356A) is known color: Rouge. HEX triplet: BC, 35 and 6A. RGB value is (188,53,106). Sum of RGB (Red+Green+Blue) = 188+53+106=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC356A is #43CA95. Grayscale: #636363. Windows color (decimal): -4442774 or 6960572. OLE color: 6960572.
HSL color Cylindrical-coordinate representation of color #BC356A: hue angle of 336.44º 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 #BC356A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 106 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.26 |
| HSL | 336.44º | 0.56% | 0.47% | - |
| HSV(B) | 336.44º | 0.72% | 0.74% | - |
| XYZ | 24.61 | 14.28 | 15.09 | - |
| YUV | 99.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 106 | 0 | 0.72 | 0.44 | 0.26 | 336.44 | 0.56 | 0.47 |
| Hex | BC | 35 | 6A | 0 | 48 | 2C | 1A | 150 | 38 | 2F |
| Octal | 274 | 65 | 152 | 0 | 110 | 54 | 32 | 520 | 70 | 57 |
| Binary | 10111100 | 110101 | 1101010 | 0 | 1001000 | 101100 | 11010 | 101010000 | 111000 | 101111 |
Color Harmonies of #BC356A
Complementary color
Monochromatic Colors of #BC356A
Black with #BC356A
Text Example
Text Example
White with #BC356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC356A; }
p { color: rgb(188,53,106); }
H1.HeaderClassName
{
color: #BC356A;
}
.AnyTagClassName
{
color: #BC356A;
}
</style>
background-color css
<style>
a { background-color: #BC356A; }
a { background-color: rgb(188,53,106); }
div.DivClassName
{
background-color: #BC356A;
}
.BgClassName
{
background-color: #BC356A;
}
</style>
border-color css
<style>
span { border-color: #BC356A; }
span { border-color: rgb(188,53,106); }
td.TdClassName
{
border-color: #BC356A;
}
.TagClassName
{
border-color: #BC356A;
}
</style>