Shades of Rouge #BF2E6B
Tints of Rouge #BF2E6B
RGB
CMYK
RGB Variations
Color information
#BF2E6B (or 0xBF2E6B) is known color: Rouge. HEX triplet: BF, 2E and 6B. RGB value is (191,46,107). Sum of RGB (Red+Green+Blue) = 191+46+107=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E6B is #40D194. Grayscale: #606060. Windows color (decimal): -4247957 or 7024319. OLE color: 7024319.
HSL color Cylindrical-coordinate representation of color #BF2E6B: hue angle of 334.76º 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 #BF2E6B is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 107 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.25 |
| HSL | 334.76º | 0.61% | 0.46% | - |
| HSV(B) | 334.76º | 0.76% | 0.75% | - |
| XYZ | 25.12 | 14.09 | 15.31 | - |
| YUV | 96.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 107 | 0 | 0.76 | 0.44 | 0.25 | 334.76 | 0.61 | 0.46 |
| Hex | BF | 2E | 6B | 0 | 4C | 2C | 19 | 14F | 3D | 2E |
| Octal | 277 | 56 | 153 | 0 | 114 | 54 | 31 | 517 | 75 | 56 |
| Binary | 10111111 | 101110 | 1101011 | 0 | 1001100 | 101100 | 11001 | 101001111 | 111101 | 101110 |
Color Harmonies of #BF2E6B
Complementary color
Monochromatic Colors of #BF2E6B
Black with #BF2E6B
Text Example
Text Example
White with #BF2E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E6B; }
p { color: rgb(191,46,107); }
H1.HeaderClassName
{
color: #BF2E6B;
}
.AnyTagClassName
{
color: #BF2E6B;
}
</style>
background-color css
<style>
a { background-color: #BF2E6B; }
a { background-color: rgb(191,46,107); }
div.DivClassName
{
background-color: #BF2E6B;
}
.BgClassName
{
background-color: #BF2E6B;
}
</style>
border-color css
<style>
span { border-color: #BF2E6B; }
span { border-color: rgb(191,46,107); }
td.TdClassName
{
border-color: #BF2E6B;
}
.TagClassName
{
border-color: #BF2E6B;
}
</style>