Shades of Rouge #B12665
Tints of Rouge #B12665
RGB
CMYK
RGB Variations
Color information
#B12665 (or 0xB12665) is known color: Rouge. HEX triplet: B1, 26 and 65. RGB value is (177,38,101). Sum of RGB (Red+Green+Blue) = 177+38+101=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B12665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12665 is #4ED99A. Grayscale: #565656. Windows color (decimal): -5167515 or 6629041. OLE color: 6629041.
HSL color Cylindrical-coordinate representation of color #B12665: hue angle of 332.81º 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 #B12665 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 101 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.31 |
| HSL | 332.81º | 0.65% | 0.42% | - |
| HSV(B) | 332.81º | 0.79% | 0.69% | - |
| XYZ | 21.17 | 11.67 | 13.45 | - |
| YUV | 86.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 101 | 0 | 0.79 | 0.43 | 0.31 | 332.81 | 0.65 | 0.42 |
| Hex | B1 | 26 | 65 | 0 | 4F | 2B | 1F | 14D | 41 | 2A |
| Octal | 261 | 46 | 145 | 0 | 117 | 53 | 37 | 515 | 101 | 52 |
| Binary | 10110001 | 100110 | 1100101 | 0 | 1001111 | 101011 | 11111 | 101001101 | 1000001 | 101010 |
Color Harmonies of #B12665
Complementary color
Monochromatic Colors of #B12665
Black with #B12665
Text Example
Text Example
White with #B12665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12665; }
p { color: rgb(177,38,101); }
H1.HeaderClassName
{
color: #B12665;
}
.AnyTagClassName
{
color: #B12665;
}
</style>
background-color css
<style>
a { background-color: #B12665; }
a { background-color: rgb(177,38,101); }
div.DivClassName
{
background-color: #B12665;
}
.BgClassName
{
background-color: #B12665;
}
</style>
border-color css
<style>
span { border-color: #B12665; }
span { border-color: rgb(177,38,101); }
td.TdClassName
{
border-color: #B12665;
}
.TagClassName
{
border-color: #B12665;
}
</style>