Shades of Rouge #B1386F
Tints of Rouge #B1386F
RGB
CMYK
RGB Variations
Color information
#B1386F (or 0xB1386F) is known color: Rouge. HEX triplet: B1, 38 and 6F. RGB value is (177,56,111). Sum of RGB (Red+Green+Blue) = 177+56+111=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B1386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1386F is #4EC790. Grayscale: #626262. Windows color (decimal): -5162897 or 7289009. OLE color: 7289009.
HSL color Cylindrical-coordinate representation of color #B1386F: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1386F is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 111 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.31 |
| HSL | 332.73º | 0.52% | 0.46% | - |
| HSV(B) | 332.73º | 0.68% | 0.69% | - |
| XYZ | 22.41 | 13.32 | 16.43 | - |
| YUV | 98.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 111 | 0 | 0.68 | 0.37 | 0.31 | 332.73 | 0.52 | 0.46 |
| Hex | B1 | 38 | 6F | 0 | 44 | 25 | 1F | 14D | 34 | 2E |
| Octal | 261 | 70 | 157 | 0 | 104 | 45 | 37 | 515 | 64 | 56 |
| Binary | 10110001 | 111000 | 1101111 | 0 | 1000100 | 100101 | 11111 | 101001101 | 110100 | 101110 |
Color Harmonies of #B1386F
Complementary color
Monochromatic Colors of #B1386F
Black with #B1386F
Text Example
Text Example
White with #B1386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1386F; }
p { color: rgb(177,56,111); }
H1.HeaderClassName
{
color: #B1386F;
}
.AnyTagClassName
{
color: #B1386F;
}
</style>
background-color css
<style>
a { background-color: #B1386F; }
a { background-color: rgb(177,56,111); }
div.DivClassName
{
background-color: #B1386F;
}
.BgClassName
{
background-color: #B1386F;
}
</style>
border-color css
<style>
span { border-color: #B1386F; }
span { border-color: rgb(177,56,111); }
td.TdClassName
{
border-color: #B1386F;
}
.TagClassName
{
border-color: #B1386F;
}
</style>