Shades of Rouge #BB386B
Tints of Rouge #BB386B
RGB
CMYK
RGB Variations
Color information
#BB386B (or 0xBB386B) is known color: Rouge. HEX triplet: BB, 38 and 6B. RGB value is (187,56,107). Sum of RGB (Red+Green+Blue) = 187+56+107=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB386B is #44C794. Grayscale: #646464. Windows color (decimal): -4507541 or 7026875. OLE color: 7026875.
HSL color Cylindrical-coordinate representation of color #BB386B: hue angle of 336.64º 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 #BB386B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 107 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.27 |
| HSL | 336.64º | 0.54% | 0.48% | - |
| HSV(B) | 336.64º | 0.7% | 0.73% | - |
| XYZ | 24.56 | 14.45 | 15.41 | - |
| YUV | 100.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 107 | 0 | 0.70 | 0.43 | 0.27 | 336.64 | 0.54 | 0.48 |
| Hex | BB | 38 | 6B | 0 | 46 | 2B | 1B | 151 | 36 | 30 |
| Octal | 273 | 70 | 153 | 0 | 106 | 53 | 33 | 521 | 66 | 60 |
| Binary | 10111011 | 111000 | 1101011 | 0 | 1000110 | 101011 | 11011 | 101010001 | 110110 | 110000 |
Color Harmonies of #BB386B
Complementary color
Monochromatic Colors of #BB386B
Black with #BB386B
Text Example
Text Example
White with #BB386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB386B; }
p { color: rgb(187,56,107); }
H1.HeaderClassName
{
color: #BB386B;
}
.AnyTagClassName
{
color: #BB386B;
}
</style>
background-color css
<style>
a { background-color: #BB386B; }
a { background-color: rgb(187,56,107); }
div.DivClassName
{
background-color: #BB386B;
}
.BgClassName
{
background-color: #BB386B;
}
</style>
border-color css
<style>
span { border-color: #BB386B; }
span { border-color: rgb(187,56,107); }
td.TdClassName
{
border-color: #BB386B;
}
.TagClassName
{
border-color: #BB386B;
}
</style>