Shades of Mandy #BF4D5A
Tints of Mandy #BF4D5A
RGB
CMYK
RGB Variations
Color information
#BF4D5A (or 0xBF4D5A) is known color: Mandy. HEX triplet: BF, 4D and 5A. RGB value is (191,77,90). Sum of RGB (Red+Green+Blue) = 191+77+90=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D5A is #40B2A5. Grayscale: #707070. Windows color (decimal): -4240038 or 5918143. OLE color: 5918143.
HSL color Cylindrical-coordinate representation of color #BF4D5A: hue angle of 353.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D5A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 90 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.25 |
| HSL | 353.16º | 0.47% | 0.53% | - |
| HSV(B) | 353.16º | 0.6% | 0.75% | - |
| XYZ | 25.99 | 17.12 | 11.61 | - |
| YUV | 112.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 90 | 0 | 0.60 | 0.53 | 0.25 | 353.16 | 0.47 | 0.53 |
| Hex | BF | 4D | 5A | 0 | 3C | 35 | 19 | 161 | 2F | 35 |
| Octal | 277 | 115 | 132 | 0 | 74 | 65 | 31 | 541 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1011010 | 0 | 111100 | 110101 | 11001 | 101100001 | 101111 | 110101 |
Color Harmonies of #BF4D5A
Complementary color
Monochromatic Colors of #BF4D5A
Black with #BF4D5A
Text Example
Text Example
White with #BF4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D5A; }
p { color: rgb(191,77,90); }
H1.HeaderClassName
{
color: #BF4D5A;
}
.AnyTagClassName
{
color: #BF4D5A;
}
</style>
background-color css
<style>
a { background-color: #BF4D5A; }
a { background-color: rgb(191,77,90); }
div.DivClassName
{
background-color: #BF4D5A;
}
.BgClassName
{
background-color: #BF4D5A;
}
</style>
border-color css
<style>
span { border-color: #BF4D5A; }
span { border-color: rgb(191,77,90); }
td.TdClassName
{
border-color: #BF4D5A;
}
.TagClassName
{
border-color: #BF4D5A;
}
</style>