Shades of Rouge #BB2666
Tints of Rouge #BB2666
RGB
CMYK
RGB Variations
Color information
#BB2666 (or 0xBB2666) is known color: Rouge. HEX triplet: BB, 26 and 66. RGB value is (187,38,102). Sum of RGB (Red+Green+Blue) = 187+38+102=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2666 is #44D999. Grayscale: #595959. Windows color (decimal): -4512154 or 6694587. OLE color: 6694587.
HSL color Cylindrical-coordinate representation of color #BB2666: hue angle of 334.23º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2666 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 102 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.27 |
| HSL | 334.23º | 0.66% | 0.44% | - |
| HSV(B) | 334.23º | 0.8% | 0.73% | - |
| XYZ | 23.58 | 12.91 | 13.82 | - |
| YUV | 89.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 102 | 0 | 0.80 | 0.45 | 0.27 | 334.23 | 0.66 | 0.44 |
| Hex | BB | 26 | 66 | 0 | 50 | 2D | 1B | 14E | 42 | 2C |
| Octal | 273 | 46 | 146 | 0 | 120 | 55 | 33 | 516 | 102 | 54 |
| Binary | 10111011 | 100110 | 1100110 | 0 | 1010000 | 101101 | 11011 | 101001110 | 1000010 | 101100 |
Color Harmonies of #BB2666
Complementary color
Monochromatic Colors of #BB2666
Black with #BB2666
Text Example
Text Example
White with #BB2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2666; }
p { color: rgb(187,38,102); }
H1.HeaderClassName
{
color: #BB2666;
}
.AnyTagClassName
{
color: #BB2666;
}
</style>
background-color css
<style>
a { background-color: #BB2666; }
a { background-color: rgb(187,38,102); }
div.DivClassName
{
background-color: #BB2666;
}
.BgClassName
{
background-color: #BB2666;
}
</style>
border-color css
<style>
span { border-color: #BB2666; }
span { border-color: rgb(187,38,102); }
td.TdClassName
{
border-color: #BB2666;
}
.TagClassName
{
border-color: #BB2666;
}
</style>