Shades of Rouge #BF3268
Tints of Rouge #BF3268
RGB
CMYK
RGB Variations
Color information
#BF3268 (or 0xBF3268) is known color: Rouge. HEX triplet: BF, 32 and 68. RGB value is (191,50,104). Sum of RGB (Red+Green+Blue) = 191+50+104=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3268 is #40CD97. Grayscale: #626262. Windows color (decimal): -4246936 or 6828735. OLE color: 6828735.
HSL color Cylindrical-coordinate representation of color #BF3268: hue angle of 337.02º 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 #BF3268 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 104 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.25 |
| HSL | 337.02º | 0.59% | 0.47% | - |
| HSV(B) | 337.02º | 0.74% | 0.75% | - |
| XYZ | 25.13 | 14.36 | 14.54 | - |
| YUV | 98.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 104 | 0 | 0.74 | 0.46 | 0.25 | 337.02 | 0.59 | 0.47 |
| Hex | BF | 32 | 68 | 0 | 4A | 2E | 19 | 151 | 3B | 2F |
| Octal | 277 | 62 | 150 | 0 | 112 | 56 | 31 | 521 | 73 | 57 |
| Binary | 10111111 | 110010 | 1101000 | 0 | 1001010 | 101110 | 11001 | 101010001 | 111011 | 101111 |
Color Harmonies of #BF3268
Complementary color
Monochromatic Colors of #BF3268
Black with #BF3268
Text Example
Text Example
White with #BF3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3268; }
p { color: rgb(191,50,104); }
H1.HeaderClassName
{
color: #BF3268;
}
.AnyTagClassName
{
color: #BF3268;
}
</style>
background-color css
<style>
a { background-color: #BF3268; }
a { background-color: rgb(191,50,104); }
div.DivClassName
{
background-color: #BF3268;
}
.BgClassName
{
background-color: #BF3268;
}
</style>
border-color css
<style>
span { border-color: #BF3268; }
span { border-color: rgb(191,50,104); }
td.TdClassName
{
border-color: #BF3268;
}
.TagClassName
{
border-color: #BF3268;
}
</style>