Shades of Rouge #BB3365
Tints of Rouge #BB3365
RGB
CMYK
RGB Variations
Color information
#BB3365 (or 0xBB3365) is known color: Rouge. HEX triplet: BB, 33 and 65. RGB value is (187,51,101). Sum of RGB (Red+Green+Blue) = 187+51+101=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3365 is #44CC9A. Grayscale: #616161. Windows color (decimal): -4508827 or 6632379. OLE color: 6632379.
HSL color Cylindrical-coordinate representation of color #BB3365: hue angle of 337.94º 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 #BB3365 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 101 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.27 |
| HSL | 337.94º | 0.57% | 0.47% | - |
| HSV(B) | 337.94º | 0.73% | 0.73% | - |
| XYZ | 24.03 | 13.87 | 13.72 | - |
| YUV | 97.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 101 | 0 | 0.73 | 0.46 | 0.27 | 337.94 | 0.57 | 0.47 |
| Hex | BB | 33 | 65 | 0 | 49 | 2E | 1B | 152 | 39 | 2F |
| Octal | 273 | 63 | 145 | 0 | 111 | 56 | 33 | 522 | 71 | 57 |
| Binary | 10111011 | 110011 | 1100101 | 0 | 1001001 | 101110 | 11011 | 101010010 | 111001 | 101111 |
Color Harmonies of #BB3365
Complementary color
Monochromatic Colors of #BB3365
Black with #BB3365
Text Example
Text Example
White with #BB3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3365; }
p { color: rgb(187,51,101); }
H1.HeaderClassName
{
color: #BB3365;
}
.AnyTagClassName
{
color: #BB3365;
}
</style>
background-color css
<style>
a { background-color: #BB3365; }
a { background-color: rgb(187,51,101); }
div.DivClassName
{
background-color: #BB3365;
}
.BgClassName
{
background-color: #BB3365;
}
</style>
border-color css
<style>
span { border-color: #BB3365; }
span { border-color: rgb(187,51,101); }
td.TdClassName
{
border-color: #BB3365;
}
.TagClassName
{
border-color: #BB3365;
}
</style>