Shades of Rouge #BB3764
Tints of Rouge #BB3764
RGB
CMYK
RGB Variations
Color information
#BB3764 (or 0xBB3764) is known color: Rouge. HEX triplet: BB, 37 and 64. RGB value is (187,55,100). Sum of RGB (Red+Green+Blue) = 187+55+100=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3764 is #44C89B. Grayscale: #636363. Windows color (decimal): -4507804 or 6567867. OLE color: 6567867.
HSL color Cylindrical-coordinate representation of color #BB3764: hue angle of 339.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3764 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 100 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.27 |
| HSL | 339.55º | 0.55% | 0.47% | - |
| HSV(B) | 339.55º | 0.71% | 0.73% | - |
| XYZ | 24.16 | 14.22 | 13.53 | - |
| YUV | 99.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 100 | 0 | 0.71 | 0.47 | 0.27 | 339.55 | 0.55 | 0.47 |
| Hex | BB | 37 | 64 | 0 | 47 | 2F | 1B | 154 | 37 | 2F |
| Octal | 273 | 67 | 144 | 0 | 107 | 57 | 33 | 524 | 67 | 57 |
| Binary | 10111011 | 110111 | 1100100 | 0 | 1000111 | 101111 | 11011 | 101010100 | 110111 | 101111 |
Color Harmonies of #BB3764
Complementary color
Monochromatic Colors of #BB3764
Black with #BB3764
Text Example
Text Example
White with #BB3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3764; }
p { color: rgb(187,55,100); }
H1.HeaderClassName
{
color: #BB3764;
}
.AnyTagClassName
{
color: #BB3764;
}
</style>
background-color css
<style>
a { background-color: #BB3764; }
a { background-color: rgb(187,55,100); }
div.DivClassName
{
background-color: #BB3764;
}
.BgClassName
{
background-color: #BB3764;
}
</style>
border-color css
<style>
span { border-color: #BB3764; }
span { border-color: rgb(187,55,100); }
td.TdClassName
{
border-color: #BB3764;
}
.TagClassName
{
border-color: #BB3764;
}
</style>