Shades of Rouge #BB2E67
Tints of Rouge #BB2E67
RGB
CMYK
RGB Variations
Color information
#BB2E67 (or 0xBB2E67) is known color: Rouge. HEX triplet: BB, 2E and 67. RGB value is (187,46,103). Sum of RGB (Red+Green+Blue) = 187+46+103=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E67 is #44D198. Grayscale: #5E5E5E. Windows color (decimal): -4510105 or 6762171. OLE color: 6762171.
HSL color Cylindrical-coordinate representation of color #BB2E67: hue angle of 335.74º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E67 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 103 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.27 |
| HSL | 335.74º | 0.61% | 0.46% | - |
| HSV(B) | 335.74º | 0.75% | 0.73% | - |
| XYZ | 23.92 | 13.5 | 14.18 | - |
| YUV | 94.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 103 | 0 | 0.75 | 0.45 | 0.27 | 335.74 | 0.61 | 0.46 |
| Hex | BB | 2E | 67 | 0 | 4B | 2D | 1B | 150 | 3D | 2E |
| Octal | 273 | 56 | 147 | 0 | 113 | 55 | 33 | 520 | 75 | 56 |
| Binary | 10111011 | 101110 | 1100111 | 0 | 1001011 | 101101 | 11011 | 101010000 | 111101 | 101110 |
Color Harmonies of #BB2E67
Complementary color
Monochromatic Colors of #BB2E67
Black with #BB2E67
Text Example
Text Example
White with #BB2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E67; }
p { color: rgb(187,46,103); }
H1.HeaderClassName
{
color: #BB2E67;
}
.AnyTagClassName
{
color: #BB2E67;
}
</style>
background-color css
<style>
a { background-color: #BB2E67; }
a { background-color: rgb(187,46,103); }
div.DivClassName
{
background-color: #BB2E67;
}
.BgClassName
{
background-color: #BB2E67;
}
</style>
border-color css
<style>
span { border-color: #BB2E67; }
span { border-color: rgb(187,46,103); }
td.TdClassName
{
border-color: #BB2E67;
}
.TagClassName
{
border-color: #BB2E67;
}
</style>