Shades of Rouge #B7356C
Tints of Rouge #B7356C
RGB
CMYK
RGB Variations
Color information
#B7356C (or 0xB7356C) is known color: Rouge. HEX triplet: B7, 35 and 6C. RGB value is (183,53,108). Sum of RGB (Red+Green+Blue) = 183+53+108=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7356C is #48CA93. Grayscale: #626262. Windows color (decimal): -4770452 or 7091639. OLE color: 7091639.
HSL color Cylindrical-coordinate representation of color #B7356C: hue angle of 334.62º 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 #B7356C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 108 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.28 |
| HSL | 334.62º | 0.55% | 0.46% | - |
| HSV(B) | 334.62º | 0.71% | 0.72% | - |
| XYZ | 23.51 | 13.7 | 15.59 | - |
| YUV | 98.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 108 | 0 | 0.71 | 0.41 | 0.28 | 334.62 | 0.55 | 0.46 |
| Hex | B7 | 35 | 6C | 0 | 47 | 29 | 1C | 14F | 37 | 2E |
| Octal | 267 | 65 | 154 | 0 | 107 | 51 | 34 | 517 | 67 | 56 |
| Binary | 10110111 | 110101 | 1101100 | 0 | 1000111 | 101001 | 11100 | 101001111 | 110111 | 101110 |
Color Harmonies of #B7356C
Complementary color
Monochromatic Colors of #B7356C
Black with #B7356C
Text Example
Text Example
White with #B7356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7356C; }
p { color: rgb(183,53,108); }
H1.HeaderClassName
{
color: #B7356C;
}
.AnyTagClassName
{
color: #B7356C;
}
</style>
background-color css
<style>
a { background-color: #B7356C; }
a { background-color: rgb(183,53,108); }
div.DivClassName
{
background-color: #B7356C;
}
.BgClassName
{
background-color: #B7356C;
}
</style>
border-color css
<style>
span { border-color: #B7356C; }
span { border-color: rgb(183,53,108); }
td.TdClassName
{
border-color: #B7356C;
}
.TagClassName
{
border-color: #B7356C;
}
</style>