Shades of Rouge #BB2866
Tints of Rouge #BB2866
RGB
CMYK
RGB Variations
Color information
#BB2866 (or 0xBB2866) is known color: Rouge. HEX triplet: BB, 28 and 66. RGB value is (187,40,102). Sum of RGB (Red+Green+Blue) = 187+40+102=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2866 is #44D799. Grayscale: #5A5A5A. Windows color (decimal): -4511642 or 6695099. OLE color: 6695099.
HSL color Cylindrical-coordinate representation of color #BB2866: hue angle of 334.69º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2866 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 102 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.27 |
| HSL | 334.69º | 0.65% | 0.45% | - |
| HSV(B) | 334.69º | 0.79% | 0.73% | - |
| XYZ | 23.65 | 13.04 | 13.84 | - |
| YUV | 91.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 102 | 0 | 0.79 | 0.45 | 0.27 | 334.69 | 0.65 | 0.45 |
| Hex | BB | 28 | 66 | 0 | 4F | 2D | 1B | 14F | 41 | 2D |
| Octal | 273 | 50 | 146 | 0 | 117 | 55 | 33 | 517 | 101 | 55 |
| Binary | 10111011 | 101000 | 1100110 | 0 | 1001111 | 101101 | 11011 | 101001111 | 1000001 | 101101 |
Color Harmonies of #BB2866
Complementary color
Monochromatic Colors of #BB2866
Black with #BB2866
Text Example
Text Example
White with #BB2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2866; }
p { color: rgb(187,40,102); }
H1.HeaderClassName
{
color: #BB2866;
}
.AnyTagClassName
{
color: #BB2866;
}
</style>
background-color css
<style>
a { background-color: #BB2866; }
a { background-color: rgb(187,40,102); }
div.DivClassName
{
background-color: #BB2866;
}
.BgClassName
{
background-color: #BB2866;
}
</style>
border-color css
<style>
span { border-color: #BB2866; }
span { border-color: rgb(187,40,102); }
td.TdClassName
{
border-color: #BB2866;
}
.TagClassName
{
border-color: #BB2866;
}
</style>