Shades of Rouge #B7356F
Tints of Rouge #B7356F
RGB
CMYK
RGB Variations
Color information
#B7356F (or 0xB7356F) is known color: Rouge. HEX triplet: B7, 35 and 6F. RGB value is (183,53,111). Sum of RGB (Red+Green+Blue) = 183+53+111=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7356F is #48CA90. Grayscale: #626262. Windows color (decimal): -4770449 or 7288247. OLE color: 7288247.
HSL color Cylindrical-coordinate representation of color #B7356F: hue angle of 333.23º 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 #B7356F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 111 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.28 |
| HSL | 333.23º | 0.55% | 0.46% | - |
| HSV(B) | 333.23º | 0.71% | 0.72% | - |
| XYZ | 23.67 | 13.76 | 16.45 | - |
| YUV | 98.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 111 | 0 | 0.71 | 0.39 | 0.28 | 333.23 | 0.55 | 0.46 |
| Hex | B7 | 35 | 6F | 0 | 47 | 27 | 1C | 14D | 37 | 2E |
| Octal | 267 | 65 | 157 | 0 | 107 | 47 | 34 | 515 | 67 | 56 |
| Binary | 10110111 | 110101 | 1101111 | 0 | 1000111 | 100111 | 11100 | 101001101 | 110111 | 101110 |
Color Harmonies of #B7356F
Complementary color
Monochromatic Colors of #B7356F
Black with #B7356F
Text Example
Text Example
White with #B7356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7356F; }
p { color: rgb(183,53,111); }
H1.HeaderClassName
{
color: #B7356F;
}
.AnyTagClassName
{
color: #B7356F;
}
</style>
background-color css
<style>
a { background-color: #B7356F; }
a { background-color: rgb(183,53,111); }
div.DivClassName
{
background-color: #B7356F;
}
.BgClassName
{
background-color: #B7356F;
}
</style>
border-color css
<style>
span { border-color: #B7356F; }
span { border-color: rgb(183,53,111); }
td.TdClassName
{
border-color: #B7356F;
}
.TagClassName
{
border-color: #B7356F;
}
</style>