Shades of Rouge #B5366E
Tints of Rouge #B5366E
RGB
CMYK
RGB Variations
Color information
#B5366E (or 0xB5366E) is known color: Rouge. HEX triplet: B5, 36 and 6E. RGB value is (181,54,110). Sum of RGB (Red+Green+Blue) = 181+54+110=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5366E is #4AC991. Grayscale: #626262. Windows color (decimal): -4901266 or 7222965. OLE color: 7222965.
HSL color Cylindrical-coordinate representation of color #B5366E: hue angle of 333.54º degrees, saturation: 0.54, 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 #B5366E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 110 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.29 |
| HSL | 333.54º | 0.54% | 0.46% | - |
| HSV(B) | 333.54º | 0.7% | 0.71% | - |
| XYZ | 23.19 | 13.59 | 16.15 | - |
| YUV | 98.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 110 | 0 | 0.70 | 0.39 | 0.29 | 333.54 | 0.54 | 0.46 |
| Hex | B5 | 36 | 6E | 0 | 46 | 27 | 1D | 14E | 36 | 2E |
| Octal | 265 | 66 | 156 | 0 | 106 | 47 | 35 | 516 | 66 | 56 |
| Binary | 10110101 | 110110 | 1101110 | 0 | 1000110 | 100111 | 11101 | 101001110 | 110110 | 101110 |
Color Harmonies of #B5366E
Complementary color
Monochromatic Colors of #B5366E
Black with #B5366E
Text Example
Text Example
White with #B5366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5366E; }
p { color: rgb(181,54,110); }
H1.HeaderClassName
{
color: #B5366E;
}
.AnyTagClassName
{
color: #B5366E;
}
</style>
background-color css
<style>
a { background-color: #B5366E; }
a { background-color: rgb(181,54,110); }
div.DivClassName
{
background-color: #B5366E;
}
.BgClassName
{
background-color: #B5366E;
}
</style>
border-color css
<style>
span { border-color: #B5366E; }
span { border-color: rgb(181,54,110); }
td.TdClassName
{
border-color: #B5366E;
}
.TagClassName
{
border-color: #B5366E;
}
</style>