Shades of Rouge #BF3668
Tints of Rouge #BF3668
RGB
CMYK
RGB Variations
Color information
#BF3668 (or 0xBF3668) is known color: Rouge. HEX triplet: BF, 36 and 68. RGB value is (191,54,104). Sum of RGB (Red+Green+Blue) = 191+54+104=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3668 is #40C997. Grayscale: #646464. Windows color (decimal): -4245912 or 6829759. OLE color: 6829759.
HSL color Cylindrical-coordinate representation of color #BF3668: hue angle of 338.1º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3668 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 104 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.25 |
| HSL | 338.1º | 0.56% | 0.48% | - |
| HSV(B) | 338.1º | 0.72% | 0.75% | - |
| XYZ | 25.3 | 14.71 | 14.6 | - |
| YUV | 100.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 104 | 0 | 0.72 | 0.46 | 0.25 | 338.1 | 0.56 | 0.48 |
| Hex | BF | 36 | 68 | 0 | 48 | 2E | 19 | 152 | 38 | 30 |
| Octal | 277 | 66 | 150 | 0 | 110 | 56 | 31 | 522 | 70 | 60 |
| Binary | 10111111 | 110110 | 1101000 | 0 | 1001000 | 101110 | 11001 | 101010010 | 111000 | 110000 |
Color Harmonies of #BF3668
Complementary color
Monochromatic Colors of #BF3668
Black with #BF3668
Text Example
Text Example
White with #BF3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3668; }
p { color: rgb(191,54,104); }
H1.HeaderClassName
{
color: #BF3668;
}
.AnyTagClassName
{
color: #BF3668;
}
</style>
background-color css
<style>
a { background-color: #BF3668; }
a { background-color: rgb(191,54,104); }
div.DivClassName
{
background-color: #BF3668;
}
.BgClassName
{
background-color: #BF3668;
}
</style>
border-color css
<style>
span { border-color: #BF3668; }
span { border-color: rgb(191,54,104); }
td.TdClassName
{
border-color: #BF3668;
}
.TagClassName
{
border-color: #BF3668;
}
</style>