Shades of Rouge #B8355F
Tints of Rouge #B8355F
RGB
CMYK
RGB Variations
Color information
#B8355F (or 0xB8355F) is known color: Rouge. HEX triplet: B8, 35 and 5F. RGB value is (184,53,95). Sum of RGB (Red+Green+Blue) = 184+53+95=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8355F is #47CAA0. Grayscale: #606060. Windows color (decimal): -4704929 or 6239672. OLE color: 6239672.
HSL color Cylindrical-coordinate representation of color #B8355F: hue angle of 340.76º 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 #B8355F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 95 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.28 |
| HSL | 340.76º | 0.55% | 0.46% | - |
| HSV(B) | 340.76º | 0.71% | 0.72% | - |
| XYZ | 23.11 | 13.56 | 12.23 | - |
| YUV | 96.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 95 | 0 | 0.71 | 0.48 | 0.28 | 340.76 | 0.55 | 0.46 |
| Hex | B8 | 35 | 5F | 0 | 47 | 30 | 1C | 155 | 37 | 2E |
| Octal | 270 | 65 | 137 | 0 | 107 | 60 | 34 | 525 | 67 | 56 |
| Binary | 10111000 | 110101 | 1011111 | 0 | 1000111 | 110000 | 11100 | 101010101 | 110111 | 101110 |
Color Harmonies of #B8355F
Complementary color
Monochromatic Colors of #B8355F
Black with #B8355F
Text Example
Text Example
White with #B8355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8355F; }
p { color: rgb(184,53,95); }
H1.HeaderClassName
{
color: #B8355F;
}
.AnyTagClassName
{
color: #B8355F;
}
</style>
background-color css
<style>
a { background-color: #B8355F; }
a { background-color: rgb(184,53,95); }
div.DivClassName
{
background-color: #B8355F;
}
.BgClassName
{
background-color: #B8355F;
}
</style>
border-color css
<style>
span { border-color: #B8355F; }
span { border-color: rgb(184,53,95); }
td.TdClassName
{
border-color: #B8355F;
}
.TagClassName
{
border-color: #B8355F;
}
</style>