Shades of Rouge #B83E61
Tints of Rouge #B83E61
RGB
CMYK
RGB Variations
Color information
#B83E61 (or 0xB83E61) is known color: Rouge. HEX triplet: B8, 3E and 61. RGB value is (184,62,97). Sum of RGB (Red+Green+Blue) = 184+62+97=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E61 is #47C19E. Grayscale: #666666. Windows color (decimal): -4702623 or 6373048. OLE color: 6373048.
HSL color Cylindrical-coordinate representation of color #B83E61: hue angle of 342.79º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83E61 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 97 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.28 |
| HSL | 342.79º | 0.5% | 0.48% | - |
| HSV(B) | 342.79º | 0.66% | 0.72% | - |
| XYZ | 23.65 | 14.5 | 12.86 | - |
| YUV | 102.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 97 | 0 | 0.66 | 0.47 | 0.28 | 342.79 | 0.5 | 0.48 |
| Hex | B8 | 3E | 61 | 0 | 42 | 2F | 1C | 157 | 32 | 30 |
| Octal | 270 | 76 | 141 | 0 | 102 | 57 | 34 | 527 | 62 | 60 |
| Binary | 10111000 | 111110 | 1100001 | 0 | 1000010 | 101111 | 11100 | 101010111 | 110010 | 110000 |
Color Harmonies of #B83E61
Complementary color
Monochromatic Colors of #B83E61
Black with #B83E61
Text Example
Text Example
White with #B83E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E61; }
p { color: rgb(184,62,97); }
H1.HeaderClassName
{
color: #B83E61;
}
.AnyTagClassName
{
color: #B83E61;
}
</style>
background-color css
<style>
a { background-color: #B83E61; }
a { background-color: rgb(184,62,97); }
div.DivClassName
{
background-color: #B83E61;
}
.BgClassName
{
background-color: #B83E61;
}
</style>
border-color css
<style>
span { border-color: #B83E61; }
span { border-color: rgb(184,62,97); }
td.TdClassName
{
border-color: #B83E61;
}
.TagClassName
{
border-color: #B83E61;
}
</style>