Shades of Rouge #B5326B
Tints of Rouge #B5326B
RGB
CMYK
RGB Variations
Color information
#B5326B (or 0xB5326B) is known color: Rouge. HEX triplet: B5, 32 and 6B. RGB value is (181,50,107). Sum of RGB (Red+Green+Blue) = 181+50+107=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5326B is #4ACD94. Grayscale: #5F5F5F. Windows color (decimal): -4902293 or 7025333. OLE color: 7025333.
HSL color Cylindrical-coordinate representation of color #B5326B: hue angle of 333.89º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5326B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 107 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.29 |
| HSL | 333.89º | 0.57% | 0.45% | - |
| HSV(B) | 333.89º | 0.72% | 0.71% | - |
| XYZ | 22.85 | 13.17 | 15.25 | - |
| YUV | 95.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 107 | 0 | 0.72 | 0.41 | 0.29 | 333.89 | 0.57 | 0.45 |
| Hex | B5 | 32 | 6B | 0 | 48 | 29 | 1D | 14E | 39 | 2D |
| Octal | 265 | 62 | 153 | 0 | 110 | 51 | 35 | 516 | 71 | 55 |
| Binary | 10110101 | 110010 | 1101011 | 0 | 1001000 | 101001 | 11101 | 101001110 | 111001 | 101101 |
Color Harmonies of #B5326B
Complementary color
Monochromatic Colors of #B5326B
Black with #B5326B
Text Example
Text Example
White with #B5326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5326B; }
p { color: rgb(181,50,107); }
H1.HeaderClassName
{
color: #B5326B;
}
.AnyTagClassName
{
color: #B5326B;
}
</style>
background-color css
<style>
a { background-color: #B5326B; }
a { background-color: rgb(181,50,107); }
div.DivClassName
{
background-color: #B5326B;
}
.BgClassName
{
background-color: #B5326B;
}
</style>
border-color css
<style>
span { border-color: #B5326B; }
span { border-color: rgb(181,50,107); }
td.TdClassName
{
border-color: #B5326B;
}
.TagClassName
{
border-color: #B5326B;
}
</style>