Shades of Rouge #BB3C64
Tints of Rouge #BB3C64
RGB
CMYK
RGB Variations
Color information
#BB3C64 (or 0xBB3C64) is known color: Rouge. HEX triplet: BB, 3C and 64. RGB value is (187,60,100). Sum of RGB (Red+Green+Blue) = 187+60+100=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3C64 is #44C39B. Grayscale: #666666. Windows color (decimal): -4506524 or 6569147. OLE color: 6569147.
HSL color Cylindrical-coordinate representation of color #BB3C64: hue angle of 341.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3C64 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 100 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.27 |
| HSL | 341.1º | 0.51% | 0.48% | - |
| HSV(B) | 341.1º | 0.68% | 0.73% | - |
| XYZ | 24.41 | 14.72 | 13.61 | - |
| YUV | 102.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 100 | 0 | 0.68 | 0.47 | 0.27 | 341.1 | 0.51 | 0.48 |
| Hex | BB | 3C | 64 | 0 | 44 | 2F | 1B | 155 | 33 | 30 |
| Octal | 273 | 74 | 144 | 0 | 104 | 57 | 33 | 525 | 63 | 60 |
| Binary | 10111011 | 111100 | 1100100 | 0 | 1000100 | 101111 | 11011 | 101010101 | 110011 | 110000 |
Color Harmonies of #BB3C64
Complementary color
Monochromatic Colors of #BB3C64
Black with #BB3C64
Text Example
Text Example
White with #BB3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C64; }
p { color: rgb(187,60,100); }
H1.HeaderClassName
{
color: #BB3C64;
}
.AnyTagClassName
{
color: #BB3C64;
}
</style>
background-color css
<style>
a { background-color: #BB3C64; }
a { background-color: rgb(187,60,100); }
div.DivClassName
{
background-color: #BB3C64;
}
.BgClassName
{
background-color: #BB3C64;
}
</style>
border-color css
<style>
span { border-color: #BB3C64; }
span { border-color: rgb(187,60,100); }
td.TdClassName
{
border-color: #BB3C64;
}
.TagClassName
{
border-color: #BB3C64;
}
</style>