Shades of Rouge #BF3265
Tints of Rouge #BF3265
RGB
CMYK
RGB Variations
Color information
#BF3265 (or 0xBF3265) is known color: Rouge. HEX triplet: BF, 32 and 65. RGB value is (191,50,101). Sum of RGB (Red+Green+Blue) = 191+50+101=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3265 is #40CD9A. Grayscale: #616161. Windows color (decimal): -4246939 or 6632127. OLE color: 6632127.
HSL color Cylindrical-coordinate representation of color #BF3265: hue angle of 338.3º 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 #BF3265 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 101 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.25 |
| HSL | 338.3º | 0.59% | 0.47% | - |
| HSV(B) | 338.3º | 0.74% | 0.75% | - |
| XYZ | 24.98 | 14.3 | 13.76 | - |
| YUV | 97.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 101 | 0 | 0.74 | 0.47 | 0.25 | 338.3 | 0.59 | 0.47 |
| Hex | BF | 32 | 65 | 0 | 4A | 2F | 19 | 152 | 3B | 2F |
| Octal | 277 | 62 | 145 | 0 | 112 | 57 | 31 | 522 | 73 | 57 |
| Binary | 10111111 | 110010 | 1100101 | 0 | 1001010 | 101111 | 11001 | 101010010 | 111011 | 101111 |
Color Harmonies of #BF3265
Complementary color
Monochromatic Colors of #BF3265
Black with #BF3265
Text Example
Text Example
White with #BF3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3265; }
p { color: rgb(191,50,101); }
H1.HeaderClassName
{
color: #BF3265;
}
.AnyTagClassName
{
color: #BF3265;
}
</style>
background-color css
<style>
a { background-color: #BF3265; }
a { background-color: rgb(191,50,101); }
div.DivClassName
{
background-color: #BF3265;
}
.BgClassName
{
background-color: #BF3265;
}
</style>
border-color css
<style>
span { border-color: #BF3265; }
span { border-color: rgb(191,50,101); }
td.TdClassName
{
border-color: #BF3265;
}
.TagClassName
{
border-color: #BF3265;
}
</style>