Shades of Rouge #B83D5E
Tints of Rouge #B83D5E
RGB
CMYK
RGB Variations
Color information
#B83D5E (or 0xB83D5E) is known color: Rouge. HEX triplet: B8, 3D and 5E. RGB value is (184,61,94). Sum of RGB (Red+Green+Blue) = 184+61+94=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D5E is #47C2A1. Grayscale: #656565. Windows color (decimal): -4702882 or 6176184. OLE color: 6176184.
HSL color Cylindrical-coordinate representation of color #B83D5E: hue angle of 343.9º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D5E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 94 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.28 |
| HSL | 343.9º | 0.5% | 0.48% | - |
| HSV(B) | 343.9º | 0.67% | 0.72% | - |
| XYZ | 23.46 | 14.34 | 12.12 | - |
| YUV | 101.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 94 | 0 | 0.67 | 0.49 | 0.28 | 343.9 | 0.5 | 0.48 |
| Hex | B8 | 3D | 5E | 0 | 43 | 31 | 1C | 158 | 32 | 30 |
| Octal | 270 | 75 | 136 | 0 | 103 | 61 | 34 | 530 | 62 | 60 |
| Binary | 10111000 | 111101 | 1011110 | 0 | 1000011 | 110001 | 11100 | 101011000 | 110010 | 110000 |
Color Harmonies of #B83D5E
Complementary color
Monochromatic Colors of #B83D5E
Black with #B83D5E
Text Example
Text Example
White with #B83D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D5E; }
p { color: rgb(184,61,94); }
H1.HeaderClassName
{
color: #B83D5E;
}
.AnyTagClassName
{
color: #B83D5E;
}
</style>
background-color css
<style>
a { background-color: #B83D5E; }
a { background-color: rgb(184,61,94); }
div.DivClassName
{
background-color: #B83D5E;
}
.BgClassName
{
background-color: #B83D5E;
}
</style>
border-color css
<style>
span { border-color: #B83D5E; }
span { border-color: rgb(184,61,94); }
td.TdClassName
{
border-color: #B83D5E;
}
.TagClassName
{
border-color: #B83D5E;
}
</style>