Shades of Rouge #BC3967
Tints of Rouge #BC3967
RGB
CMYK
RGB Variations
Color information
#BC3967 (or 0xBC3967) is known color: Rouge. HEX triplet: BC, 39 and 67. RGB value is (188,57,103). Sum of RGB (Red+Green+Blue) = 188+57+103=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3967 is #43C698. Grayscale: #656565. Windows color (decimal): -4441753 or 6764988. OLE color: 6764988.
HSL color Cylindrical-coordinate representation of color #BC3967: hue angle of 338.93º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3967 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 103 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.26 |
| HSL | 338.93º | 0.53% | 0.48% | - |
| HSV(B) | 338.93º | 0.7% | 0.74% | - |
| XYZ | 24.65 | 14.6 | 14.35 | - |
| YUV | 101.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 103 | 0 | 0.70 | 0.45 | 0.26 | 338.93 | 0.53 | 0.48 |
| Hex | BC | 39 | 67 | 0 | 46 | 2D | 1A | 153 | 35 | 30 |
| Octal | 274 | 71 | 147 | 0 | 106 | 55 | 32 | 523 | 65 | 60 |
| Binary | 10111100 | 111001 | 1100111 | 0 | 1000110 | 101101 | 11010 | 101010011 | 110101 | 110000 |
Color Harmonies of #BC3967
Complementary color
Monochromatic Colors of #BC3967
Black with #BC3967
Text Example
Text Example
White with #BC3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3967; }
p { color: rgb(188,57,103); }
H1.HeaderClassName
{
color: #BC3967;
}
.AnyTagClassName
{
color: #BC3967;
}
</style>
background-color css
<style>
a { background-color: #BC3967; }
a { background-color: rgb(188,57,103); }
div.DivClassName
{
background-color: #BC3967;
}
.BgClassName
{
background-color: #BC3967;
}
</style>
border-color css
<style>
span { border-color: #BC3967; }
span { border-color: rgb(188,57,103); }
td.TdClassName
{
border-color: #BC3967;
}
.TagClassName
{
border-color: #BC3967;
}
</style>