Shades of Rouge #B12661
Tints of Rouge #B12661
RGB
CMYK
RGB Variations
Color information
#B12661 (or 0xB12661) is known color: Rouge. HEX triplet: B1, 26 and 61. RGB value is (177,38,97). Sum of RGB (Red+Green+Blue) = 177+38+97=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B12661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12661 is #4ED99E. Grayscale: #565656. Windows color (decimal): -5167519 or 6366897. OLE color: 6366897.
HSL color Cylindrical-coordinate representation of color #B12661: hue angle of 334.53º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12661 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 97 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.31 |
| HSL | 334.53º | 0.65% | 0.42% | - |
| HSV(B) | 334.53º | 0.79% | 0.69% | - |
| XYZ | 20.98 | 11.6 | 12.44 | - |
| YUV | 86.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 97 | 0 | 0.79 | 0.45 | 0.31 | 334.53 | 0.65 | 0.42 |
| Hex | B1 | 26 | 61 | 0 | 4F | 2D | 1F | 14F | 41 | 2A |
| Octal | 261 | 46 | 141 | 0 | 117 | 55 | 37 | 517 | 101 | 52 |
| Binary | 10110001 | 100110 | 1100001 | 0 | 1001111 | 101101 | 11111 | 101001111 | 1000001 | 101010 |
Color Harmonies of #B12661
Complementary color
Monochromatic Colors of #B12661
Black with #B12661
Text Example
Text Example
White with #B12661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12661; }
p { color: rgb(177,38,97); }
H1.HeaderClassName
{
color: #B12661;
}
.AnyTagClassName
{
color: #B12661;
}
</style>
background-color css
<style>
a { background-color: #B12661; }
a { background-color: rgb(177,38,97); }
div.DivClassName
{
background-color: #B12661;
}
.BgClassName
{
background-color: #B12661;
}
</style>
border-color css
<style>
span { border-color: #B12661; }
span { border-color: rgb(177,38,97); }
td.TdClassName
{
border-color: #B12661;
}
.TagClassName
{
border-color: #B12661;
}
</style>