Shades of Rouge #B5396C
Tints of Rouge #B5396C
RGB
CMYK
RGB Variations
Color information
#B5396C (or 0xB5396C) is known color: Rouge. HEX triplet: B5, 39 and 6C. RGB value is (181,57,108). Sum of RGB (Red+Green+Blue) = 181+57+108=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5396C is #4AC693. Grayscale: #636363. Windows color (decimal): -4900500 or 7092661. OLE color: 7092661.
HSL color Cylindrical-coordinate representation of color #B5396C: hue angle of 335.32º 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 #B5396C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 108 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.29 |
| HSL | 335.32º | 0.52% | 0.47% | - |
| HSV(B) | 335.32º | 0.69% | 0.71% | - |
| XYZ | 23.23 | 13.83 | 15.63 | - |
| YUV | 99.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 108 | 0 | 0.69 | 0.40 | 0.29 | 335.32 | 0.52 | 0.47 |
| Hex | B5 | 39 | 6C | 0 | 45 | 28 | 1D | 14F | 34 | 2F |
| Octal | 265 | 71 | 154 | 0 | 105 | 50 | 35 | 517 | 64 | 57 |
| Binary | 10110101 | 111001 | 1101100 | 0 | 1000101 | 101000 | 11101 | 101001111 | 110100 | 101111 |
Color Harmonies of #B5396C
Complementary color
Monochromatic Colors of #B5396C
Black with #B5396C
Text Example
Text Example
White with #B5396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5396C; }
p { color: rgb(181,57,108); }
H1.HeaderClassName
{
color: #B5396C;
}
.AnyTagClassName
{
color: #B5396C;
}
</style>
background-color css
<style>
a { background-color: #B5396C; }
a { background-color: rgb(181,57,108); }
div.DivClassName
{
background-color: #B5396C;
}
.BgClassName
{
background-color: #B5396C;
}
</style>
border-color css
<style>
span { border-color: #B5396C; }
span { border-color: rgb(181,57,108); }
td.TdClassName
{
border-color: #B5396C;
}
.TagClassName
{
border-color: #B5396C;
}
</style>