Shades of Rouge #B8356A
Tints of Rouge #B8356A
RGB
CMYK
RGB Variations
Color information
#B8356A (or 0xB8356A) is known color: Rouge. HEX triplet: B8, 35 and 6A. RGB value is (184,53,106). Sum of RGB (Red+Green+Blue) = 184+53+106=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8356A is #47CA95. Grayscale: #626262. Windows color (decimal): -4704918 or 6960568. OLE color: 6960568.
HSL color Cylindrical-coordinate representation of color #B8356A: hue angle of 335.73º 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 #B8356A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 106 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.28 |
| HSL | 335.73º | 0.55% | 0.46% | - |
| HSV(B) | 335.73º | 0.71% | 0.72% | - |
| XYZ | 23.64 | 13.78 | 15.05 | - |
| YUV | 98.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 106 | 0 | 0.71 | 0.42 | 0.28 | 335.73 | 0.55 | 0.46 |
| Hex | B8 | 35 | 6A | 0 | 47 | 2A | 1C | 150 | 37 | 2E |
| Octal | 270 | 65 | 152 | 0 | 107 | 52 | 34 | 520 | 67 | 56 |
| Binary | 10111000 | 110101 | 1101010 | 0 | 1000111 | 101010 | 11100 | 101010000 | 110111 | 101110 |
Color Harmonies of #B8356A
Complementary color
Monochromatic Colors of #B8356A
Black with #B8356A
Text Example
Text Example
White with #B8356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8356A; }
p { color: rgb(184,53,106); }
H1.HeaderClassName
{
color: #B8356A;
}
.AnyTagClassName
{
color: #B8356A;
}
</style>
background-color css
<style>
a { background-color: #B8356A; }
a { background-color: rgb(184,53,106); }
div.DivClassName
{
background-color: #B8356A;
}
.BgClassName
{
background-color: #B8356A;
}
</style>
border-color css
<style>
span { border-color: #B8356A; }
span { border-color: rgb(184,53,106); }
td.TdClassName
{
border-color: #B8356A;
}
.TagClassName
{
border-color: #B8356A;
}
</style>