Shades of Rouge #B12E6B
Tints of Rouge #B12E6B
RGB
CMYK
RGB Variations
Color information
#B12E6B (or 0xB12E6B) is known color: Rouge. HEX triplet: B1, 2E and 6B. RGB value is (177,46,107). Sum of RGB (Red+Green+Blue) = 177+46+107=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E6B is #4ED194. Grayscale: #5C5C5C. Windows color (decimal): -5165461 or 7024305. OLE color: 7024305.
HSL color Cylindrical-coordinate representation of color #B12E6B: hue angle of 332.06º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E6B is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 107 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.31 |
| HSL | 332.06º | 0.59% | 0.44% | - |
| HSV(B) | 332.06º | 0.74% | 0.69% | - |
| XYZ | 21.76 | 12.36 | 15.15 | - |
| YUV | 92.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 107 | 0 | 0.74 | 0.40 | 0.31 | 332.06 | 0.59 | 0.44 |
| Hex | B1 | 2E | 6B | 0 | 4A | 28 | 1F | 14C | 3B | 2C |
| Octal | 261 | 56 | 153 | 0 | 112 | 50 | 37 | 514 | 73 | 54 |
| Binary | 10110001 | 101110 | 1101011 | 0 | 1001010 | 101000 | 11111 | 101001100 | 111011 | 101100 |
Color Harmonies of #B12E6B
Complementary color
Monochromatic Colors of #B12E6B
Black with #B12E6B
Text Example
Text Example
White with #B12E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E6B; }
p { color: rgb(177,46,107); }
H1.HeaderClassName
{
color: #B12E6B;
}
.AnyTagClassName
{
color: #B12E6B;
}
</style>
background-color css
<style>
a { background-color: #B12E6B; }
a { background-color: rgb(177,46,107); }
div.DivClassName
{
background-color: #B12E6B;
}
.BgClassName
{
background-color: #B12E6B;
}
</style>
border-color css
<style>
span { border-color: #B12E6B; }
span { border-color: rgb(177,46,107); }
td.TdClassName
{
border-color: #B12E6B;
}
.TagClassName
{
border-color: #B12E6B;
}
</style>