Shades of Rouge #B8346B
Tints of Rouge #B8346B
RGB
CMYK
RGB Variations
Color information
#B8346B (or 0xB8346B) is known color: Rouge. HEX triplet: B8, 34 and 6B. RGB value is (184,52,107). Sum of RGB (Red+Green+Blue) = 184+52+107=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8346B is #47CB94. Grayscale: #616161. Windows color (decimal): -4705173 or 7025848. OLE color: 7025848.
HSL color Cylindrical-coordinate representation of color #B8346B: hue angle of 335º 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 #B8346B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 107 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.28 |
| HSL | 335º | 0.56% | 0.46% | - |
| HSV(B) | 335º | 0.72% | 0.72% | - |
| XYZ | 23.65 | 13.71 | 15.31 | - |
| YUV | 97.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 107 | 0 | 0.72 | 0.42 | 0.28 | 335 | 0.56 | 0.46 |
| Hex | B8 | 34 | 6B | 0 | 48 | 2A | 1C | 14F | 38 | 2E |
| Octal | 270 | 64 | 153 | 0 | 110 | 52 | 34 | 517 | 70 | 56 |
| Binary | 10111000 | 110100 | 1101011 | 0 | 1001000 | 101010 | 11100 | 101001111 | 111000 | 101110 |
Color Harmonies of #B8346B
Complementary color
Monochromatic Colors of #B8346B
Black with #B8346B
Text Example
Text Example
White with #B8346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8346B; }
p { color: rgb(184,52,107); }
H1.HeaderClassName
{
color: #B8346B;
}
.AnyTagClassName
{
color: #B8346B;
}
</style>
background-color css
<style>
a { background-color: #B8346B; }
a { background-color: rgb(184,52,107); }
div.DivClassName
{
background-color: #B8346B;
}
.BgClassName
{
background-color: #B8346B;
}
</style>
border-color css
<style>
span { border-color: #B8346B; }
span { border-color: rgb(184,52,107); }
td.TdClassName
{
border-color: #B8346B;
}
.TagClassName
{
border-color: #B8346B;
}
</style>