Shades of Rouge #B7346F
Tints of Rouge #B7346F
RGB
CMYK
RGB Variations
Color information
#B7346F (or 0xB7346F) is known color: Rouge. HEX triplet: B7, 34 and 6F. RGB value is (183,52,111). Sum of RGB (Red+Green+Blue) = 183+52+111=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7346F is #48CB90. Grayscale: #616161. Windows color (decimal): -4770705 or 7287991. OLE color: 7287991.
HSL color Cylindrical-coordinate representation of color #B7346F: hue angle of 332.98º 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 #B7346F is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 111 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.28 |
| HSL | 332.98º | 0.56% | 0.46% | - |
| HSV(B) | 332.98º | 0.72% | 0.72% | - |
| XYZ | 23.63 | 13.67 | 16.43 | - |
| YUV | 97.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 111 | 0 | 0.72 | 0.39 | 0.28 | 332.98 | 0.56 | 0.46 |
| Hex | B7 | 34 | 6F | 0 | 48 | 27 | 1C | 14D | 38 | 2E |
| Octal | 267 | 64 | 157 | 0 | 110 | 47 | 34 | 515 | 70 | 56 |
| Binary | 10110111 | 110100 | 1101111 | 0 | 1001000 | 100111 | 11100 | 101001101 | 111000 | 101110 |
Color Harmonies of #B7346F
Complementary color
Monochromatic Colors of #B7346F
Black with #B7346F
Text Example
Text Example
White with #B7346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7346F; }
p { color: rgb(183,52,111); }
H1.HeaderClassName
{
color: #B7346F;
}
.AnyTagClassName
{
color: #B7346F;
}
</style>
background-color css
<style>
a { background-color: #B7346F; }
a { background-color: rgb(183,52,111); }
div.DivClassName
{
background-color: #B7346F;
}
.BgClassName
{
background-color: #B7346F;
}
</style>
border-color css
<style>
span { border-color: #B7346F; }
span { border-color: rgb(183,52,111); }
td.TdClassName
{
border-color: #B7346F;
}
.TagClassName
{
border-color: #B7346F;
}
</style>