Shades of Rouge #BB326B
Tints of Rouge #BB326B
RGB
CMYK
RGB Variations
Color information
#BB326B (or 0xBB326B) is known color: Rouge. HEX triplet: BB, 32 and 6B. RGB value is (187,50,107). Sum of RGB (Red+Green+Blue) = 187+50+107=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326B is #44CD94. Grayscale: #616161. Windows color (decimal): -4509077 or 7025339. OLE color: 7025339.
HSL color Cylindrical-coordinate representation of color #BB326B: hue angle of 335.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB326B is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 107 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.27 |
| HSL | 335.04º | 0.58% | 0.46% | - |
| HSV(B) | 335.04º | 0.73% | 0.73% | - |
| XYZ | 24.29 | 13.91 | 15.31 | - |
| YUV | 97.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 107 | 0 | 0.73 | 0.43 | 0.27 | 335.04 | 0.58 | 0.46 |
| Hex | BB | 32 | 6B | 0 | 49 | 2B | 1B | 14F | 3A | 2E |
| Octal | 273 | 62 | 153 | 0 | 111 | 53 | 33 | 517 | 72 | 56 |
| Binary | 10111011 | 110010 | 1101011 | 0 | 1001001 | 101011 | 11011 | 101001111 | 111010 | 101110 |
Color Harmonies of #BB326B
Complementary color
Monochromatic Colors of #BB326B
Black with #BB326B
Text Example
Text Example
White with #BB326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB326B; }
p { color: rgb(187,50,107); }
H1.HeaderClassName
{
color: #BB326B;
}
.AnyTagClassName
{
color: #BB326B;
}
</style>
background-color css
<style>
a { background-color: #BB326B; }
a { background-color: rgb(187,50,107); }
div.DivClassName
{
background-color: #BB326B;
}
.BgClassName
{
background-color: #BB326B;
}
</style>
border-color css
<style>
span { border-color: #BB326B; }
span { border-color: rgb(187,50,107); }
td.TdClassName
{
border-color: #BB326B;
}
.TagClassName
{
border-color: #BB326B;
}
</style>