Shades of Rouge #BC3066
Tints of Rouge #BC3066
RGB
CMYK
RGB Variations
Color information
#BC3066 (or 0xBC3066) is known color: Rouge. HEX triplet: BC, 30 and 66. RGB value is (188,48,102). Sum of RGB (Red+Green+Blue) = 188+48+102=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3066 is #43CF99. Grayscale: #5F5F5F. Windows color (decimal): -4444058 or 6697148. OLE color: 6697148.
HSL color Cylindrical-coordinate representation of color #BC3066: hue angle of 336.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3066 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 102 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.26 |
| HSL | 336.86º | 0.59% | 0.46% | - |
| HSV(B) | 336.86º | 0.74% | 0.74% | - |
| XYZ | 24.19 | 13.76 | 13.95 | - |
| YUV | 96.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 102 | 0 | 0.74 | 0.46 | 0.26 | 336.86 | 0.59 | 0.46 |
| Hex | BC | 30 | 66 | 0 | 4A | 2E | 1A | 151 | 3B | 2E |
| Octal | 274 | 60 | 146 | 0 | 112 | 56 | 32 | 521 | 73 | 56 |
| Binary | 10111100 | 110000 | 1100110 | 0 | 1001010 | 101110 | 11010 | 101010001 | 111011 | 101110 |
Color Harmonies of #BC3066
Complementary color
Monochromatic Colors of #BC3066
Black with #BC3066
Text Example
Text Example
White with #BC3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3066; }
p { color: rgb(188,48,102); }
H1.HeaderClassName
{
color: #BC3066;
}
.AnyTagClassName
{
color: #BC3066;
}
</style>
background-color css
<style>
a { background-color: #BC3066; }
a { background-color: rgb(188,48,102); }
div.DivClassName
{
background-color: #BC3066;
}
.BgClassName
{
background-color: #BC3066;
}
</style>
border-color css
<style>
span { border-color: #BC3066; }
span { border-color: rgb(188,48,102); }
td.TdClassName
{
border-color: #BC3066;
}
.TagClassName
{
border-color: #BC3066;
}
</style>