Shades of Rouge #B5346B
Tints of Rouge #B5346B
RGB
CMYK
RGB Variations
Color information
#B5346B (or 0xB5346B) is known color: Rouge. HEX triplet: B5, 34 and 6B. RGB value is (181,52,107). Sum of RGB (Red+Green+Blue) = 181+52+107=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5346B is #4ACB94. Grayscale: #606060. Windows color (decimal): -4901781 or 7025845. OLE color: 7025845.
HSL color Cylindrical-coordinate representation of color #B5346B: hue angle of 334.42º 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 #B5346B is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 107 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.29 |
| HSL | 334.42º | 0.55% | 0.46% | - |
| HSV(B) | 334.42º | 0.71% | 0.71% | - |
| XYZ | 22.94 | 13.34 | 15.28 | - |
| YUV | 96.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 107 | 0 | 0.71 | 0.41 | 0.29 | 334.42 | 0.55 | 0.46 |
| Hex | B5 | 34 | 6B | 0 | 47 | 29 | 1D | 14E | 37 | 2E |
| Octal | 265 | 64 | 153 | 0 | 107 | 51 | 35 | 516 | 67 | 56 |
| Binary | 10110101 | 110100 | 1101011 | 0 | 1000111 | 101001 | 11101 | 101001110 | 110111 | 101110 |
Color Harmonies of #B5346B
Complementary color
Monochromatic Colors of #B5346B
Black with #B5346B
Text Example
Text Example
White with #B5346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5346B; }
p { color: rgb(181,52,107); }
H1.HeaderClassName
{
color: #B5346B;
}
.AnyTagClassName
{
color: #B5346B;
}
</style>
background-color css
<style>
a { background-color: #B5346B; }
a { background-color: rgb(181,52,107); }
div.DivClassName
{
background-color: #B5346B;
}
.BgClassName
{
background-color: #B5346B;
}
</style>
border-color css
<style>
span { border-color: #B5346B; }
span { border-color: rgb(181,52,107); }
td.TdClassName
{
border-color: #B5346B;
}
.TagClassName
{
border-color: #B5346B;
}
</style>