Shades of Rouge #B93A5E
Tints of Rouge #B93A5E
RGB
CMYK
RGB Variations
Color information
#B93A5E (or 0xB93A5E) is known color: Rouge. HEX triplet: B9, 3A and 5E. RGB value is (185,58,94). Sum of RGB (Red+Green+Blue) = 185+58+94=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A5E is #46C5A1. Grayscale: #646464. Windows color (decimal): -4638114 or 6175417. OLE color: 6175417.
HSL color Cylindrical-coordinate representation of color #B93A5E: hue angle of 342.99º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93A5E is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 94 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.27 |
| HSL | 342.99º | 0.52% | 0.48% | - |
| HSV(B) | 342.99º | 0.69% | 0.73% | - |
| XYZ | 23.54 | 14.15 | 12.08 | - |
| YUV | 100.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 94 | 0 | 0.69 | 0.49 | 0.27 | 342.99 | 0.52 | 0.48 |
| Hex | B9 | 3A | 5E | 0 | 45 | 31 | 1B | 157 | 34 | 30 |
| Octal | 271 | 72 | 136 | 0 | 105 | 61 | 33 | 527 | 64 | 60 |
| Binary | 10111001 | 111010 | 1011110 | 0 | 1000101 | 110001 | 11011 | 101010111 | 110100 | 110000 |
Color Harmonies of #B93A5E
Complementary color
Monochromatic Colors of #B93A5E
Black with #B93A5E
Text Example
Text Example
White with #B93A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A5E; }
p { color: rgb(185,58,94); }
H1.HeaderClassName
{
color: #B93A5E;
}
.AnyTagClassName
{
color: #B93A5E;
}
</style>
background-color css
<style>
a { background-color: #B93A5E; }
a { background-color: rgb(185,58,94); }
div.DivClassName
{
background-color: #B93A5E;
}
.BgClassName
{
background-color: #B93A5E;
}
</style>
border-color css
<style>
span { border-color: #B93A5E; }
span { border-color: rgb(185,58,94); }
td.TdClassName
{
border-color: #B93A5E;
}
.TagClassName
{
border-color: #B93A5E;
}
</style>