Shades of Rouge #BF2B68
Tints of Rouge #BF2B68
RGB
CMYK
RGB Variations
Color information
#BF2B68 (or 0xBF2B68) is known color: Rouge. HEX triplet: BF, 2B and 68. RGB value is (191,43,104). Sum of RGB (Red+Green+Blue) = 191+43+104=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B68 is #40D497. Grayscale: #5E5E5E. Windows color (decimal): -4248728 or 6826943. OLE color: 6826943.
HSL color Cylindrical-coordinate representation of color #BF2B68: hue angle of 335.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B68 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 104 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.25 |
| HSL | 335.27º | 0.63% | 0.46% | - |
| HSV(B) | 335.27º | 0.77% | 0.75% | - |
| XYZ | 24.85 | 13.8 | 14.45 | - |
| YUV | 94.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 104 | 0 | 0.77 | 0.46 | 0.25 | 335.27 | 0.63 | 0.46 |
| Hex | BF | 2B | 68 | 0 | 4D | 2E | 19 | 14F | 3F | 2E |
| Octal | 277 | 53 | 150 | 0 | 115 | 56 | 31 | 517 | 77 | 56 |
| Binary | 10111111 | 101011 | 1101000 | 0 | 1001101 | 101110 | 11001 | 101001111 | 111111 | 101110 |
Color Harmonies of #BF2B68
Complementary color
Monochromatic Colors of #BF2B68
Black with #BF2B68
Text Example
Text Example
White with #BF2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B68; }
p { color: rgb(191,43,104); }
H1.HeaderClassName
{
color: #BF2B68;
}
.AnyTagClassName
{
color: #BF2B68;
}
</style>
background-color css
<style>
a { background-color: #BF2B68; }
a { background-color: rgb(191,43,104); }
div.DivClassName
{
background-color: #BF2B68;
}
.BgClassName
{
background-color: #BF2B68;
}
</style>
border-color css
<style>
span { border-color: #BF2B68; }
span { border-color: rgb(191,43,104); }
td.TdClassName
{
border-color: #BF2B68;
}
.TagClassName
{
border-color: #BF2B68;
}
</style>