Shades of Rouge #B12765
Tints of Rouge #B12765
RGB
CMYK
RGB Variations
Color information
#B12765 (or 0xB12765) is known color: Rouge. HEX triplet: B1, 27 and 65. RGB value is (177,39,101). Sum of RGB (Red+Green+Blue) = 177+39+101=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B12765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12765 is #4ED89A. Grayscale: #575757. Windows color (decimal): -5167259 or 6629297. OLE color: 6629297.
HSL color Cylindrical-coordinate representation of color #B12765: hue angle of 333.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12765 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 101 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.31 |
| HSL | 333.04º | 0.64% | 0.42% | - |
| HSV(B) | 333.04º | 0.78% | 0.69% | - |
| XYZ | 21.21 | 11.74 | 13.46 | - |
| YUV | 87.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 101 | 0 | 0.78 | 0.43 | 0.31 | 333.04 | 0.64 | 0.42 |
| Hex | B1 | 27 | 65 | 0 | 4E | 2B | 1F | 14D | 40 | 2A |
| Octal | 261 | 47 | 145 | 0 | 116 | 53 | 37 | 515 | 100 | 52 |
| Binary | 10110001 | 100111 | 1100101 | 0 | 1001110 | 101011 | 11111 | 101001101 | 1000000 | 101010 |
Color Harmonies of #B12765
Complementary color
Monochromatic Colors of #B12765
Black with #B12765
Text Example
Text Example
White with #B12765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12765; }
p { color: rgb(177,39,101); }
H1.HeaderClassName
{
color: #B12765;
}
.AnyTagClassName
{
color: #B12765;
}
</style>
background-color css
<style>
a { background-color: #B12765; }
a { background-color: rgb(177,39,101); }
div.DivClassName
{
background-color: #B12765;
}
.BgClassName
{
background-color: #B12765;
}
</style>
border-color css
<style>
span { border-color: #B12765; }
span { border-color: rgb(177,39,101); }
td.TdClassName
{
border-color: #B12765;
}
.TagClassName
{
border-color: #B12765;
}
</style>