Shades of Rouge #B83A5D
Tints of Rouge #B83A5D
RGB
CMYK
RGB Variations
Color information
#B83A5D (or 0xB83A5D) is known color: Rouge. HEX triplet: B8, 3A and 5D. RGB value is (184,58,93). Sum of RGB (Red+Green+Blue) = 184+58+93=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A5D is #47C5A2. Grayscale: #636363. Windows color (decimal): -4703651 or 6109880. OLE color: 6109880.
HSL color Cylindrical-coordinate representation of color #B83A5D: hue angle of 343.33º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A5D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 93 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.28 |
| HSL | 343.33º | 0.52% | 0.47% | - |
| HSV(B) | 343.33º | 0.68% | 0.72% | - |
| XYZ | 23.26 | 14.01 | 11.83 | - |
| YUV | 99.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 93 | 0 | 0.68 | 0.49 | 0.28 | 343.33 | 0.52 | 0.47 |
| Hex | B8 | 3A | 5D | 0 | 44 | 31 | 1C | 157 | 34 | 2F |
| Octal | 270 | 72 | 135 | 0 | 104 | 61 | 34 | 527 | 64 | 57 |
| Binary | 10111000 | 111010 | 1011101 | 0 | 1000100 | 110001 | 11100 | 101010111 | 110100 | 101111 |
Color Harmonies of #B83A5D
Complementary color
Monochromatic Colors of #B83A5D
Black with #B83A5D
Text Example
Text Example
White with #B83A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A5D; }
p { color: rgb(184,58,93); }
H1.HeaderClassName
{
color: #B83A5D;
}
.AnyTagClassName
{
color: #B83A5D;
}
</style>
background-color css
<style>
a { background-color: #B83A5D; }
a { background-color: rgb(184,58,93); }
div.DivClassName
{
background-color: #B83A5D;
}
.BgClassName
{
background-color: #B83A5D;
}
</style>
border-color css
<style>
span { border-color: #B83A5D; }
span { border-color: rgb(184,58,93); }
td.TdClassName
{
border-color: #B83A5D;
}
.TagClassName
{
border-color: #B83A5D;
}
</style>