Shades of Rouge #B7326A
Tints of Rouge #B7326A
RGB
CMYK
RGB Variations
Color information
#B7326A (or 0xB7326A) is known color: Rouge. HEX triplet: B7, 32 and 6A. RGB value is (183,50,106). Sum of RGB (Red+Green+Blue) = 183+50+106=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7326A is #48CD95. Grayscale: #606060. Windows color (decimal): -4771222 or 6959799. OLE color: 6959799.
HSL color Cylindrical-coordinate representation of color #B7326A: hue angle of 334.74º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7326A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 106 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.28 |
| HSL | 334.74º | 0.57% | 0.46% | - |
| HSV(B) | 334.74º | 0.73% | 0.72% | - |
| XYZ | 23.27 | 13.39 | 14.99 | - |
| YUV | 96.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 106 | 0 | 0.73 | 0.42 | 0.28 | 334.74 | 0.57 | 0.46 |
| Hex | B7 | 32 | 6A | 0 | 49 | 2A | 1C | 14F | 39 | 2E |
| Octal | 267 | 62 | 152 | 0 | 111 | 52 | 34 | 517 | 71 | 56 |
| Binary | 10110111 | 110010 | 1101010 | 0 | 1001001 | 101010 | 11100 | 101001111 | 111001 | 101110 |
Color Harmonies of #B7326A
Complementary color
Monochromatic Colors of #B7326A
Black with #B7326A
Text Example
Text Example
White with #B7326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7326A; }
p { color: rgb(183,50,106); }
H1.HeaderClassName
{
color: #B7326A;
}
.AnyTagClassName
{
color: #B7326A;
}
</style>
background-color css
<style>
a { background-color: #B7326A; }
a { background-color: rgb(183,50,106); }
div.DivClassName
{
background-color: #B7326A;
}
.BgClassName
{
background-color: #B7326A;
}
</style>
border-color css
<style>
span { border-color: #B7326A; }
span { border-color: rgb(183,50,106); }
td.TdClassName
{
border-color: #B7326A;
}
.TagClassName
{
border-color: #B7326A;
}
</style>