Shades of Rouge #BB3F60
Tints of Rouge #BB3F60
RGB
CMYK
RGB Variations
Color information
#BB3F60 (or 0xBB3F60) is known color: Rouge. HEX triplet: BB, 3F and 60. RGB value is (187,63,96). Sum of RGB (Red+Green+Blue) = 187+63+96=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F60 is #44C09F. Grayscale: #676767. Windows color (decimal): -4505760 or 6307771. OLE color: 6307771.
HSL color Cylindrical-coordinate representation of color #BB3F60: hue angle of 344.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F60 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 96 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.27 |
| HSL | 344.03º | 0.5% | 0.49% | - |
| HSV(B) | 344.03º | 0.66% | 0.73% | - |
| XYZ | 24.38 | 14.96 | 12.67 | - |
| YUV | 103.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 96 | 0 | 0.66 | 0.49 | 0.27 | 344.03 | 0.5 | 0.49 |
| Hex | BB | 3F | 60 | 0 | 42 | 31 | 1B | 158 | 32 | 31 |
| Octal | 273 | 77 | 140 | 0 | 102 | 61 | 33 | 530 | 62 | 61 |
| Binary | 10111011 | 111111 | 1100000 | 0 | 1000010 | 110001 | 11011 | 101011000 | 110010 | 110001 |
Color Harmonies of #BB3F60
Complementary color
Monochromatic Colors of #BB3F60
Black with #BB3F60
Text Example
Text Example
White with #BB3F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F60; }
p { color: rgb(187,63,96); }
H1.HeaderClassName
{
color: #BB3F60;
}
.AnyTagClassName
{
color: #BB3F60;
}
</style>
background-color css
<style>
a { background-color: #BB3F60; }
a { background-color: rgb(187,63,96); }
div.DivClassName
{
background-color: #BB3F60;
}
.BgClassName
{
background-color: #BB3F60;
}
</style>
border-color css
<style>
span { border-color: #BB3F60; }
span { border-color: rgb(187,63,96); }
td.TdClassName
{
border-color: #BB3F60;
}
.TagClassName
{
border-color: #BB3F60;
}
</style>