Shades of Rouge #B1396A
Tints of Rouge #B1396A
RGB
CMYK
RGB Variations
Color information
#B1396A (or 0xB1396A) is known color: Rouge. HEX triplet: B1, 39 and 6A. RGB value is (177,57,106). Sum of RGB (Red+Green+Blue) = 177+57+106=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1396A is #4EC695. Grayscale: #626262. Windows color (decimal): -5162646 or 6961585. OLE color: 6961585.
HSL color Cylindrical-coordinate representation of color #B1396A: hue angle of 335.5º degrees, saturation: 0.51, 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 #B1396A is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 106 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.31 |
| HSL | 335.5º | 0.51% | 0.46% | - |
| HSV(B) | 335.5º | 0.68% | 0.69% | - |
| XYZ | 22.2 | 13.31 | 15.04 | - |
| YUV | 98.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 106 | 0 | 0.68 | 0.40 | 0.31 | 335.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 6A | 0 | 44 | 28 | 1F | 150 | 33 | 2E |
| Octal | 261 | 71 | 152 | 0 | 104 | 50 | 37 | 520 | 63 | 56 |
| Binary | 10110001 | 111001 | 1101010 | 0 | 1000100 | 101000 | 11111 | 101010000 | 110011 | 101110 |
Color Harmonies of #B1396A
Complementary color
Monochromatic Colors of #B1396A
Black with #B1396A
Text Example
Text Example
White with #B1396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1396A; }
p { color: rgb(177,57,106); }
H1.HeaderClassName
{
color: #B1396A;
}
.AnyTagClassName
{
color: #B1396A;
}
</style>
background-color css
<style>
a { background-color: #B1396A; }
a { background-color: rgb(177,57,106); }
div.DivClassName
{
background-color: #B1396A;
}
.BgClassName
{
background-color: #B1396A;
}
</style>
border-color css
<style>
span { border-color: #B1396A; }
span { border-color: rgb(177,57,106); }
td.TdClassName
{
border-color: #B1396A;
}
.TagClassName
{
border-color: #B1396A;
}
</style>