Shades of Rouge #B93C5E
Tints of Rouge #B93C5E
RGB
CMYK
RGB Variations
Color information
#B93C5E (or 0xB93C5E) is known color: Rouge. HEX triplet: B9, 3C and 5E. RGB value is (185,60,94). Sum of RGB (Red+Green+Blue) = 185+60+94=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C5E is #46C3A1. Grayscale: #656565. Windows color (decimal): -4637602 or 6175929. OLE color: 6175929.
HSL color Cylindrical-coordinate representation of color #B93C5E: hue angle of 343.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C5E is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 94 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.27 |
| HSL | 343.68º | 0.51% | 0.48% | - |
| HSV(B) | 343.68º | 0.68% | 0.73% | - |
| XYZ | 23.64 | 14.35 | 12.11 | - |
| YUV | 101.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 94 | 0 | 0.68 | 0.49 | 0.27 | 343.68 | 0.51 | 0.48 |
| Hex | B9 | 3C | 5E | 0 | 44 | 31 | 1B | 158 | 33 | 30 |
| Octal | 271 | 74 | 136 | 0 | 104 | 61 | 33 | 530 | 63 | 60 |
| Binary | 10111001 | 111100 | 1011110 | 0 | 1000100 | 110001 | 11011 | 101011000 | 110011 | 110000 |
Color Harmonies of #B93C5E
Complementary color
Monochromatic Colors of #B93C5E
Black with #B93C5E
Text Example
Text Example
White with #B93C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C5E; }
p { color: rgb(185,60,94); }
H1.HeaderClassName
{
color: #B93C5E;
}
.AnyTagClassName
{
color: #B93C5E;
}
</style>
background-color css
<style>
a { background-color: #B93C5E; }
a { background-color: rgb(185,60,94); }
div.DivClassName
{
background-color: #B93C5E;
}
.BgClassName
{
background-color: #B93C5E;
}
</style>
border-color css
<style>
span { border-color: #B93C5E; }
span { border-color: rgb(185,60,94); }
td.TdClassName
{
border-color: #B93C5E;
}
.TagClassName
{
border-color: #B93C5E;
}
</style>