Shades of Rouge #BC366B
Tints of Rouge #BC366B
RGB
CMYK
RGB Variations
Color information
#BC366B (or 0xBC366B) is known color: Rouge. HEX triplet: BC, 36 and 6B. RGB value is (188,54,107). Sum of RGB (Red+Green+Blue) = 188+54+107=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC366B is #43C994. Grayscale: #646464. Windows color (decimal): -4442517 or 7026364. OLE color: 7026364.
HSL color Cylindrical-coordinate representation of color #BC366B: hue angle of 336.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC366B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 107 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.26 |
| HSL | 336.27º | 0.55% | 0.47% | - |
| HSV(B) | 336.27º | 0.71% | 0.74% | - |
| XYZ | 24.71 | 14.39 | 15.39 | - |
| YUV | 100.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 107 | 0 | 0.71 | 0.43 | 0.26 | 336.27 | 0.55 | 0.47 |
| Hex | BC | 36 | 6B | 0 | 47 | 2B | 1A | 150 | 37 | 2F |
| Octal | 274 | 66 | 153 | 0 | 107 | 53 | 32 | 520 | 67 | 57 |
| Binary | 10111100 | 110110 | 1101011 | 0 | 1000111 | 101011 | 11010 | 101010000 | 110111 | 101111 |
Color Harmonies of #BC366B
Complementary color
Monochromatic Colors of #BC366B
Black with #BC366B
Text Example
Text Example
White with #BC366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC366B; }
p { color: rgb(188,54,107); }
H1.HeaderClassName
{
color: #BC366B;
}
.AnyTagClassName
{
color: #BC366B;
}
</style>
background-color css
<style>
a { background-color: #BC366B; }
a { background-color: rgb(188,54,107); }
div.DivClassName
{
background-color: #BC366B;
}
.BgClassName
{
background-color: #BC366B;
}
</style>
border-color css
<style>
span { border-color: #BC366B; }
span { border-color: rgb(188,54,107); }
td.TdClassName
{
border-color: #BC366B;
}
.TagClassName
{
border-color: #BC366B;
}
</style>