Shades of Mandy #B8585A
Tints of Mandy #B8585A
RGB
CMYK
RGB Variations
Color information
#B8585A (or 0xB8585A) is known color: Mandy. HEX triplet: B8, 58 and 5A. RGB value is (184,88,90). Sum of RGB (Red+Green+Blue) = 184+88+90=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8585A is #47A7A5. Grayscale: #757575. Windows color (decimal): -4695974 or 5920952. OLE color: 5920952.
HSL color Cylindrical-coordinate representation of color #B8585A: hue angle of 358.75º 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 #B8585A is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 90 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.28 |
| HSL | 358.75º | 0.4% | 0.53% | - |
| HSV(B) | 358.75º | 0.52% | 0.72% | - |
| XYZ | 25.1 | 17.91 | 11.81 | - |
| YUV | 116.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 90 | 0 | 0.52 | 0.51 | 0.28 | 358.75 | 0.4 | 0.53 |
| Hex | B8 | 58 | 5A | 0 | 34 | 33 | 1C | 167 | 28 | 35 |
| Octal | 270 | 130 | 132 | 0 | 64 | 63 | 34 | 547 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1011010 | 0 | 110100 | 110011 | 11100 | 101100111 | 101000 | 110101 |
Color Harmonies of #B8585A
Complementary color
Monochromatic Colors of #B8585A
Black with #B8585A
Text Example
Text Example
White with #B8585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8585A; }
p { color: rgb(184,88,90); }
H1.HeaderClassName
{
color: #B8585A;
}
.AnyTagClassName
{
color: #B8585A;
}
</style>
background-color css
<style>
a { background-color: #B8585A; }
a { background-color: rgb(184,88,90); }
div.DivClassName
{
background-color: #B8585A;
}
.BgClassName
{
background-color: #B8585A;
}
</style>
border-color css
<style>
span { border-color: #B8585A; }
span { border-color: rgb(184,88,90); }
td.TdClassName
{
border-color: #B8585A;
}
.TagClassName
{
border-color: #B8585A;
}
</style>