Shades of Rouge #BF2A68
Tints of Rouge #BF2A68
RGB
CMYK
RGB Variations
Color information
#BF2A68 (or 0xBF2A68) is known color: Rouge. HEX triplet: BF, 2A and 68. RGB value is (191,42,104). Sum of RGB (Red+Green+Blue) = 191+42+104=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2A68 is #40D597. Grayscale: #5D5D5D. Windows color (decimal): -4248984 or 6826687. OLE color: 6826687.
HSL color Cylindrical-coordinate representation of color #BF2A68: hue angle of 335.03º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A68 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 104 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.25 |
| HSL | 335.03º | 0.64% | 0.46% | - |
| HSV(B) | 335.03º | 0.78% | 0.75% | - |
| XYZ | 24.81 | 13.73 | 14.44 | - |
| YUV | 93.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 104 | 0 | 0.78 | 0.46 | 0.25 | 335.03 | 0.64 | 0.46 |
| Hex | BF | 2A | 68 | 0 | 4E | 2E | 19 | 14F | 40 | 2E |
| Octal | 277 | 52 | 150 | 0 | 116 | 56 | 31 | 517 | 100 | 56 |
| Binary | 10111111 | 101010 | 1101000 | 0 | 1001110 | 101110 | 11001 | 101001111 | 1000000 | 101110 |
Color Harmonies of #BF2A68
Complementary color
Monochromatic Colors of #BF2A68
Black with #BF2A68
Text Example
Text Example
White with #BF2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A68; }
p { color: rgb(191,42,104); }
H1.HeaderClassName
{
color: #BF2A68;
}
.AnyTagClassName
{
color: #BF2A68;
}
</style>
background-color css
<style>
a { background-color: #BF2A68; }
a { background-color: rgb(191,42,104); }
div.DivClassName
{
background-color: #BF2A68;
}
.BgClassName
{
background-color: #BF2A68;
}
</style>
border-color css
<style>
span { border-color: #BF2A68; }
span { border-color: rgb(191,42,104); }
td.TdClassName
{
border-color: #BF2A68;
}
.TagClassName
{
border-color: #BF2A68;
}
</style>