Shades of Rouge #B32766
Tints of Rouge #B32766
RGB
CMYK
RGB Variations
Color information
#B32766 (or 0xB32766) is known color: Rouge. HEX triplet: B3, 27 and 66. RGB value is (179,39,102). Sum of RGB (Red+Green+Blue) = 179+39+102=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B32766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32766 is #4CD899. Grayscale: #575757. Windows color (decimal): -5036186 or 6694835. OLE color: 6694835.
HSL color Cylindrical-coordinate representation of color #B32766: hue angle of 333º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32766 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 102 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.30 |
| HSL | 333º | 0.64% | 0.43% | - |
| HSV(B) | 333º | 0.78% | 0.7% | - |
| XYZ | 21.71 | 11.99 | 13.74 | - |
| YUV | 88.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 102 | 0 | 0.78 | 0.43 | 0.30 | 333 | 0.64 | 0.43 |
| Hex | B3 | 27 | 66 | 0 | 4E | 2B | 1E | 14D | 40 | 2B |
| Octal | 263 | 47 | 146 | 0 | 116 | 53 | 36 | 515 | 100 | 53 |
| Binary | 10110011 | 100111 | 1100110 | 0 | 1001110 | 101011 | 11110 | 101001101 | 1000000 | 101011 |
Color Harmonies of #B32766
Complementary color
Monochromatic Colors of #B32766
Black with #B32766
Text Example
Text Example
White with #B32766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32766; }
p { color: rgb(179,39,102); }
H1.HeaderClassName
{
color: #B32766;
}
.AnyTagClassName
{
color: #B32766;
}
</style>
background-color css
<style>
a { background-color: #B32766; }
a { background-color: rgb(179,39,102); }
div.DivClassName
{
background-color: #B32766;
}
.BgClassName
{
background-color: #B32766;
}
</style>
border-color css
<style>
span { border-color: #B32766; }
span { border-color: rgb(179,39,102); }
td.TdClassName
{
border-color: #B32766;
}
.TagClassName
{
border-color: #B32766;
}
</style>