Shades of Mandy #BF5A5E
Tints of Mandy #BF5A5E
RGB
CMYK
RGB Variations
Color information
#BF5A5E (or 0xBF5A5E) is known color: Mandy. HEX triplet: BF, 5A and 5E. RGB value is (191,90,94). Sum of RGB (Red+Green+Blue) = 191+90+94=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A5E is #40A5A1. Grayscale: #787878. Windows color (decimal): -4236706 or 6183615. OLE color: 6183615.
HSL color Cylindrical-coordinate representation of color #BF5A5E: hue angle of 357.62º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5A5E is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 94 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.25 |
| HSL | 357.62º | 0.44% | 0.55% | - |
| HSV(B) | 357.62º | 0.53% | 0.75% | - |
| XYZ | 27.16 | 19.2 | 12.86 | - |
| YUV | 120.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 94 | 0 | 0.53 | 0.51 | 0.25 | 357.62 | 0.44 | 0.55 |
| Hex | BF | 5A | 5E | 0 | 35 | 33 | 19 | 166 | 2C | 37 |
| Octal | 277 | 132 | 136 | 0 | 65 | 63 | 31 | 546 | 54 | 67 |
| Binary | 10111111 | 1011010 | 1011110 | 0 | 110101 | 110011 | 11001 | 101100110 | 101100 | 110111 |
Color Harmonies of #BF5A5E
Complementary color
Monochromatic Colors of #BF5A5E
Black with #BF5A5E
Text Example
Text Example
White with #BF5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A5E; }
p { color: rgb(191,90,94); }
H1.HeaderClassName
{
color: #BF5A5E;
}
.AnyTagClassName
{
color: #BF5A5E;
}
</style>
background-color css
<style>
a { background-color: #BF5A5E; }
a { background-color: rgb(191,90,94); }
div.DivClassName
{
background-color: #BF5A5E;
}
.BgClassName
{
background-color: #BF5A5E;
}
</style>
border-color css
<style>
span { border-color: #BF5A5E; }
span { border-color: rgb(191,90,94); }
td.TdClassName
{
border-color: #BF5A5E;
}
.TagClassName
{
border-color: #BF5A5E;
}
</style>