Shades of Rouge #BF316C
Tints of Rouge #BF316C
RGB
CMYK
RGB Variations
Color information
#BF316C (or 0xBF316C) is known color: Rouge. HEX triplet: BF, 31 and 6C. RGB value is (191,49,108). Sum of RGB (Red+Green+Blue) = 191+49+108=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF316C is #40CE93. Grayscale: #626262. Windows color (decimal): -4247188 or 7090623. OLE color: 7090623.
HSL color Cylindrical-coordinate representation of color #BF316C: hue angle of 335.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF316C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 108 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.25 |
| HSL | 335.07º | 0.59% | 0.47% | - |
| HSV(B) | 335.07º | 0.74% | 0.75% | - |
| XYZ | 25.29 | 14.36 | 15.63 | - |
| YUV | 98.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 108 | 0 | 0.74 | 0.43 | 0.25 | 335.07 | 0.59 | 0.47 |
| Hex | BF | 31 | 6C | 0 | 4A | 2B | 19 | 14F | 3B | 2F |
| Octal | 277 | 61 | 154 | 0 | 112 | 53 | 31 | 517 | 73 | 57 |
| Binary | 10111111 | 110001 | 1101100 | 0 | 1001010 | 101011 | 11001 | 101001111 | 111011 | 101111 |
Color Harmonies of #BF316C
Complementary color
Monochromatic Colors of #BF316C
Black with #BF316C
Text Example
Text Example
White with #BF316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF316C; }
p { color: rgb(191,49,108); }
H1.HeaderClassName
{
color: #BF316C;
}
.AnyTagClassName
{
color: #BF316C;
}
</style>
background-color css
<style>
a { background-color: #BF316C; }
a { background-color: rgb(191,49,108); }
div.DivClassName
{
background-color: #BF316C;
}
.BgClassName
{
background-color: #BF316C;
}
</style>
border-color css
<style>
span { border-color: #BF316C; }
span { border-color: rgb(191,49,108); }
td.TdClassName
{
border-color: #BF316C;
}
.TagClassName
{
border-color: #BF316C;
}
</style>