Shades of Rouge #BB3369
Tints of Rouge #BB3369
RGB
CMYK
RGB Variations
Color information
#BB3369 (or 0xBB3369) is known color: Rouge. HEX triplet: BB, 33 and 69. RGB value is (187,51,105). Sum of RGB (Red+Green+Blue) = 187+51+105=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3369 is #44CC96. Grayscale: #616161. Windows color (decimal): -4508823 or 6894523. OLE color: 6894523.
HSL color Cylindrical-coordinate representation of color #BB3369: hue angle of 336.18º 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 #BB3369 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 105 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.27 |
| HSL | 336.18º | 0.57% | 0.47% | - |
| HSV(B) | 336.18º | 0.73% | 0.73% | - |
| XYZ | 24.23 | 13.95 | 14.78 | - |
| YUV | 97.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 105 | 0 | 0.73 | 0.44 | 0.27 | 336.18 | 0.57 | 0.47 |
| Hex | BB | 33 | 69 | 0 | 49 | 2C | 1B | 150 | 39 | 2F |
| Octal | 273 | 63 | 151 | 0 | 111 | 54 | 33 | 520 | 71 | 57 |
| Binary | 10111011 | 110011 | 1101001 | 0 | 1001001 | 101100 | 11011 | 101010000 | 111001 | 101111 |
Color Harmonies of #BB3369
Complementary color
Monochromatic Colors of #BB3369
Black with #BB3369
Text Example
Text Example
White with #BB3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3369; }
p { color: rgb(187,51,105); }
H1.HeaderClassName
{
color: #BB3369;
}
.AnyTagClassName
{
color: #BB3369;
}
</style>
background-color css
<style>
a { background-color: #BB3369; }
a { background-color: rgb(187,51,105); }
div.DivClassName
{
background-color: #BB3369;
}
.BgClassName
{
background-color: #BB3369;
}
</style>
border-color css
<style>
span { border-color: #BB3369; }
span { border-color: rgb(187,51,105); }
td.TdClassName
{
border-color: #BB3369;
}
.TagClassName
{
border-color: #BB3369;
}
</style>