Shades of Rouge #B8356F
Tints of Rouge #B8356F
RGB
CMYK
RGB Variations
Color information
#B8356F (or 0xB8356F) is known color: Rouge. HEX triplet: B8, 35 and 6F. RGB value is (184,53,111). Sum of RGB (Red+Green+Blue) = 184+53+111=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8356F is #47CA90. Grayscale: #626262. Windows color (decimal): -4704913 or 7288248. OLE color: 7288248.
HSL color Cylindrical-coordinate representation of color #B8356F: hue angle of 333.44º 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 #B8356F is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 111 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.28 |
| HSL | 333.44º | 0.55% | 0.46% | - |
| HSV(B) | 333.44º | 0.71% | 0.72% | - |
| XYZ | 23.91 | 13.88 | 16.46 | - |
| YUV | 98.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 111 | 0 | 0.71 | 0.40 | 0.28 | 333.44 | 0.55 | 0.46 |
| Hex | B8 | 35 | 6F | 0 | 47 | 28 | 1C | 14D | 37 | 2E |
| Octal | 270 | 65 | 157 | 0 | 107 | 50 | 34 | 515 | 67 | 56 |
| Binary | 10111000 | 110101 | 1101111 | 0 | 1000111 | 101000 | 11100 | 101001101 | 110111 | 101110 |
Color Harmonies of #B8356F
Complementary color
Monochromatic Colors of #B8356F
Black with #B8356F
Text Example
Text Example
White with #B8356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8356F; }
p { color: rgb(184,53,111); }
H1.HeaderClassName
{
color: #B8356F;
}
.AnyTagClassName
{
color: #B8356F;
}
</style>
background-color css
<style>
a { background-color: #B8356F; }
a { background-color: rgb(184,53,111); }
div.DivClassName
{
background-color: #B8356F;
}
.BgClassName
{
background-color: #B8356F;
}
</style>
border-color css
<style>
span { border-color: #B8356F; }
span { border-color: rgb(184,53,111); }
td.TdClassName
{
border-color: #B8356F;
}
.TagClassName
{
border-color: #B8356F;
}
</style>