Shades of Rouge #B83A5A
Tints of Rouge #B83A5A
RGB
CMYK
RGB Variations
Color information
#B83A5A (or 0xB83A5A) is known color: Rouge. HEX triplet: B8, 3A and 5A. RGB value is (184,58,90). Sum of RGB (Red+Green+Blue) = 184+58+90=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A5A is #47C5A5. Grayscale: #636363. Windows color (decimal): -4703654 or 5913272. OLE color: 5913272.
HSL color Cylindrical-coordinate representation of color #B83A5A: hue angle of 344.76º 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 #B83A5A is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 90 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.28 |
| HSL | 344.76º | 0.52% | 0.47% | - |
| HSV(B) | 344.76º | 0.68% | 0.72% | - |
| XYZ | 23.13 | 13.95 | 11.15 | - |
| YUV | 99.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 90 | 0 | 0.68 | 0.51 | 0.28 | 344.76 | 0.52 | 0.47 |
| Hex | B8 | 3A | 5A | 0 | 44 | 33 | 1C | 159 | 34 | 2F |
| Octal | 270 | 72 | 132 | 0 | 104 | 63 | 34 | 531 | 64 | 57 |
| Binary | 10111000 | 111010 | 1011010 | 0 | 1000100 | 110011 | 11100 | 101011001 | 110100 | 101111 |
Color Harmonies of #B83A5A
Complementary color
Monochromatic Colors of #B83A5A
Black with #B83A5A
Text Example
Text Example
White with #B83A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A5A; }
p { color: rgb(184,58,90); }
H1.HeaderClassName
{
color: #B83A5A;
}
.AnyTagClassName
{
color: #B83A5A;
}
</style>
background-color css
<style>
a { background-color: #B83A5A; }
a { background-color: rgb(184,58,90); }
div.DivClassName
{
background-color: #B83A5A;
}
.BgClassName
{
background-color: #B83A5A;
}
</style>
border-color css
<style>
span { border-color: #B83A5A; }
span { border-color: rgb(184,58,90); }
td.TdClassName
{
border-color: #B83A5A;
}
.TagClassName
{
border-color: #B83A5A;
}
</style>