Shades of Rouge #BF3C65
Tints of Rouge #BF3C65
RGB
CMYK
RGB Variations
Color information
#BF3C65 (or 0xBF3C65) is known color: Rouge. HEX triplet: BF, 3C and 65. RGB value is (191,60,101). Sum of RGB (Red+Green+Blue) = 191+60+101=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C65 is #40C39A. Grayscale: #676767. Windows color (decimal): -4244379 or 6634687. OLE color: 6634687.
HSL color Cylindrical-coordinate representation of color #BF3C65: hue angle of 341.22º 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 #BF3C65 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 101 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.25 |
| HSL | 341.22º | 0.52% | 0.49% | - |
| HSV(B) | 341.22º | 0.69% | 0.75% | - |
| XYZ | 25.45 | 15.25 | 13.91 | - |
| YUV | 103.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 101 | 0 | 0.69 | 0.47 | 0.25 | 341.22 | 0.52 | 0.49 |
| Hex | BF | 3C | 65 | 0 | 45 | 2F | 19 | 155 | 34 | 31 |
| Octal | 277 | 74 | 145 | 0 | 105 | 57 | 31 | 525 | 64 | 61 |
| Binary | 10111111 | 111100 | 1100101 | 0 | 1000101 | 101111 | 11001 | 101010101 | 110100 | 110001 |
Color Harmonies of #BF3C65
Complementary color
Monochromatic Colors of #BF3C65
Black with #BF3C65
Text Example
Text Example
White with #BF3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C65; }
p { color: rgb(191,60,101); }
H1.HeaderClassName
{
color: #BF3C65;
}
.AnyTagClassName
{
color: #BF3C65;
}
</style>
background-color css
<style>
a { background-color: #BF3C65; }
a { background-color: rgb(191,60,101); }
div.DivClassName
{
background-color: #BF3C65;
}
.BgClassName
{
background-color: #BF3C65;
}
</style>
border-color css
<style>
span { border-color: #BF3C65; }
span { border-color: rgb(191,60,101); }
td.TdClassName
{
border-color: #BF3C65;
}
.TagClassName
{
border-color: #BF3C65;
}
</style>