Shades of Rouge #B5386F
Tints of Rouge #B5386F
RGB
CMYK
RGB Variations
Color information
#B5386F (or 0xB5386F) is known color: Rouge. HEX triplet: B5, 38 and 6F. RGB value is (181,56,111). Sum of RGB (Red+Green+Blue) = 181+56+111=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5386F is #4AC790. Grayscale: #636363. Windows color (decimal): -4900753 or 7289013. OLE color: 7289013.
HSL color Cylindrical-coordinate representation of color #B5386F: hue angle of 333.6º 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 #B5386F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 111 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.29 |
| HSL | 333.6º | 0.53% | 0.46% | - |
| HSV(B) | 333.6º | 0.69% | 0.71% | - |
| XYZ | 23.34 | 13.8 | 16.47 | - |
| YUV | 99.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 111 | 0 | 0.69 | 0.39 | 0.29 | 333.6 | 0.53 | 0.46 |
| Hex | B5 | 38 | 6F | 0 | 45 | 27 | 1D | 14E | 35 | 2E |
| Octal | 265 | 70 | 157 | 0 | 105 | 47 | 35 | 516 | 65 | 56 |
| Binary | 10110101 | 111000 | 1101111 | 0 | 1000101 | 100111 | 11101 | 101001110 | 110101 | 101110 |
Color Harmonies of #B5386F
Complementary color
Monochromatic Colors of #B5386F
Black with #B5386F
Text Example
Text Example
White with #B5386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5386F; }
p { color: rgb(181,56,111); }
H1.HeaderClassName
{
color: #B5386F;
}
.AnyTagClassName
{
color: #B5386F;
}
</style>
background-color css
<style>
a { background-color: #B5386F; }
a { background-color: rgb(181,56,111); }
div.DivClassName
{
background-color: #B5386F;
}
.BgClassName
{
background-color: #B5386F;
}
</style>
border-color css
<style>
span { border-color: #B5386F; }
span { border-color: rgb(181,56,111); }
td.TdClassName
{
border-color: #B5386F;
}
.TagClassName
{
border-color: #B5386F;
}
</style>