Shades of Rouge #BC2767
Tints of Rouge #BC2767
RGB
CMYK
RGB Variations
Color information
#BC2767 (or 0xBC2767) is known color: Rouge. HEX triplet: BC, 27 and 67. RGB value is (188,39,103). Sum of RGB (Red+Green+Blue) = 188+39+103=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2767 is #43D898. Grayscale: #5A5A5A. Windows color (decimal): -4446361 or 6760380. OLE color: 6760380.
HSL color Cylindrical-coordinate representation of color #BC2767: hue angle of 334.23º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2767 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 103 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.26 |
| HSL | 334.23º | 0.66% | 0.45% | - |
| HSV(B) | 334.23º | 0.79% | 0.74% | - |
| XYZ | 23.91 | 13.12 | 14.1 | - |
| YUV | 90.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 103 | 0 | 0.79 | 0.45 | 0.26 | 334.23 | 0.66 | 0.45 |
| Hex | BC | 27 | 67 | 0 | 4F | 2D | 1A | 14E | 42 | 2D |
| Octal | 274 | 47 | 147 | 0 | 117 | 55 | 32 | 516 | 102 | 55 |
| Binary | 10111100 | 100111 | 1100111 | 0 | 1001111 | 101101 | 11010 | 101001110 | 1000010 | 101101 |
Color Harmonies of #BC2767
Complementary color
Monochromatic Colors of #BC2767
Black with #BC2767
Text Example
Text Example
White with #BC2767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2767; }
p { color: rgb(188,39,103); }
H1.HeaderClassName
{
color: #BC2767;
}
.AnyTagClassName
{
color: #BC2767;
}
</style>
background-color css
<style>
a { background-color: #BC2767; }
a { background-color: rgb(188,39,103); }
div.DivClassName
{
background-color: #BC2767;
}
.BgClassName
{
background-color: #BC2767;
}
</style>
border-color css
<style>
span { border-color: #BC2767; }
span { border-color: rgb(188,39,103); }
td.TdClassName
{
border-color: #BC2767;
}
.TagClassName
{
border-color: #BC2767;
}
</style>