Shades of Rouge #BB3562
Tints of Rouge #BB3562
RGB
CMYK
RGB Variations
Color information
#BB3562 (or 0xBB3562) is known color: Rouge. HEX triplet: BB, 35 and 62. RGB value is (187,53,98). Sum of RGB (Red+Green+Blue) = 187+53+98=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3562 is #44CA9D. Grayscale: #626262. Windows color (decimal): -4508318 or 6436283. OLE color: 6436283.
HSL color Cylindrical-coordinate representation of color #BB3562: hue angle of 339.85º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3562 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 98 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.27 |
| HSL | 339.85º | 0.56% | 0.47% | - |
| HSV(B) | 339.85º | 0.72% | 0.73% | - |
| XYZ | 23.97 | 13.99 | 12.99 | - |
| YUV | 98.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 98 | 0 | 0.72 | 0.48 | 0.27 | 339.85 | 0.56 | 0.47 |
| Hex | BB | 35 | 62 | 0 | 48 | 30 | 1B | 154 | 38 | 2F |
| Octal | 273 | 65 | 142 | 0 | 110 | 60 | 33 | 524 | 70 | 57 |
| Binary | 10111011 | 110101 | 1100010 | 0 | 1001000 | 110000 | 11011 | 101010100 | 111000 | 101111 |
Color Harmonies of #BB3562
Complementary color
Monochromatic Colors of #BB3562
Black with #BB3562
Text Example
Text Example
White with #BB3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3562; }
p { color: rgb(187,53,98); }
H1.HeaderClassName
{
color: #BB3562;
}
.AnyTagClassName
{
color: #BB3562;
}
</style>
background-color css
<style>
a { background-color: #BB3562; }
a { background-color: rgb(187,53,98); }
div.DivClassName
{
background-color: #BB3562;
}
.BgClassName
{
background-color: #BB3562;
}
</style>
border-color css
<style>
span { border-color: #BB3562; }
span { border-color: rgb(187,53,98); }
td.TdClassName
{
border-color: #BB3562;
}
.TagClassName
{
border-color: #BB3562;
}
</style>