Shades of Rouge #B93E5E
Tints of Rouge #B93E5E
RGB
CMYK
RGB Variations
Color information
#B93E5E (or 0xB93E5E) is known color: Rouge. HEX triplet: B9, 3E and 5E. RGB value is (185,62,94). Sum of RGB (Red+Green+Blue) = 185+62+94=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E5E is #46C1A1. Grayscale: #666666. Windows color (decimal): -4637090 or 6176441. OLE color: 6176441.
HSL color Cylindrical-coordinate representation of color #B93E5E: hue angle of 344.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E5E is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 62 | 94 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.27 |
| HSL | 344.39º | 0.5% | 0.48% | - |
| HSV(B) | 344.39º | 0.66% | 0.73% | - |
| XYZ | 23.75 | 14.57 | 12.15 | - |
| YUV | 102.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 94 | 0 | 0.66 | 0.49 | 0.27 | 344.39 | 0.5 | 0.48 |
| Hex | B9 | 3E | 5E | 0 | 42 | 31 | 1B | 158 | 32 | 30 |
| Octal | 271 | 76 | 136 | 0 | 102 | 61 | 33 | 530 | 62 | 60 |
| Binary | 10111001 | 111110 | 1011110 | 0 | 1000010 | 110001 | 11011 | 101011000 | 110010 | 110000 |
Color Harmonies of #B93E5E
Complementary color
Monochromatic Colors of #B93E5E
Black with #B93E5E
Text Example
Text Example
White with #B93E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93E5E; }
p { color: rgb(185,62,94); }
H1.HeaderClassName
{
color: #B93E5E;
}
.AnyTagClassName
{
color: #B93E5E;
}
</style>
background-color css
<style>
a { background-color: #B93E5E; }
a { background-color: rgb(185,62,94); }
div.DivClassName
{
background-color: #B93E5E;
}
.BgClassName
{
background-color: #B93E5E;
}
</style>
border-color css
<style>
span { border-color: #B93E5E; }
span { border-color: rgb(185,62,94); }
td.TdClassName
{
border-color: #B93E5E;
}
.TagClassName
{
border-color: #B93E5E;
}
</style>