Shades of Rouge #BB375F
Tints of Rouge #BB375F
RGB
CMYK
RGB Variations
Color information
#BB375F (or 0xBB375F) is known color: Rouge. HEX triplet: BB, 37 and 5F. RGB value is (187,55,95). Sum of RGB (Red+Green+Blue) = 187+55+95=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB375F is #44C8A0. Grayscale: #636363. Windows color (decimal): -4507809 or 6240187. OLE color: 6240187.
HSL color Cylindrical-coordinate representation of color #BB375F: hue angle of 341.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB375F is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 95 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.27 |
| HSL | 341.82º | 0.55% | 0.47% | - |
| HSV(B) | 341.82º | 0.71% | 0.73% | - |
| XYZ | 23.93 | 14.12 | 12.29 | - |
| YUV | 99.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 95 | 0 | 0.71 | 0.49 | 0.27 | 341.82 | 0.55 | 0.47 |
| Hex | BB | 37 | 5F | 0 | 47 | 31 | 1B | 156 | 37 | 2F |
| Octal | 273 | 67 | 137 | 0 | 107 | 61 | 33 | 526 | 67 | 57 |
| Binary | 10111011 | 110111 | 1011111 | 0 | 1000111 | 110001 | 11011 | 101010110 | 110111 | 101111 |
Color Harmonies of #BB375F
Complementary color
Monochromatic Colors of #BB375F
Black with #BB375F
Text Example
Text Example
White with #BB375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB375F; }
p { color: rgb(187,55,95); }
H1.HeaderClassName
{
color: #BB375F;
}
.AnyTagClassName
{
color: #BB375F;
}
</style>
background-color css
<style>
a { background-color: #BB375F; }
a { background-color: rgb(187,55,95); }
div.DivClassName
{
background-color: #BB375F;
}
.BgClassName
{
background-color: #BB375F;
}
</style>
border-color css
<style>
span { border-color: #BB375F; }
span { border-color: rgb(187,55,95); }
td.TdClassName
{
border-color: #BB375F;
}
.TagClassName
{
border-color: #BB375F;
}
</style>