Shades of Rouge #BB2865
Tints of Rouge #BB2865
RGB
CMYK
RGB Variations
Color information
#BB2865 (or 0xBB2865) is known color: Rouge. HEX triplet: BB, 28 and 65. RGB value is (187,40,101). Sum of RGB (Red+Green+Blue) = 187+40+101=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2865 is #44D79A. Grayscale: #5A5A5A. Windows color (decimal): -4511643 or 6629563. OLE color: 6629563.
HSL color Cylindrical-coordinate representation of color #BB2865: hue angle of 335.1º 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 #BB2865 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 101 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.27 |
| HSL | 335.1º | 0.65% | 0.45% | - |
| HSV(B) | 335.1º | 0.79% | 0.73% | - |
| XYZ | 23.6 | 13.02 | 13.58 | - |
| YUV | 90.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 101 | 0 | 0.79 | 0.46 | 0.27 | 335.1 | 0.65 | 0.45 |
| Hex | BB | 28 | 65 | 0 | 4F | 2E | 1B | 14F | 41 | 2D |
| Octal | 273 | 50 | 145 | 0 | 117 | 56 | 33 | 517 | 101 | 55 |
| Binary | 10111011 | 101000 | 1100101 | 0 | 1001111 | 101110 | 11011 | 101001111 | 1000001 | 101101 |
Color Harmonies of #BB2865
Complementary color
Monochromatic Colors of #BB2865
Black with #BB2865
Text Example
Text Example
White with #BB2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2865; }
p { color: rgb(187,40,101); }
H1.HeaderClassName
{
color: #BB2865;
}
.AnyTagClassName
{
color: #BB2865;
}
</style>
background-color css
<style>
a { background-color: #BB2865; }
a { background-color: rgb(187,40,101); }
div.DivClassName
{
background-color: #BB2865;
}
.BgClassName
{
background-color: #BB2865;
}
</style>
border-color css
<style>
span { border-color: #BB2865; }
span { border-color: rgb(187,40,101); }
td.TdClassName
{
border-color: #BB2865;
}
.TagClassName
{
border-color: #BB2865;
}
</style>