Shades of Rouge #BF2D68
Tints of Rouge #BF2D68
RGB
CMYK
RGB Variations
Color information
#BF2D68 (or 0xBF2D68) is known color: Rouge. HEX triplet: BF, 2D and 68. RGB value is (191,45,104). Sum of RGB (Red+Green+Blue) = 191+45+104=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2D68 is #40D297. Grayscale: #5F5F5F. Windows color (decimal): -4248216 or 6827455. OLE color: 6827455.
HSL color Cylindrical-coordinate representation of color #BF2D68: hue angle of 335.75º degrees, saturation: 0.62, 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 #BF2D68 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 104 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.25 |
| HSL | 335.75º | 0.62% | 0.46% | - |
| HSV(B) | 335.75º | 0.76% | 0.75% | - |
| XYZ | 24.92 | 13.95 | 14.48 | - |
| YUV | 95.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 104 | 0 | 0.76 | 0.46 | 0.25 | 335.75 | 0.62 | 0.46 |
| Hex | BF | 2D | 68 | 0 | 4C | 2E | 19 | 150 | 3E | 2E |
| Octal | 277 | 55 | 150 | 0 | 114 | 56 | 31 | 520 | 76 | 56 |
| Binary | 10111111 | 101101 | 1101000 | 0 | 1001100 | 101110 | 11001 | 101010000 | 111110 | 101110 |
Color Harmonies of #BF2D68
Complementary color
Monochromatic Colors of #BF2D68
Black with #BF2D68
Text Example
Text Example
White with #BF2D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D68; }
p { color: rgb(191,45,104); }
H1.HeaderClassName
{
color: #BF2D68;
}
.AnyTagClassName
{
color: #BF2D68;
}
</style>
background-color css
<style>
a { background-color: #BF2D68; }
a { background-color: rgb(191,45,104); }
div.DivClassName
{
background-color: #BF2D68;
}
.BgClassName
{
background-color: #BF2D68;
}
</style>
border-color css
<style>
span { border-color: #BF2D68; }
span { border-color: rgb(191,45,104); }
td.TdClassName
{
border-color: #BF2D68;
}
.TagClassName
{
border-color: #BF2D68;
}
</style>