Shades of Rouge #B8356B
Tints of Rouge #B8356B
RGB
CMYK
RGB Variations
Color information
#B8356B (or 0xB8356B) is known color: Rouge. HEX triplet: B8, 35 and 6B. RGB value is (184,53,107). Sum of RGB (Red+Green+Blue) = 184+53+107=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8356B is #47CA94. Grayscale: #626262. Windows color (decimal): -4704917 or 7026104. OLE color: 7026104.
HSL color Cylindrical-coordinate representation of color #B8356B: hue angle of 335.27º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8356B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 107 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.28 |
| HSL | 335.27º | 0.55% | 0.46% | - |
| HSV(B) | 335.27º | 0.71% | 0.72% | - |
| XYZ | 23.69 | 13.8 | 15.32 | - |
| YUV | 98.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 107 | 0 | 0.71 | 0.42 | 0.28 | 335.27 | 0.55 | 0.46 |
| Hex | B8 | 35 | 6B | 0 | 47 | 2A | 1C | 14F | 37 | 2E |
| Octal | 270 | 65 | 153 | 0 | 107 | 52 | 34 | 517 | 67 | 56 |
| Binary | 10111000 | 110101 | 1101011 | 0 | 1000111 | 101010 | 11100 | 101001111 | 110111 | 101110 |
Color Harmonies of #B8356B
Complementary color
Monochromatic Colors of #B8356B
Black with #B8356B
Text Example
Text Example
White with #B8356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8356B; }
p { color: rgb(184,53,107); }
H1.HeaderClassName
{
color: #B8356B;
}
.AnyTagClassName
{
color: #B8356B;
}
</style>
background-color css
<style>
a { background-color: #B8356B; }
a { background-color: rgb(184,53,107); }
div.DivClassName
{
background-color: #B8356B;
}
.BgClassName
{
background-color: #B8356B;
}
</style>
border-color css
<style>
span { border-color: #B8356B; }
span { border-color: rgb(184,53,107); }
td.TdClassName
{
border-color: #B8356B;
}
.TagClassName
{
border-color: #B8356B;
}
</style>