Shades of Rouge #B5356B
Tints of Rouge #B5356B
RGB
CMYK
RGB Variations
Color information
#B5356B (or 0xB5356B) is known color: Rouge. HEX triplet: B5, 35 and 6B. RGB value is (181,53,107). Sum of RGB (Red+Green+Blue) = 181+53+107=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5356B is #4ACA94. Grayscale: #616161. Windows color (decimal): -4901525 or 7026101. OLE color: 7026101.
HSL color Cylindrical-coordinate representation of color #B5356B: hue angle of 334.69º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5356B is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 107 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.29 |
| HSL | 334.69º | 0.55% | 0.46% | - |
| HSV(B) | 334.69º | 0.71% | 0.71% | - |
| XYZ | 22.98 | 13.43 | 15.29 | - |
| YUV | 97.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 107 | 0 | 0.71 | 0.41 | 0.29 | 334.69 | 0.55 | 0.46 |
| Hex | B5 | 35 | 6B | 0 | 47 | 29 | 1D | 14F | 37 | 2E |
| Octal | 265 | 65 | 153 | 0 | 107 | 51 | 35 | 517 | 67 | 56 |
| Binary | 10110101 | 110101 | 1101011 | 0 | 1000111 | 101001 | 11101 | 101001111 | 110111 | 101110 |
Color Harmonies of #B5356B
Complementary color
Monochromatic Colors of #B5356B
Black with #B5356B
Text Example
Text Example
White with #B5356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5356B; }
p { color: rgb(181,53,107); }
H1.HeaderClassName
{
color: #B5356B;
}
.AnyTagClassName
{
color: #B5356B;
}
</style>
background-color css
<style>
a { background-color: #B5356B; }
a { background-color: rgb(181,53,107); }
div.DivClassName
{
background-color: #B5356B;
}
.BgClassName
{
background-color: #B5356B;
}
</style>
border-color css
<style>
span { border-color: #B5356B; }
span { border-color: rgb(181,53,107); }
td.TdClassName
{
border-color: #B5356B;
}
.TagClassName
{
border-color: #B5356B;
}
</style>