Shades of Rouge #BB2D68
Tints of Rouge #BB2D68
RGB
CMYK
RGB Variations
Color information
#BB2D68 (or 0xBB2D68) is known color: Rouge. HEX triplet: BB, 2D and 68. RGB value is (187,45,104). Sum of RGB (Red+Green+Blue) = 187+45+104=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2D68 is #44D297. Grayscale: #5E5E5E. Windows color (decimal): -4510360 or 6827451. OLE color: 6827451.
HSL color Cylindrical-coordinate representation of color #BB2D68: hue angle of 335.07º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2D68 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 104 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.27 |
| HSL | 335.07º | 0.61% | 0.45% | - |
| HSV(B) | 335.07º | 0.76% | 0.73% | - |
| XYZ | 23.93 | 13.44 | 14.43 | - |
| YUV | 94.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 104 | 0 | 0.76 | 0.44 | 0.27 | 335.07 | 0.61 | 0.45 |
| Hex | BB | 2D | 68 | 0 | 4C | 2C | 1B | 14F | 3D | 2D |
| Octal | 273 | 55 | 150 | 0 | 114 | 54 | 33 | 517 | 75 | 55 |
| Binary | 10111011 | 101101 | 1101000 | 0 | 1001100 | 101100 | 11011 | 101001111 | 111101 | 101101 |
Color Harmonies of #BB2D68
Complementary color
Monochromatic Colors of #BB2D68
Black with #BB2D68
Text Example
Text Example
White with #BB2D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D68; }
p { color: rgb(187,45,104); }
H1.HeaderClassName
{
color: #BB2D68;
}
.AnyTagClassName
{
color: #BB2D68;
}
</style>
background-color css
<style>
a { background-color: #BB2D68; }
a { background-color: rgb(187,45,104); }
div.DivClassName
{
background-color: #BB2D68;
}
.BgClassName
{
background-color: #BB2D68;
}
</style>
border-color css
<style>
span { border-color: #BB2D68; }
span { border-color: rgb(187,45,104); }
td.TdClassName
{
border-color: #BB2D68;
}
.TagClassName
{
border-color: #BB2D68;
}
</style>