Shades of Rouge #BB3264
Tints of Rouge #BB3264
RGB
CMYK
RGB Variations
Color information
#BB3264 (or 0xBB3264) is known color: Rouge. HEX triplet: BB, 32 and 64. RGB value is (187,50,100). Sum of RGB (Red+Green+Blue) = 187+50+100=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3264 is #44CD9B. Grayscale: #606060. Windows color (decimal): -4509084 or 6566587. OLE color: 6566587.
HSL color Cylindrical-coordinate representation of color #BB3264: hue angle of 338.1º 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 #BB3264 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 100 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.27 |
| HSL | 338.1º | 0.58% | 0.46% | - |
| HSV(B) | 338.1º | 0.73% | 0.73% | - |
| XYZ | 23.93 | 13.77 | 13.45 | - |
| YUV | 96.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 100 | 0 | 0.73 | 0.47 | 0.27 | 338.1 | 0.58 | 0.46 |
| Hex | BB | 32 | 64 | 0 | 49 | 2F | 1B | 152 | 3A | 2E |
| Octal | 273 | 62 | 144 | 0 | 111 | 57 | 33 | 522 | 72 | 56 |
| Binary | 10111011 | 110010 | 1100100 | 0 | 1001001 | 101111 | 11011 | 101010010 | 111010 | 101110 |
Color Harmonies of #BB3264
Complementary color
Monochromatic Colors of #BB3264
Black with #BB3264
Text Example
Text Example
White with #BB3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3264; }
p { color: rgb(187,50,100); }
H1.HeaderClassName
{
color: #BB3264;
}
.AnyTagClassName
{
color: #BB3264;
}
</style>
background-color css
<style>
a { background-color: #BB3264; }
a { background-color: rgb(187,50,100); }
div.DivClassName
{
background-color: #BB3264;
}
.BgClassName
{
background-color: #BB3264;
}
</style>
border-color css
<style>
span { border-color: #BB3264; }
span { border-color: rgb(187,50,100); }
td.TdClassName
{
border-color: #BB3264;
}
.TagClassName
{
border-color: #BB3264;
}
</style>