Shades of Mandy #BE545B
Tints of Mandy #BE545B
RGB
CMYK
RGB Variations
Color information
#BE545B (or 0xBE545B) is known color: Mandy. HEX triplet: BE, 54 and 5B. RGB value is (190,84,91). Sum of RGB (Red+Green+Blue) = 190+84+91=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE545B is #41ABA4. Grayscale: #747474. Windows color (decimal): -4303781 or 5985470. OLE color: 5985470.
HSL color Cylindrical-coordinate representation of color #BE545B: hue angle of 356.04º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE545B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 91 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.25 |
| HSL | 356.04º | 0.45% | 0.54% | - |
| HSV(B) | 356.04º | 0.56% | 0.75% | - |
| XYZ | 26.29 | 18.04 | 11.99 | - |
| YUV | 116.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 91 | 0 | 0.56 | 0.52 | 0.25 | 356.04 | 0.45 | 0.54 |
| Hex | BE | 54 | 5B | 0 | 38 | 34 | 19 | 164 | 2D | 36 |
| Octal | 276 | 124 | 133 | 0 | 70 | 64 | 31 | 544 | 55 | 66 |
| Binary | 10111110 | 1010100 | 1011011 | 0 | 111000 | 110100 | 11001 | 101100100 | 101101 | 110110 |
Color Harmonies of #BE545B
Complementary color
Monochromatic Colors of #BE545B
Black with #BE545B
Text Example
Text Example
White with #BE545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE545B; }
p { color: rgb(190,84,91); }
H1.HeaderClassName
{
color: #BE545B;
}
.AnyTagClassName
{
color: #BE545B;
}
</style>
background-color css
<style>
a { background-color: #BE545B; }
a { background-color: rgb(190,84,91); }
div.DivClassName
{
background-color: #BE545B;
}
.BgClassName
{
background-color: #BE545B;
}
</style>
border-color css
<style>
span { border-color: #BE545B; }
span { border-color: rgb(190,84,91); }
td.TdClassName
{
border-color: #BE545B;
}
.TagClassName
{
border-color: #BE545B;
}
</style>