Shades of Rouge #B83B5E
Tints of Rouge #B83B5E
RGB
CMYK
RGB Variations
Color information
#B83B5E (or 0xB83B5E) is known color: Rouge. HEX triplet: B8, 3B and 5E. RGB value is (184,59,94). Sum of RGB (Red+Green+Blue) = 184+59+94=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B5E is #47C4A1. Grayscale: #646464. Windows color (decimal): -4703394 or 6175672. OLE color: 6175672.
HSL color Cylindrical-coordinate representation of color #B83B5E: hue angle of 343.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B5E is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 94 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.28 |
| HSL | 343.2º | 0.51% | 0.48% | - |
| HSV(B) | 343.2º | 0.68% | 0.72% | - |
| XYZ | 23.35 | 14.13 | 12.09 | - |
| YUV | 100.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 94 | 0 | 0.68 | 0.49 | 0.28 | 343.2 | 0.51 | 0.48 |
| Hex | B8 | 3B | 5E | 0 | 44 | 31 | 1C | 157 | 33 | 30 |
| Octal | 270 | 73 | 136 | 0 | 104 | 61 | 34 | 527 | 63 | 60 |
| Binary | 10111000 | 111011 | 1011110 | 0 | 1000100 | 110001 | 11100 | 101010111 | 110011 | 110000 |
Color Harmonies of #B83B5E
Complementary color
Monochromatic Colors of #B83B5E
Black with #B83B5E
Text Example
Text Example
White with #B83B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B5E; }
p { color: rgb(184,59,94); }
H1.HeaderClassName
{
color: #B83B5E;
}
.AnyTagClassName
{
color: #B83B5E;
}
</style>
background-color css
<style>
a { background-color: #B83B5E; }
a { background-color: rgb(184,59,94); }
div.DivClassName
{
background-color: #B83B5E;
}
.BgClassName
{
background-color: #B83B5E;
}
</style>
border-color css
<style>
span { border-color: #B83B5E; }
span { border-color: rgb(184,59,94); }
td.TdClassName
{
border-color: #B83B5E;
}
.TagClassName
{
border-color: #B83B5E;
}
</style>