Shades of Rouge #B83B5B
Tints of Rouge #B83B5B
RGB
CMYK
RGB Variations
Color information
#B83B5B (or 0xB83B5B) is known color: Rouge. HEX triplet: B8, 3B and 5B. RGB value is (184,59,91). Sum of RGB (Red+Green+Blue) = 184+59+91=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B5B is #47C4A4. Grayscale: #646464. Windows color (decimal): -4703397 or 5979064. OLE color: 5979064.
HSL color Cylindrical-coordinate representation of color #B83B5B: hue angle of 344.64º 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 #B83B5B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 91 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.28 |
| HSL | 344.64º | 0.51% | 0.48% | - |
| HSV(B) | 344.64º | 0.68% | 0.72% | - |
| XYZ | 23.22 | 14.07 | 11.39 | - |
| YUV | 100.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 91 | 0 | 0.68 | 0.51 | 0.28 | 344.64 | 0.51 | 0.48 |
| Hex | B8 | 3B | 5B | 0 | 44 | 33 | 1C | 159 | 33 | 30 |
| Octal | 270 | 73 | 133 | 0 | 104 | 63 | 34 | 531 | 63 | 60 |
| Binary | 10111000 | 111011 | 1011011 | 0 | 1000100 | 110011 | 11100 | 101011001 | 110011 | 110000 |
Color Harmonies of #B83B5B
Complementary color
Monochromatic Colors of #B83B5B
Black with #B83B5B
Text Example
Text Example
White with #B83B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B5B; }
p { color: rgb(184,59,91); }
H1.HeaderClassName
{
color: #B83B5B;
}
.AnyTagClassName
{
color: #B83B5B;
}
</style>
background-color css
<style>
a { background-color: #B83B5B; }
a { background-color: rgb(184,59,91); }
div.DivClassName
{
background-color: #B83B5B;
}
.BgClassName
{
background-color: #B83B5B;
}
</style>
border-color css
<style>
span { border-color: #B83B5B; }
span { border-color: rgb(184,59,91); }
td.TdClassName
{
border-color: #B83B5B;
}
.TagClassName
{
border-color: #B83B5B;
}
</style>