Shades of Rouge #B6356C
Tints of Rouge #B6356C
RGB
CMYK
RGB Variations
Color information
#B6356C (or 0xB6356C) is known color: Rouge. HEX triplet: B6, 35 and 6C. RGB value is (182,53,108). Sum of RGB (Red+Green+Blue) = 182+53+108=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6356C is #49CA93. Grayscale: #616161. Windows color (decimal): -4835988 or 7091638. OLE color: 7091638.
HSL color Cylindrical-coordinate representation of color #B6356C: hue angle of 334.42º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6356C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 108 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.29 |
| HSL | 334.42º | 0.55% | 0.46% | - |
| HSV(B) | 334.42º | 0.71% | 0.71% | - |
| XYZ | 23.27 | 13.57 | 15.58 | - |
| YUV | 97.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 108 | 0 | 0.71 | 0.41 | 0.29 | 334.42 | 0.55 | 0.46 |
| Hex | B6 | 35 | 6C | 0 | 47 | 29 | 1D | 14E | 37 | 2E |
| Octal | 266 | 65 | 154 | 0 | 107 | 51 | 35 | 516 | 67 | 56 |
| Binary | 10110110 | 110101 | 1101100 | 0 | 1000111 | 101001 | 11101 | 101001110 | 110111 | 101110 |
Color Harmonies of #B6356C
Complementary color
Monochromatic Colors of #B6356C
Black with #B6356C
Text Example
Text Example
White with #B6356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6356C; }
p { color: rgb(182,53,108); }
H1.HeaderClassName
{
color: #B6356C;
}
.AnyTagClassName
{
color: #B6356C;
}
</style>
background-color css
<style>
a { background-color: #B6356C; }
a { background-color: rgb(182,53,108); }
div.DivClassName
{
background-color: #B6356C;
}
.BgClassName
{
background-color: #B6356C;
}
</style>
border-color css
<style>
span { border-color: #B6356C; }
span { border-color: rgb(182,53,108); }
td.TdClassName
{
border-color: #B6356C;
}
.TagClassName
{
border-color: #B6356C;
}
</style>