Shades of Rouge #BC3867
Tints of Rouge #BC3867
RGB
CMYK
RGB Variations
Color information
#BC3867 (or 0xBC3867) is known color: Rouge. HEX triplet: BC, 38 and 67. RGB value is (188,56,103). Sum of RGB (Red+Green+Blue) = 188+56+103=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3867 is #43C798. Grayscale: #646464. Windows color (decimal): -4442009 or 6764732. OLE color: 6764732.
HSL color Cylindrical-coordinate representation of color #BC3867: hue angle of 338.64º degrees, saturation: 0.54, 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 #BC3867 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 103 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.26 |
| HSL | 338.64º | 0.54% | 0.48% | - |
| HSV(B) | 338.64º | 0.7% | 0.74% | - |
| XYZ | 24.6 | 14.5 | 14.33 | - |
| YUV | 100.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 103 | 0 | 0.70 | 0.45 | 0.26 | 338.64 | 0.54 | 0.48 |
| Hex | BC | 38 | 67 | 0 | 46 | 2D | 1A | 153 | 36 | 30 |
| Octal | 274 | 70 | 147 | 0 | 106 | 55 | 32 | 523 | 66 | 60 |
| Binary | 10111100 | 111000 | 1100111 | 0 | 1000110 | 101101 | 11010 | 101010011 | 110110 | 110000 |
Color Harmonies of #BC3867
Complementary color
Monochromatic Colors of #BC3867
Black with #BC3867
Text Example
Text Example
White with #BC3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3867; }
p { color: rgb(188,56,103); }
H1.HeaderClassName
{
color: #BC3867;
}
.AnyTagClassName
{
color: #BC3867;
}
</style>
background-color css
<style>
a { background-color: #BC3867; }
a { background-color: rgb(188,56,103); }
div.DivClassName
{
background-color: #BC3867;
}
.BgClassName
{
background-color: #BC3867;
}
</style>
border-color css
<style>
span { border-color: #BC3867; }
span { border-color: rgb(188,56,103); }
td.TdClassName
{
border-color: #BC3867;
}
.TagClassName
{
border-color: #BC3867;
}
</style>