Shades of Rouge #BF2E66
Tints of Rouge #BF2E66
RGB
CMYK
RGB Variations
Color information
#BF2E66 (or 0xBF2E66) is known color: Rouge. HEX triplet: BF, 2E and 66. RGB value is (191,46,102). Sum of RGB (Red+Green+Blue) = 191+46+102=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E66 is #40D199. Grayscale: #5F5F5F. Windows color (decimal): -4247962 or 6696639. OLE color: 6696639.
HSL color Cylindrical-coordinate representation of color #BF2E66: hue angle of 336.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E66 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 102 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.25 |
| HSL | 336.83º | 0.61% | 0.46% | - |
| HSV(B) | 336.83º | 0.76% | 0.75% | - |
| XYZ | 24.86 | 13.99 | 13.96 | - |
| YUV | 95.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 102 | 0 | 0.76 | 0.47 | 0.25 | 336.83 | 0.61 | 0.46 |
| Hex | BF | 2E | 66 | 0 | 4C | 2F | 19 | 151 | 3D | 2E |
| Octal | 277 | 56 | 146 | 0 | 114 | 57 | 31 | 521 | 75 | 56 |
| Binary | 10111111 | 101110 | 1100110 | 0 | 1001100 | 101111 | 11001 | 101010001 | 111101 | 101110 |
Color Harmonies of #BF2E66
Complementary color
Monochromatic Colors of #BF2E66
Black with #BF2E66
Text Example
Text Example
White with #BF2E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E66; }
p { color: rgb(191,46,102); }
H1.HeaderClassName
{
color: #BF2E66;
}
.AnyTagClassName
{
color: #BF2E66;
}
</style>
background-color css
<style>
a { background-color: #BF2E66; }
a { background-color: rgb(191,46,102); }
div.DivClassName
{
background-color: #BF2E66;
}
.BgClassName
{
background-color: #BF2E66;
}
</style>
border-color css
<style>
span { border-color: #BF2E66; }
span { border-color: rgb(191,46,102); }
td.TdClassName
{
border-color: #BF2E66;
}
.TagClassName
{
border-color: #BF2E66;
}
</style>