Shades of Rouge #B7346C
Tints of Rouge #B7346C
RGB
CMYK
RGB Variations
Color information
#B7346C (or 0xB7346C) is known color: Rouge. HEX triplet: B7, 34 and 6C. RGB value is (183,52,108). Sum of RGB (Red+Green+Blue) = 183+52+108=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7346C is #48CB93. Grayscale: #616161. Windows color (decimal): -4770708 or 7091383. OLE color: 7091383.
HSL color Cylindrical-coordinate representation of color #B7346C: hue angle of 334.35º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7346C is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 108 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.28 |
| HSL | 334.35º | 0.56% | 0.46% | - |
| HSV(B) | 334.35º | 0.72% | 0.72% | - |
| XYZ | 23.46 | 13.61 | 15.58 | - |
| YUV | 97.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 108 | 0 | 0.72 | 0.41 | 0.28 | 334.35 | 0.56 | 0.46 |
| Hex | B7 | 34 | 6C | 0 | 48 | 29 | 1C | 14E | 38 | 2E |
| Octal | 267 | 64 | 154 | 0 | 110 | 51 | 34 | 516 | 70 | 56 |
| Binary | 10110111 | 110100 | 1101100 | 0 | 1001000 | 101001 | 11100 | 101001110 | 111000 | 101110 |
Color Harmonies of #B7346C
Complementary color
Monochromatic Colors of #B7346C
Black with #B7346C
Text Example
Text Example
White with #B7346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7346C; }
p { color: rgb(183,52,108); }
H1.HeaderClassName
{
color: #B7346C;
}
.AnyTagClassName
{
color: #B7346C;
}
</style>
background-color css
<style>
a { background-color: #B7346C; }
a { background-color: rgb(183,52,108); }
div.DivClassName
{
background-color: #B7346C;
}
.BgClassName
{
background-color: #B7346C;
}
</style>
border-color css
<style>
span { border-color: #B7346C; }
span { border-color: rgb(183,52,108); }
td.TdClassName
{
border-color: #B7346C;
}
.TagClassName
{
border-color: #B7346C;
}
</style>