Shades of Rouge #BC2F69
Tints of Rouge #BC2F69
RGB
CMYK
RGB Variations
Color information
#BC2F69 (or 0xBC2F69) is known color: Rouge. HEX triplet: BC, 2F and 69. RGB value is (188,47,105). Sum of RGB (Red+Green+Blue) = 188+47+105=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F69 is #43D096. Grayscale: #5F5F5F. Windows color (decimal): -4444311 or 6893500. OLE color: 6893500.
HSL color Cylindrical-coordinate representation of color #BC2F69: hue angle of 335.32º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F69 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 105 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.26 |
| HSL | 335.32º | 0.6% | 0.46% | - |
| HSV(B) | 335.32º | 0.75% | 0.74% | - |
| XYZ | 24.31 | 13.74 | 14.74 | - |
| YUV | 95.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 105 | 0 | 0.75 | 0.44 | 0.26 | 335.32 | 0.6 | 0.46 |
| Hex | BC | 2F | 69 | 0 | 4B | 2C | 1A | 14F | 3C | 2E |
| Octal | 274 | 57 | 151 | 0 | 113 | 54 | 32 | 517 | 74 | 56 |
| Binary | 10111100 | 101111 | 1101001 | 0 | 1001011 | 101100 | 11010 | 101001111 | 111100 | 101110 |
Color Harmonies of #BC2F69
Complementary color
Monochromatic Colors of #BC2F69
Black with #BC2F69
Text Example
Text Example
White with #BC2F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F69; }
p { color: rgb(188,47,105); }
H1.HeaderClassName
{
color: #BC2F69;
}
.AnyTagClassName
{
color: #BC2F69;
}
</style>
background-color css
<style>
a { background-color: #BC2F69; }
a { background-color: rgb(188,47,105); }
div.DivClassName
{
background-color: #BC2F69;
}
.BgClassName
{
background-color: #BC2F69;
}
</style>
border-color css
<style>
span { border-color: #BC2F69; }
span { border-color: rgb(188,47,105); }
td.TdClassName
{
border-color: #BC2F69;
}
.TagClassName
{
border-color: #BC2F69;
}
</style>