Shades of Rouge #BC2B67
Tints of Rouge #BC2B67
RGB
CMYK
RGB Variations
Color information
#BC2B67 (or 0xBC2B67) is known color: Rouge. HEX triplet: BC, 2B and 67. RGB value is (188,43,103). Sum of RGB (Red+Green+Blue) = 188+43+103=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B67 is #43D498. Grayscale: #5D5D5D. Windows color (decimal): -4445337 or 6761404. OLE color: 6761404.
HSL color Cylindrical-coordinate representation of color #BC2B67: hue angle of 335.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B67 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 103 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.26 |
| HSL | 335.17º | 0.63% | 0.45% | - |
| HSV(B) | 335.17º | 0.77% | 0.74% | - |
| XYZ | 24.05 | 13.4 | 14.15 | - |
| YUV | 93.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 103 | 0 | 0.77 | 0.45 | 0.26 | 335.17 | 0.63 | 0.45 |
| Hex | BC | 2B | 67 | 0 | 4D | 2D | 1A | 14F | 3F | 2D |
| Octal | 274 | 53 | 147 | 0 | 115 | 55 | 32 | 517 | 77 | 55 |
| Binary | 10111100 | 101011 | 1100111 | 0 | 1001101 | 101101 | 11010 | 101001111 | 111111 | 101101 |
Color Harmonies of #BC2B67
Complementary color
Monochromatic Colors of #BC2B67
Black with #BC2B67
Text Example
Text Example
White with #BC2B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B67; }
p { color: rgb(188,43,103); }
H1.HeaderClassName
{
color: #BC2B67;
}
.AnyTagClassName
{
color: #BC2B67;
}
</style>
background-color css
<style>
a { background-color: #BC2B67; }
a { background-color: rgb(188,43,103); }
div.DivClassName
{
background-color: #BC2B67;
}
.BgClassName
{
background-color: #BC2B67;
}
</style>
border-color css
<style>
span { border-color: #BC2B67; }
span { border-color: rgb(188,43,103); }
td.TdClassName
{
border-color: #BC2B67;
}
.TagClassName
{
border-color: #BC2B67;
}
</style>