Shades of Rouge #BC2768
Tints of Rouge #BC2768
RGB
CMYK
RGB Variations
Color information
#BC2768 (or 0xBC2768) is known color: Rouge. HEX triplet: BC, 27 and 68. RGB value is (188,39,104). Sum of RGB (Red+Green+Blue) = 188+39+104=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2768 is #43D897. Grayscale: #5A5A5A. Windows color (decimal): -4446360 or 6825916. OLE color: 6825916.
HSL color Cylindrical-coordinate representation of color #BC2768: hue angle of 333.83º 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 #BC2768 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 104 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.26 |
| HSL | 333.83º | 0.66% | 0.45% | - |
| HSV(B) | 333.83º | 0.79% | 0.74% | - |
| XYZ | 23.96 | 13.14 | 14.37 | - |
| YUV | 90.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 104 | 0 | 0.79 | 0.45 | 0.26 | 333.83 | 0.66 | 0.45 |
| Hex | BC | 27 | 68 | 0 | 4F | 2D | 1A | 14E | 42 | 2D |
| Octal | 274 | 47 | 150 | 0 | 117 | 55 | 32 | 516 | 102 | 55 |
| Binary | 10111100 | 100111 | 1101000 | 0 | 1001111 | 101101 | 11010 | 101001110 | 1000010 | 101101 |
Color Harmonies of #BC2768
Complementary color
Monochromatic Colors of #BC2768
Black with #BC2768
Text Example
Text Example
White with #BC2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2768; }
p { color: rgb(188,39,104); }
H1.HeaderClassName
{
color: #BC2768;
}
.AnyTagClassName
{
color: #BC2768;
}
</style>
background-color css
<style>
a { background-color: #BC2768; }
a { background-color: rgb(188,39,104); }
div.DivClassName
{
background-color: #BC2768;
}
.BgClassName
{
background-color: #BC2768;
}
</style>
border-color css
<style>
span { border-color: #BC2768; }
span { border-color: rgb(188,39,104); }
td.TdClassName
{
border-color: #BC2768;
}
.TagClassName
{
border-color: #BC2768;
}
</style>