Shades of Rouge #BB326C
Tints of Rouge #BB326C
RGB
CMYK
RGB Variations
Color information
#BB326C (or 0xBB326C) is known color: Rouge. HEX triplet: BB, 32 and 6C. RGB value is (187,50,108). Sum of RGB (Red+Green+Blue) = 187+50+108=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326C is #44CD93. Grayscale: #616161. Windows color (decimal): -4509076 or 7090875. OLE color: 7090875.
HSL color Cylindrical-coordinate representation of color #BB326C: hue angle of 334.6º 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 #BB326C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 108 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.27 |
| HSL | 334.6º | 0.58% | 0.46% | - |
| HSV(B) | 334.6º | 0.73% | 0.73% | - |
| XYZ | 24.34 | 13.93 | 15.59 | - |
| YUV | 97.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 108 | 0 | 0.73 | 0.42 | 0.27 | 334.6 | 0.58 | 0.46 |
| Hex | BB | 32 | 6C | 0 | 49 | 2A | 1B | 14F | 3A | 2E |
| Octal | 273 | 62 | 154 | 0 | 111 | 52 | 33 | 517 | 72 | 56 |
| Binary | 10111011 | 110010 | 1101100 | 0 | 1001001 | 101010 | 11011 | 101001111 | 111010 | 101110 |
Color Harmonies of #BB326C
Complementary color
Monochromatic Colors of #BB326C
Black with #BB326C
Text Example
Text Example
White with #BB326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB326C; }
p { color: rgb(187,50,108); }
H1.HeaderClassName
{
color: #BB326C;
}
.AnyTagClassName
{
color: #BB326C;
}
</style>
background-color css
<style>
a { background-color: #BB326C; }
a { background-color: rgb(187,50,108); }
div.DivClassName
{
background-color: #BB326C;
}
.BgClassName
{
background-color: #BB326C;
}
</style>
border-color css
<style>
span { border-color: #BB326C; }
span { border-color: rgb(187,50,108); }
td.TdClassName
{
border-color: #BB326C;
}
.TagClassName
{
border-color: #BB326C;
}
</style>