Shades of Rouge #BF336B
Tints of Rouge #BF336B
RGB
CMYK
RGB Variations
Color information
#BF336B (or 0xBF336B) is known color: Rouge. HEX triplet: BF, 33 and 6B. RGB value is (191,51,107). Sum of RGB (Red+Green+Blue) = 191+51+107=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF336B is #40CC94. Grayscale: #636363. Windows color (decimal): -4246677 or 7025599. OLE color: 7025599.
HSL color Cylindrical-coordinate representation of color #BF336B: hue angle of 336º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF336B is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 107 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.25 |
| HSL | 336º | 0.58% | 0.47% | - |
| HSV(B) | 336º | 0.73% | 0.75% | - |
| XYZ | 25.32 | 14.51 | 15.38 | - |
| YUV | 99.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 107 | 0 | 0.73 | 0.44 | 0.25 | 336 | 0.58 | 0.47 |
| Hex | BF | 33 | 6B | 0 | 49 | 2C | 19 | 150 | 3A | 2F |
| Octal | 277 | 63 | 153 | 0 | 111 | 54 | 31 | 520 | 72 | 57 |
| Binary | 10111111 | 110011 | 1101011 | 0 | 1001001 | 101100 | 11001 | 101010000 | 111010 | 101111 |
Color Harmonies of #BF336B
Complementary color
Monochromatic Colors of #BF336B
Black with #BF336B
Text Example
Text Example
White with #BF336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF336B; }
p { color: rgb(191,51,107); }
H1.HeaderClassName
{
color: #BF336B;
}
.AnyTagClassName
{
color: #BF336B;
}
</style>
background-color css
<style>
a { background-color: #BF336B; }
a { background-color: rgb(191,51,107); }
div.DivClassName
{
background-color: #BF336B;
}
.BgClassName
{
background-color: #BF336B;
}
</style>
border-color css
<style>
span { border-color: #BF336B; }
span { border-color: rgb(191,51,107); }
td.TdClassName
{
border-color: #BF336B;
}
.TagClassName
{
border-color: #BF336B;
}
</style>