Shades of Rouge #B5396B
Tints of Rouge #B5396B
RGB
CMYK
RGB Variations
Color information
#B5396B (or 0xB5396B) is known color: Rouge. HEX triplet: B5, 39 and 6B. RGB value is (181,57,107). Sum of RGB (Red+Green+Blue) = 181+57+107=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5396B is #4AC694. Grayscale: #636363. Windows color (decimal): -4900501 or 7027125. OLE color: 7027125.
HSL color Cylindrical-coordinate representation of color #B5396B: hue angle of 335.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5396B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 107 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.29 |
| HSL | 335.81º | 0.52% | 0.47% | - |
| HSV(B) | 335.81º | 0.69% | 0.71% | - |
| XYZ | 23.17 | 13.81 | 15.35 | - |
| YUV | 99.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 107 | 0 | 0.69 | 0.41 | 0.29 | 335.81 | 0.52 | 0.47 |
| Hex | B5 | 39 | 6B | 0 | 45 | 29 | 1D | 150 | 34 | 2F |
| Octal | 265 | 71 | 153 | 0 | 105 | 51 | 35 | 520 | 64 | 57 |
| Binary | 10110101 | 111001 | 1101011 | 0 | 1000101 | 101001 | 11101 | 101010000 | 110100 | 101111 |
Color Harmonies of #B5396B
Complementary color
Monochromatic Colors of #B5396B
Black with #B5396B
Text Example
Text Example
White with #B5396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5396B; }
p { color: rgb(181,57,107); }
H1.HeaderClassName
{
color: #B5396B;
}
.AnyTagClassName
{
color: #B5396B;
}
</style>
background-color css
<style>
a { background-color: #B5396B; }
a { background-color: rgb(181,57,107); }
div.DivClassName
{
background-color: #B5396B;
}
.BgClassName
{
background-color: #B5396B;
}
</style>
border-color css
<style>
span { border-color: #B5396B; }
span { border-color: rgb(181,57,107); }
td.TdClassName
{
border-color: #B5396B;
}
.TagClassName
{
border-color: #B5396B;
}
</style>