Shades of Rouge #B5386A
Tints of Rouge #B5386A
RGB
CMYK
RGB Variations
Color information
#B5386A (or 0xB5386A) is known color: Rouge. HEX triplet: B5, 38 and 6A. RGB value is (181,56,106). Sum of RGB (Red+Green+Blue) = 181+56+106=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5386A is #4AC795. Grayscale: #636363. Windows color (decimal): -4900758 or 6961333. OLE color: 6961333.
HSL color Cylindrical-coordinate representation of color #B5386A: hue angle of 336º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5386A is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 106 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.29 |
| HSL | 336º | 0.53% | 0.46% | - |
| HSV(B) | 336º | 0.69% | 0.71% | - |
| XYZ | 23.07 | 13.69 | 15.06 | - |
| YUV | 99.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 106 | 0 | 0.69 | 0.41 | 0.29 | 336 | 0.53 | 0.46 |
| Hex | B5 | 38 | 6A | 0 | 45 | 29 | 1D | 150 | 35 | 2E |
| Octal | 265 | 70 | 152 | 0 | 105 | 51 | 35 | 520 | 65 | 56 |
| Binary | 10110101 | 111000 | 1101010 | 0 | 1000101 | 101001 | 11101 | 101010000 | 110101 | 101110 |
Color Harmonies of #B5386A
Complementary color
Monochromatic Colors of #B5386A
Black with #B5386A
Text Example
Text Example
White with #B5386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5386A; }
p { color: rgb(181,56,106); }
H1.HeaderClassName
{
color: #B5386A;
}
.AnyTagClassName
{
color: #B5386A;
}
</style>
background-color css
<style>
a { background-color: #B5386A; }
a { background-color: rgb(181,56,106); }
div.DivClassName
{
background-color: #B5386A;
}
.BgClassName
{
background-color: #B5386A;
}
</style>
border-color css
<style>
span { border-color: #B5386A; }
span { border-color: rgb(181,56,106); }
td.TdClassName
{
border-color: #B5386A;
}
.TagClassName
{
border-color: #B5386A;
}
</style>