Shades of Mandy #BF545D
Tints of Mandy #BF545D
RGB
CMYK
RGB Variations
Color information
#BF545D (or 0xBF545D) is known color: Mandy. HEX triplet: BF, 54 and 5D. RGB value is (191,84,93). Sum of RGB (Red+Green+Blue) = 191+84+93=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF545D is #40ABA2. Grayscale: #757575. Windows color (decimal): -4238243 or 6116543. OLE color: 6116543.
HSL color Cylindrical-coordinate representation of color #BF545D: hue angle of 354.95º degrees, saturation: 0.46, 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 #BF545D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 93 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.25 |
| HSL | 354.95º | 0.46% | 0.54% | - |
| HSV(B) | 354.95º | 0.56% | 0.75% | - |
| XYZ | 26.63 | 18.21 | 12.47 | - |
| YUV | 117.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 93 | 0 | 0.56 | 0.51 | 0.25 | 354.95 | 0.46 | 0.54 |
| Hex | BF | 54 | 5D | 0 | 38 | 33 | 19 | 163 | 2E | 36 |
| Octal | 277 | 124 | 135 | 0 | 70 | 63 | 31 | 543 | 56 | 66 |
| Binary | 10111111 | 1010100 | 1011101 | 0 | 111000 | 110011 | 11001 | 101100011 | 101110 | 110110 |
Color Harmonies of #BF545D
Complementary color
Monochromatic Colors of #BF545D
Black with #BF545D
Text Example
Text Example
White with #BF545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF545D; }
p { color: rgb(191,84,93); }
H1.HeaderClassName
{
color: #BF545D;
}
.AnyTagClassName
{
color: #BF545D;
}
</style>
background-color css
<style>
a { background-color: #BF545D; }
a { background-color: rgb(191,84,93); }
div.DivClassName
{
background-color: #BF545D;
}
.BgClassName
{
background-color: #BF545D;
}
</style>
border-color css
<style>
span { border-color: #BF545D; }
span { border-color: rgb(191,84,93); }
td.TdClassName
{
border-color: #BF545D;
}
.TagClassName
{
border-color: #BF545D;
}
</style>