Shades of Mandy #BE555D
Tints of Mandy #BE555D
RGB
CMYK
RGB Variations
Color information
#BE555D (or 0xBE555D) is known color: Mandy. HEX triplet: BE, 55 and 5D. RGB value is (190,85,93). Sum of RGB (Red+Green+Blue) = 190+85+93=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE555D is #41AAA2. Grayscale: #757575. Windows color (decimal): -4303523 or 6116798. OLE color: 6116798.
HSL color Cylindrical-coordinate representation of color #BE555D: hue angle of 355.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE555D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 93 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.25 |
| HSL | 355.43º | 0.45% | 0.54% | - |
| HSV(B) | 355.43º | 0.55% | 0.75% | - |
| XYZ | 26.46 | 18.23 | 12.48 | - |
| YUV | 117.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 93 | 0 | 0.55 | 0.51 | 0.25 | 355.43 | 0.45 | 0.54 |
| Hex | BE | 55 | 5D | 0 | 37 | 33 | 19 | 163 | 2D | 36 |
| Octal | 276 | 125 | 135 | 0 | 67 | 63 | 31 | 543 | 55 | 66 |
| Binary | 10111110 | 1010101 | 1011101 | 0 | 110111 | 110011 | 11001 | 101100011 | 101101 | 110110 |
Color Harmonies of #BE555D
Complementary color
Monochromatic Colors of #BE555D
Black with #BE555D
Text Example
Text Example
White with #BE555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE555D; }
p { color: rgb(190,85,93); }
H1.HeaderClassName
{
color: #BE555D;
}
.AnyTagClassName
{
color: #BE555D;
}
</style>
background-color css
<style>
a { background-color: #BE555D; }
a { background-color: rgb(190,85,93); }
div.DivClassName
{
background-color: #BE555D;
}
.BgClassName
{
background-color: #BE555D;
}
</style>
border-color css
<style>
span { border-color: #BE555D; }
span { border-color: rgb(190,85,93); }
td.TdClassName
{
border-color: #BE555D;
}
.TagClassName
{
border-color: #BE555D;
}
</style>