Shades of Rouge #B8346C
Tints of Rouge #B8346C
RGB
CMYK
RGB Variations
Color information
#B8346C (or 0xB8346C) is known color: Rouge. HEX triplet: B8, 34 and 6C. RGB value is (184,52,108). Sum of RGB (Red+Green+Blue) = 184+52+108=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8346C is #47CB93. Grayscale: #616161. Windows color (decimal): -4705172 or 7091384. OLE color: 7091384.
HSL color Cylindrical-coordinate representation of color #B8346C: hue angle of 334.55º 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 #B8346C is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 108 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.28 |
| HSL | 334.55º | 0.56% | 0.46% | - |
| HSV(B) | 334.55º | 0.72% | 0.72% | - |
| XYZ | 23.7 | 13.73 | 15.59 | - |
| YUV | 97.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 108 | 0 | 0.72 | 0.41 | 0.28 | 334.55 | 0.56 | 0.46 |
| Hex | B8 | 34 | 6C | 0 | 48 | 29 | 1C | 14F | 38 | 2E |
| Octal | 270 | 64 | 154 | 0 | 110 | 51 | 34 | 517 | 70 | 56 |
| Binary | 10111000 | 110100 | 1101100 | 0 | 1001000 | 101001 | 11100 | 101001111 | 111000 | 101110 |
Color Harmonies of #B8346C
Complementary color
Monochromatic Colors of #B8346C
Black with #B8346C
Text Example
Text Example
White with #B8346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8346C; }
p { color: rgb(184,52,108); }
H1.HeaderClassName
{
color: #B8346C;
}
.AnyTagClassName
{
color: #B8346C;
}
</style>
background-color css
<style>
a { background-color: #B8346C; }
a { background-color: rgb(184,52,108); }
div.DivClassName
{
background-color: #B8346C;
}
.BgClassName
{
background-color: #B8346C;
}
</style>
border-color css
<style>
span { border-color: #B8346C; }
span { border-color: rgb(184,52,108); }
td.TdClassName
{
border-color: #B8346C;
}
.TagClassName
{
border-color: #B8346C;
}
</style>