Shades of Rouge #BB385F
Tints of Rouge #BB385F
RGB
CMYK
RGB Variations
Color information
#BB385F (or 0xBB385F) is known color: Rouge. HEX triplet: BB, 38 and 5F. RGB value is (187,56,95). Sum of RGB (Red+Green+Blue) = 187+56+95=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB385F is #44C7A0. Grayscale: #636363. Windows color (decimal): -4507553 or 6240443. OLE color: 6240443.
HSL color Cylindrical-coordinate representation of color #BB385F: hue angle of 342.14º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB385F is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 95 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.27 |
| HSL | 342.14º | 0.54% | 0.48% | - |
| HSV(B) | 342.14º | 0.7% | 0.73% | - |
| XYZ | 23.97 | 14.22 | 12.31 | - |
| YUV | 99.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 95 | 0 | 0.70 | 0.49 | 0.27 | 342.14 | 0.54 | 0.48 |
| Hex | BB | 38 | 5F | 0 | 46 | 31 | 1B | 156 | 36 | 30 |
| Octal | 273 | 70 | 137 | 0 | 106 | 61 | 33 | 526 | 66 | 60 |
| Binary | 10111011 | 111000 | 1011111 | 0 | 1000110 | 110001 | 11011 | 101010110 | 110110 | 110000 |
Color Harmonies of #BB385F
Complementary color
Monochromatic Colors of #BB385F
Black with #BB385F
Text Example
Text Example
White with #BB385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB385F; }
p { color: rgb(187,56,95); }
H1.HeaderClassName
{
color: #BB385F;
}
.AnyTagClassName
{
color: #BB385F;
}
</style>
background-color css
<style>
a { background-color: #BB385F; }
a { background-color: rgb(187,56,95); }
div.DivClassName
{
background-color: #BB385F;
}
.BgClassName
{
background-color: #BB385F;
}
</style>
border-color css
<style>
span { border-color: #BB385F; }
span { border-color: rgb(187,56,95); }
td.TdClassName
{
border-color: #BB385F;
}
.TagClassName
{
border-color: #BB385F;
}
</style>