Shades of Rouge #BB3F66
Tints of Rouge #BB3F66
RGB
CMYK
RGB Variations
Color information
#BB3F66 (or 0xBB3F66) is known color: Rouge. HEX triplet: BB, 3F and 66. RGB value is (187,63,102). Sum of RGB (Red+Green+Blue) = 187+63+102=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F66 is #44C099. Grayscale: #686868. Windows color (decimal): -4505754 or 6700987. OLE color: 6700987.
HSL color Cylindrical-coordinate representation of color #BB3F66: hue angle of 341.13º 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 #BB3F66 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 102 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.27 |
| HSL | 341.13º | 0.5% | 0.49% | - |
| HSV(B) | 341.13º | 0.66% | 0.73% | - |
| XYZ | 24.67 | 15.08 | 14.18 | - |
| YUV | 104.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 102 | 0 | 0.66 | 0.45 | 0.27 | 341.13 | 0.5 | 0.49 |
| Hex | BB | 3F | 66 | 0 | 42 | 2D | 1B | 155 | 32 | 31 |
| Octal | 273 | 77 | 146 | 0 | 102 | 55 | 33 | 525 | 62 | 61 |
| Binary | 10111011 | 111111 | 1100110 | 0 | 1000010 | 101101 | 11011 | 101010101 | 110010 | 110001 |
Color Harmonies of #BB3F66
Complementary color
Monochromatic Colors of #BB3F66
Black with #BB3F66
Text Example
Text Example
White with #BB3F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F66; }
p { color: rgb(187,63,102); }
H1.HeaderClassName
{
color: #BB3F66;
}
.AnyTagClassName
{
color: #BB3F66;
}
</style>
background-color css
<style>
a { background-color: #BB3F66; }
a { background-color: rgb(187,63,102); }
div.DivClassName
{
background-color: #BB3F66;
}
.BgClassName
{
background-color: #BB3F66;
}
</style>
border-color css
<style>
span { border-color: #BB3F66; }
span { border-color: rgb(187,63,102); }
td.TdClassName
{
border-color: #BB3F66;
}
.TagClassName
{
border-color: #BB3F66;
}
</style>