Shades of Rouge #B5376F
Tints of Rouge #B5376F
RGB
CMYK
RGB Variations
Color information
#B5376F (or 0xB5376F) is known color: Rouge. HEX triplet: B5, 37 and 6F. RGB value is (181,55,111). Sum of RGB (Red+Green+Blue) = 181+55+111=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5376F is #4AC890. Grayscale: #626262. Windows color (decimal): -4901009 or 7288757. OLE color: 7288757.
HSL color Cylindrical-coordinate representation of color #B5376F: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5376F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 111 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.29 |
| HSL | 333.33º | 0.53% | 0.46% | - |
| HSV(B) | 333.33º | 0.7% | 0.71% | - |
| XYZ | 23.29 | 13.7 | 16.46 | - |
| YUV | 99.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 111 | 0 | 0.70 | 0.39 | 0.29 | 333.33 | 0.53 | 0.46 |
| Hex | B5 | 37 | 6F | 0 | 46 | 27 | 1D | 14D | 35 | 2E |
| Octal | 265 | 67 | 157 | 0 | 106 | 47 | 35 | 515 | 65 | 56 |
| Binary | 10110101 | 110111 | 1101111 | 0 | 1000110 | 100111 | 11101 | 101001101 | 110101 | 101110 |
Color Harmonies of #B5376F
Complementary color
Monochromatic Colors of #B5376F
Black with #B5376F
Text Example
Text Example
White with #B5376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5376F; }
p { color: rgb(181,55,111); }
H1.HeaderClassName
{
color: #B5376F;
}
.AnyTagClassName
{
color: #B5376F;
}
</style>
background-color css
<style>
a { background-color: #B5376F; }
a { background-color: rgb(181,55,111); }
div.DivClassName
{
background-color: #B5376F;
}
.BgClassName
{
background-color: #B5376F;
}
</style>
border-color css
<style>
span { border-color: #B5376F; }
span { border-color: rgb(181,55,111); }
td.TdClassName
{
border-color: #B5376F;
}
.TagClassName
{
border-color: #B5376F;
}
</style>