Shades of Rouge #BB3862
Tints of Rouge #BB3862
RGB
CMYK
RGB Variations
Color information
#BB3862 (or 0xBB3862) is known color: Rouge. HEX triplet: BB, 38 and 62. RGB value is (187,56,98). Sum of RGB (Red+Green+Blue) = 187+56+98=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3862 is #44C79D. Grayscale: #636363. Windows color (decimal): -4507550 or 6437051. OLE color: 6437051.
HSL color Cylindrical-coordinate representation of color #BB3862: hue angle of 340.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3862 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 98 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.27 |
| HSL | 340.76º | 0.54% | 0.48% | - |
| HSV(B) | 340.76º | 0.7% | 0.73% | - |
| XYZ | 24.11 | 14.27 | 13.04 | - |
| YUV | 99.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 98 | 0 | 0.70 | 0.48 | 0.27 | 340.76 | 0.54 | 0.48 |
| Hex | BB | 38 | 62 | 0 | 46 | 30 | 1B | 155 | 36 | 30 |
| Octal | 273 | 70 | 142 | 0 | 106 | 60 | 33 | 525 | 66 | 60 |
| Binary | 10111011 | 111000 | 1100010 | 0 | 1000110 | 110000 | 11011 | 101010101 | 110110 | 110000 |
Color Harmonies of #BB3862
Complementary color
Monochromatic Colors of #BB3862
Black with #BB3862
Text Example
Text Example
White with #BB3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3862; }
p { color: rgb(187,56,98); }
H1.HeaderClassName
{
color: #BB3862;
}
.AnyTagClassName
{
color: #BB3862;
}
</style>
background-color css
<style>
a { background-color: #BB3862; }
a { background-color: rgb(187,56,98); }
div.DivClassName
{
background-color: #BB3862;
}
.BgClassName
{
background-color: #BB3862;
}
</style>
border-color css
<style>
span { border-color: #BB3862; }
span { border-color: rgb(187,56,98); }
td.TdClassName
{
border-color: #BB3862;
}
.TagClassName
{
border-color: #BB3862;
}
</style>