Shades of Rouge #BB3F65
Tints of Rouge #BB3F65
RGB
CMYK
RGB Variations
Color information
#BB3F65 (or 0xBB3F65) is known color: Rouge. HEX triplet: BB, 3F and 65. RGB value is (187,63,101). Sum of RGB (Red+Green+Blue) = 187+63+101=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F65 is #44C09A. Grayscale: #686868. Windows color (decimal): -4505755 or 6635451. OLE color: 6635451.
HSL color Cylindrical-coordinate representation of color #BB3F65: hue angle of 341.61º 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 #BB3F65 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 101 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.27 |
| HSL | 341.61º | 0.5% | 0.49% | - |
| HSV(B) | 341.61º | 0.66% | 0.73% | - |
| XYZ | 24.62 | 15.06 | 13.92 | - |
| YUV | 104.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 101 | 0 | 0.66 | 0.46 | 0.27 | 341.61 | 0.5 | 0.49 |
| Hex | BB | 3F | 65 | 0 | 42 | 2E | 1B | 156 | 32 | 31 |
| Octal | 273 | 77 | 145 | 0 | 102 | 56 | 33 | 526 | 62 | 61 |
| Binary | 10111011 | 111111 | 1100101 | 0 | 1000010 | 101110 | 11011 | 101010110 | 110010 | 110001 |
Color Harmonies of #BB3F65
Complementary color
Monochromatic Colors of #BB3F65
Black with #BB3F65
Text Example
Text Example
White with #BB3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F65; }
p { color: rgb(187,63,101); }
H1.HeaderClassName
{
color: #BB3F65;
}
.AnyTagClassName
{
color: #BB3F65;
}
</style>
background-color css
<style>
a { background-color: #BB3F65; }
a { background-color: rgb(187,63,101); }
div.DivClassName
{
background-color: #BB3F65;
}
.BgClassName
{
background-color: #BB3F65;
}
</style>
border-color css
<style>
span { border-color: #BB3F65; }
span { border-color: rgb(187,63,101); }
td.TdClassName
{
border-color: #BB3F65;
}
.TagClassName
{
border-color: #BB3F65;
}
</style>