Shades of Rouge #BF3B60
Tints of Rouge #BF3B60
RGB
CMYK
RGB Variations
Color information
#BF3B60 (or 0xBF3B60) is known color: Rouge. HEX triplet: BF, 3B and 60. RGB value is (191,59,96). Sum of RGB (Red+Green+Blue) = 191+59+96=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B60 is #40C49F. Grayscale: #666666. Windows color (decimal): -4244640 or 6306751. OLE color: 6306751.
HSL color Cylindrical-coordinate representation of color #BF3B60: hue angle of 343.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B60 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 59 | 96 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.25 |
| HSL | 343.18º | 0.53% | 0.49% | - |
| HSV(B) | 343.18º | 0.69% | 0.75% | - |
| XYZ | 25.16 | 15.05 | 12.64 | - |
| YUV | 102.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 96 | 0 | 0.69 | 0.50 | 0.25 | 343.18 | 0.53 | 0.49 |
| Hex | BF | 3B | 60 | 0 | 45 | 32 | 19 | 157 | 35 | 31 |
| Octal | 277 | 73 | 140 | 0 | 105 | 62 | 31 | 527 | 65 | 61 |
| Binary | 10111111 | 111011 | 1100000 | 0 | 1000101 | 110010 | 11001 | 101010111 | 110101 | 110001 |
Color Harmonies of #BF3B60
Complementary color
Monochromatic Colors of #BF3B60
Black with #BF3B60
Text Example
Text Example
White with #BF3B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3B60; }
p { color: rgb(191,59,96); }
H1.HeaderClassName
{
color: #BF3B60;
}
.AnyTagClassName
{
color: #BF3B60;
}
</style>
background-color css
<style>
a { background-color: #BF3B60; }
a { background-color: rgb(191,59,96); }
div.DivClassName
{
background-color: #BF3B60;
}
.BgClassName
{
background-color: #BF3B60;
}
</style>
border-color css
<style>
span { border-color: #BF3B60; }
span { border-color: rgb(191,59,96); }
td.TdClassName
{
border-color: #BF3B60;
}
.TagClassName
{
border-color: #BF3B60;
}
</style>