Shades of Rouge #BF3C62
Tints of Rouge #BF3C62
RGB
CMYK
RGB Variations
Color information
#BF3C62 (or 0xBF3C62) is known color: Rouge. HEX triplet: BF, 3C and 62. RGB value is (191,60,98). Sum of RGB (Red+Green+Blue) = 191+60+98=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C62 is #40C39D. Grayscale: #676767. Windows color (decimal): -4244382 or 6438079. OLE color: 6438079.
HSL color Cylindrical-coordinate representation of color #BF3C62: hue angle of 342.6º degrees, saturation: 0.52, 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 #BF3C62 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 98 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.25 |
| HSL | 342.6º | 0.52% | 0.49% | - |
| HSV(B) | 342.6º | 0.69% | 0.75% | - |
| XYZ | 25.31 | 15.19 | 13.15 | - |
| YUV | 103.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 98 | 0 | 0.69 | 0.49 | 0.25 | 342.6 | 0.52 | 0.49 |
| Hex | BF | 3C | 62 | 0 | 45 | 31 | 19 | 157 | 34 | 31 |
| Octal | 277 | 74 | 142 | 0 | 105 | 61 | 31 | 527 | 64 | 61 |
| Binary | 10111111 | 111100 | 1100010 | 0 | 1000101 | 110001 | 11001 | 101010111 | 110100 | 110001 |
Color Harmonies of #BF3C62
Complementary color
Monochromatic Colors of #BF3C62
Black with #BF3C62
Text Example
Text Example
White with #BF3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C62; }
p { color: rgb(191,60,98); }
H1.HeaderClassName
{
color: #BF3C62;
}
.AnyTagClassName
{
color: #BF3C62;
}
</style>
background-color css
<style>
a { background-color: #BF3C62; }
a { background-color: rgb(191,60,98); }
div.DivClassName
{
background-color: #BF3C62;
}
.BgClassName
{
background-color: #BF3C62;
}
</style>
border-color css
<style>
span { border-color: #BF3C62; }
span { border-color: rgb(191,60,98); }
td.TdClassName
{
border-color: #BF3C62;
}
.TagClassName
{
border-color: #BF3C62;
}
</style>