Shades of Rouge #BF326C
Tints of Rouge #BF326C
RGB
CMYK
RGB Variations
Color information
#BF326C (or 0xBF326C) is known color: Rouge. HEX triplet: BF, 32 and 6C. RGB value is (191,50,108). Sum of RGB (Red+Green+Blue) = 191+50+108=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF326C is #40CD93. Grayscale: #626262. Windows color (decimal): -4246932 or 7090879. OLE color: 7090879.
HSL color Cylindrical-coordinate representation of color #BF326C: hue angle of 335.32º 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 #BF326C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 108 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.25 |
| HSL | 335.32º | 0.59% | 0.47% | - |
| HSV(B) | 335.32º | 0.74% | 0.75% | - |
| XYZ | 25.33 | 14.44 | 15.64 | - |
| YUV | 98.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 108 | 0 | 0.74 | 0.43 | 0.25 | 335.32 | 0.59 | 0.47 |
| Hex | BF | 32 | 6C | 0 | 4A | 2B | 19 | 14F | 3B | 2F |
| Octal | 277 | 62 | 154 | 0 | 112 | 53 | 31 | 517 | 73 | 57 |
| Binary | 10111111 | 110010 | 1101100 | 0 | 1001010 | 101011 | 11001 | 101001111 | 111011 | 101111 |
Color Harmonies of #BF326C
Complementary color
Monochromatic Colors of #BF326C
Black with #BF326C
Text Example
Text Example
White with #BF326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF326C; }
p { color: rgb(191,50,108); }
H1.HeaderClassName
{
color: #BF326C;
}
.AnyTagClassName
{
color: #BF326C;
}
</style>
background-color css
<style>
a { background-color: #BF326C; }
a { background-color: rgb(191,50,108); }
div.DivClassName
{
background-color: #BF326C;
}
.BgClassName
{
background-color: #BF326C;
}
</style>
border-color css
<style>
span { border-color: #BF326C; }
span { border-color: rgb(191,50,108); }
td.TdClassName
{
border-color: #BF326C;
}
.TagClassName
{
border-color: #BF326C;
}
</style>