Shades of Rouge #B7296B
Tints of Rouge #B7296B
RGB
CMYK
RGB Variations
Color information
#B7296B (or 0xB7296B) is known color: Rouge. HEX triplet: B7, 29 and 6B. RGB value is (183,41,107). Sum of RGB (Red+Green+Blue) = 183+41+107=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7296B is #48D694. Grayscale: #5A5A5A. Windows color (decimal): -4773525 or 7023031. OLE color: 7023031.
HSL color Cylindrical-coordinate representation of color #B7296B: hue angle of 332.11º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7296B is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 107 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.28 |
| HSL | 332.11º | 0.63% | 0.44% | - |
| HSV(B) | 332.11º | 0.78% | 0.72% | - |
| XYZ | 22.98 | 12.71 | 15.15 | - |
| YUV | 90.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 107 | 0 | 0.78 | 0.42 | 0.28 | 332.11 | 0.63 | 0.44 |
| Hex | B7 | 29 | 6B | 0 | 4E | 2A | 1C | 14C | 3F | 2C |
| Octal | 267 | 51 | 153 | 0 | 116 | 52 | 34 | 514 | 77 | 54 |
| Binary | 10110111 | 101001 | 1101011 | 0 | 1001110 | 101010 | 11100 | 101001100 | 111111 | 101100 |
Color Harmonies of #B7296B
Complementary color
Monochromatic Colors of #B7296B
Black with #B7296B
Text Example
Text Example
White with #B7296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7296B; }
p { color: rgb(183,41,107); }
H1.HeaderClassName
{
color: #B7296B;
}
.AnyTagClassName
{
color: #B7296B;
}
</style>
background-color css
<style>
a { background-color: #B7296B; }
a { background-color: rgb(183,41,107); }
div.DivClassName
{
background-color: #B7296B;
}
.BgClassName
{
background-color: #B7296B;
}
</style>
border-color css
<style>
span { border-color: #B7296B; }
span { border-color: rgb(183,41,107); }
td.TdClassName
{
border-color: #B7296B;
}
.TagClassName
{
border-color: #B7296B;
}
</style>