Shades of Rouge #BB3166
Tints of Rouge #BB3166
RGB
CMYK
RGB Variations
Color information
#BB3166 (or 0xBB3166) is known color: Rouge. HEX triplet: BB, 31 and 66. RGB value is (187,49,102). Sum of RGB (Red+Green+Blue) = 187+49+102=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3166 is #44CE99. Grayscale: #606060. Windows color (decimal): -4509338 or 6697403. OLE color: 6697403.
HSL color Cylindrical-coordinate representation of color #BB3166: hue angle of 336.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3166 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 102 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.27 |
| HSL | 336.96º | 0.58% | 0.46% | - |
| HSV(B) | 336.96º | 0.74% | 0.73% | - |
| XYZ | 23.99 | 13.72 | 13.95 | - |
| YUV | 96.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 102 | 0 | 0.74 | 0.45 | 0.27 | 336.96 | 0.58 | 0.46 |
| Hex | BB | 31 | 66 | 0 | 4A | 2D | 1B | 151 | 3A | 2E |
| Octal | 273 | 61 | 146 | 0 | 112 | 55 | 33 | 521 | 72 | 56 |
| Binary | 10111011 | 110001 | 1100110 | 0 | 1001010 | 101101 | 11011 | 101010001 | 111010 | 101110 |
Color Harmonies of #BB3166
Complementary color
Monochromatic Colors of #BB3166
Black with #BB3166
Text Example
Text Example
White with #BB3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3166; }
p { color: rgb(187,49,102); }
H1.HeaderClassName
{
color: #BB3166;
}
.AnyTagClassName
{
color: #BB3166;
}
</style>
background-color css
<style>
a { background-color: #BB3166; }
a { background-color: rgb(187,49,102); }
div.DivClassName
{
background-color: #BB3166;
}
.BgClassName
{
background-color: #BB3166;
}
</style>
border-color css
<style>
span { border-color: #BB3166; }
span { border-color: rgb(187,49,102); }
td.TdClassName
{
border-color: #BB3166;
}
.TagClassName
{
border-color: #BB3166;
}
</style>