Shades of Rouge #BB3C5F
Tints of Rouge #BB3C5F
RGB
CMYK
RGB Variations
Color information
#BB3C5F (or 0xBB3C5F) is known color: Rouge. HEX triplet: BB, 3C and 5F. RGB value is (187,60,95). Sum of RGB (Red+Green+Blue) = 187+60+95=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3C5F is #44C3A0. Grayscale: #656565. Windows color (decimal): -4506529 or 6241467. OLE color: 6241467.
HSL color Cylindrical-coordinate representation of color #BB3C5F: hue angle of 343.46º 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 #BB3C5F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 95 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.27 |
| HSL | 343.46º | 0.51% | 0.48% | - |
| HSV(B) | 343.46º | 0.68% | 0.73% | - |
| XYZ | 24.17 | 14.62 | 12.37 | - |
| YUV | 101.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 95 | 0 | 0.68 | 0.49 | 0.27 | 343.46 | 0.51 | 0.48 |
| Hex | BB | 3C | 5F | 0 | 44 | 31 | 1B | 157 | 33 | 30 |
| Octal | 273 | 74 | 137 | 0 | 104 | 61 | 33 | 527 | 63 | 60 |
| Binary | 10111011 | 111100 | 1011111 | 0 | 1000100 | 110001 | 11011 | 101010111 | 110011 | 110000 |
Color Harmonies of #BB3C5F
Complementary color
Monochromatic Colors of #BB3C5F
Black with #BB3C5F
Text Example
Text Example
White with #BB3C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C5F; }
p { color: rgb(187,60,95); }
H1.HeaderClassName
{
color: #BB3C5F;
}
.AnyTagClassName
{
color: #BB3C5F;
}
</style>
background-color css
<style>
a { background-color: #BB3C5F; }
a { background-color: rgb(187,60,95); }
div.DivClassName
{
background-color: #BB3C5F;
}
.BgClassName
{
background-color: #BB3C5F;
}
</style>
border-color css
<style>
span { border-color: #BB3C5F; }
span { border-color: rgb(187,60,95); }
td.TdClassName
{
border-color: #BB3C5F;
}
.TagClassName
{
border-color: #BB3C5F;
}
</style>