Shades of Rouge #BC3069
Tints of Rouge #BC3069
RGB
CMYK
RGB Variations
Color information
#BC3069 (or 0xBC3069) is known color: Rouge. HEX triplet: BC, 30 and 69. RGB value is (188,48,105). Sum of RGB (Red+Green+Blue) = 188+48+105=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3069 is #43CF96. Grayscale: #606060. Windows color (decimal): -4444055 or 6893756. OLE color: 6893756.
HSL color Cylindrical-coordinate representation of color #BC3069: hue angle of 335.57º 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 #BC3069 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 105 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.26 |
| HSL | 335.57º | 0.59% | 0.46% | - |
| HSV(B) | 335.57º | 0.74% | 0.74% | - |
| XYZ | 24.35 | 13.83 | 14.75 | - |
| YUV | 96.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 105 | 0 | 0.74 | 0.44 | 0.26 | 335.57 | 0.59 | 0.46 |
| Hex | BC | 30 | 69 | 0 | 4A | 2C | 1A | 150 | 3B | 2E |
| Octal | 274 | 60 | 151 | 0 | 112 | 54 | 32 | 520 | 73 | 56 |
| Binary | 10111100 | 110000 | 1101001 | 0 | 1001010 | 101100 | 11010 | 101010000 | 111011 | 101110 |
Color Harmonies of #BC3069
Complementary color
Monochromatic Colors of #BC3069
Black with #BC3069
Text Example
Text Example
White with #BC3069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3069; }
p { color: rgb(188,48,105); }
H1.HeaderClassName
{
color: #BC3069;
}
.AnyTagClassName
{
color: #BC3069;
}
</style>
background-color css
<style>
a { background-color: #BC3069; }
a { background-color: rgb(188,48,105); }
div.DivClassName
{
background-color: #BC3069;
}
.BgClassName
{
background-color: #BC3069;
}
</style>
border-color css
<style>
span { border-color: #BC3069; }
span { border-color: rgb(188,48,105); }
td.TdClassName
{
border-color: #BC3069;
}
.TagClassName
{
border-color: #BC3069;
}
</style>