Shades of Rouge #B83B63
Tints of Rouge #B83B63
RGB
CMYK
RGB Variations
Color information
#B83B63 (or 0xB83B63) is known color: Rouge. HEX triplet: B8, 3B and 63. RGB value is (184,59,99). Sum of RGB (Red+Green+Blue) = 184+59+99=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B63 is #47C49C. Grayscale: #646464. Windows color (decimal): -4703389 or 6503352. OLE color: 6503352.
HSL color Cylindrical-coordinate representation of color #B83B63: hue angle of 340.8º 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 #B83B63 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 99 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.28 |
| HSL | 340.8º | 0.51% | 0.48% | - |
| HSV(B) | 340.8º | 0.68% | 0.72% | - |
| XYZ | 23.58 | 14.22 | 13.31 | - |
| YUV | 100.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 99 | 0 | 0.68 | 0.46 | 0.28 | 340.8 | 0.51 | 0.48 |
| Hex | B8 | 3B | 63 | 0 | 44 | 2E | 1C | 155 | 33 | 30 |
| Octal | 270 | 73 | 143 | 0 | 104 | 56 | 34 | 525 | 63 | 60 |
| Binary | 10111000 | 111011 | 1100011 | 0 | 1000100 | 101110 | 11100 | 101010101 | 110011 | 110000 |
Color Harmonies of #B83B63
Complementary color
Monochromatic Colors of #B83B63
Black with #B83B63
Text Example
Text Example
White with #B83B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B63; }
p { color: rgb(184,59,99); }
H1.HeaderClassName
{
color: #B83B63;
}
.AnyTagClassName
{
color: #B83B63;
}
</style>
background-color css
<style>
a { background-color: #B83B63; }
a { background-color: rgb(184,59,99); }
div.DivClassName
{
background-color: #B83B63;
}
.BgClassName
{
background-color: #B83B63;
}
</style>
border-color css
<style>
span { border-color: #B83B63; }
span { border-color: rgb(184,59,99); }
td.TdClassName
{
border-color: #B83B63;
}
.TagClassName
{
border-color: #B83B63;
}
</style>