Shades of Rouge #BB336D
Tints of Rouge #BB336D
RGB
CMYK
RGB Variations
Color information
#BB336D (or 0xBB336D) is known color: Rouge. HEX triplet: BB, 33 and 6D. RGB value is (187,51,109). Sum of RGB (Red+Green+Blue) = 187+51+109=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB336D is #44CC92. Grayscale: #626262. Windows color (decimal): -4508819 or 7156667. OLE color: 7156667.
HSL color Cylindrical-coordinate representation of color #BB336D: hue angle of 334.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB336D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 109 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.27 |
| HSL | 334.41º | 0.57% | 0.47% | - |
| HSV(B) | 334.41º | 0.73% | 0.73% | - |
| XYZ | 24.44 | 14.04 | 15.89 | - |
| YUV | 98.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 109 | 0 | 0.73 | 0.42 | 0.27 | 334.41 | 0.57 | 0.47 |
| Hex | BB | 33 | 6D | 0 | 49 | 2A | 1B | 14E | 39 | 2F |
| Octal | 273 | 63 | 155 | 0 | 111 | 52 | 33 | 516 | 71 | 57 |
| Binary | 10111011 | 110011 | 1101101 | 0 | 1001001 | 101010 | 11011 | 101001110 | 111001 | 101111 |
Color Harmonies of #BB336D
Complementary color
Monochromatic Colors of #BB336D
Black with #BB336D
Text Example
Text Example
White with #BB336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB336D; }
p { color: rgb(187,51,109); }
H1.HeaderClassName
{
color: #BB336D;
}
.AnyTagClassName
{
color: #BB336D;
}
</style>
background-color css
<style>
a { background-color: #BB336D; }
a { background-color: rgb(187,51,109); }
div.DivClassName
{
background-color: #BB336D;
}
.BgClassName
{
background-color: #BB336D;
}
</style>
border-color css
<style>
span { border-color: #BB336D; }
span { border-color: rgb(187,51,109); }
td.TdClassName
{
border-color: #BB336D;
}
.TagClassName
{
border-color: #BB336D;
}
</style>