Shades of Rouge #BB3D5E
Tints of Rouge #BB3D5E
RGB
CMYK
RGB Variations
Color information
#BB3D5E (or 0xBB3D5E) is known color: Rouge. HEX triplet: BB, 3D and 5E. RGB value is (187,61,94). Sum of RGB (Red+Green+Blue) = 187+61+94=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D5E is #44C2A1. Grayscale: #666666. Windows color (decimal): -4506274 or 6176187. OLE color: 6176187.
HSL color Cylindrical-coordinate representation of color #BB3D5E: hue angle of 344.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3D5E is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 94 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.27 |
| HSL | 344.29º | 0.51% | 0.49% | - |
| HSV(B) | 344.29º | 0.67% | 0.73% | - |
| XYZ | 24.18 | 14.71 | 12.15 | - |
| YUV | 102.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 94 | 0 | 0.67 | 0.50 | 0.27 | 344.29 | 0.51 | 0.49 |
| Hex | BB | 3D | 5E | 0 | 43 | 32 | 1B | 158 | 33 | 31 |
| Octal | 273 | 75 | 136 | 0 | 103 | 62 | 33 | 530 | 63 | 61 |
| Binary | 10111011 | 111101 | 1011110 | 0 | 1000011 | 110010 | 11011 | 101011000 | 110011 | 110001 |
Color Harmonies of #BB3D5E
Complementary color
Monochromatic Colors of #BB3D5E
Black with #BB3D5E
Text Example
Text Example
White with #BB3D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D5E; }
p { color: rgb(187,61,94); }
H1.HeaderClassName
{
color: #BB3D5E;
}
.AnyTagClassName
{
color: #BB3D5E;
}
</style>
background-color css
<style>
a { background-color: #BB3D5E; }
a { background-color: rgb(187,61,94); }
div.DivClassName
{
background-color: #BB3D5E;
}
.BgClassName
{
background-color: #BB3D5E;
}
</style>
border-color css
<style>
span { border-color: #BB3D5E; }
span { border-color: rgb(187,61,94); }
td.TdClassName
{
border-color: #BB3D5E;
}
.TagClassName
{
border-color: #BB3D5E;
}
</style>