Shades of Mandy #B8585B
Tints of Mandy #B8585B
RGB
CMYK
RGB Variations
Color information
#B8585B (or 0xB8585B) is known color: Mandy. HEX triplet: B8, 58 and 5B. RGB value is (184,88,91). Sum of RGB (Red+Green+Blue) = 184+88+91=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8585B is #47A7A4. Grayscale: #757575. Windows color (decimal): -4695973 or 5986488. OLE color: 5986488.
HSL color Cylindrical-coordinate representation of color #B8585B: hue angle of 358.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8585B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 91 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.28 |
| HSL | 358.13º | 0.4% | 0.53% | - |
| HSV(B) | 358.13º | 0.52% | 0.72% | - |
| XYZ | 25.15 | 17.93 | 12.03 | - |
| YUV | 117.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 91 | 0 | 0.52 | 0.51 | 0.28 | 358.13 | 0.4 | 0.53 |
| Hex | B8 | 58 | 5B | 0 | 34 | 33 | 1C | 166 | 28 | 35 |
| Octal | 270 | 130 | 133 | 0 | 64 | 63 | 34 | 546 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1011011 | 0 | 110100 | 110011 | 11100 | 101100110 | 101000 | 110101 |
Color Harmonies of #B8585B
Complementary color
Monochromatic Colors of #B8585B
Black with #B8585B
Text Example
Text Example
White with #B8585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8585B; }
p { color: rgb(184,88,91); }
H1.HeaderClassName
{
color: #B8585B;
}
.AnyTagClassName
{
color: #B8585B;
}
</style>
background-color css
<style>
a { background-color: #B8585B; }
a { background-color: rgb(184,88,91); }
div.DivClassName
{
background-color: #B8585B;
}
.BgClassName
{
background-color: #B8585B;
}
</style>
border-color css
<style>
span { border-color: #B8585B; }
span { border-color: rgb(184,88,91); }
td.TdClassName
{
border-color: #B8585B;
}
.TagClassName
{
border-color: #B8585B;
}
</style>