Shades of Mandy #BF4758
Tints of Mandy #BF4758
RGB
CMYK
RGB Variations
Color information
#BF4758 (or 0xBF4758) is known color: Mandy. HEX triplet: BF, 47 and 58. RGB value is (191,71,88). Sum of RGB (Red+Green+Blue) = 191+71+88=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4758 is #40B8A7. Grayscale: #6C6C6C. Windows color (decimal): -4241576 or 5785535. OLE color: 5785535.
HSL color Cylindrical-coordinate representation of color #BF4758: hue angle of 351.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4758 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 88 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.25 |
| HSL | 351.5º | 0.48% | 0.51% | - |
| HSV(B) | 351.5º | 0.63% | 0.75% | - |
| XYZ | 25.5 | 16.29 | 11.03 | - |
| YUV | 108.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 88 | 0 | 0.63 | 0.54 | 0.25 | 351.5 | 0.48 | 0.51 |
| Hex | BF | 47 | 58 | 0 | 3F | 36 | 19 | 160 | 30 | 33 |
| Octal | 277 | 107 | 130 | 0 | 77 | 66 | 31 | 540 | 60 | 63 |
| Binary | 10111111 | 1000111 | 1011000 | 0 | 111111 | 110110 | 11001 | 101100000 | 110000 | 110011 |
Color Harmonies of #BF4758
Complementary color
Monochromatic Colors of #BF4758
Black with #BF4758
Text Example
Text Example
White with #BF4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4758; }
p { color: rgb(191,71,88); }
H1.HeaderClassName
{
color: #BF4758;
}
.AnyTagClassName
{
color: #BF4758;
}
</style>
background-color css
<style>
a { background-color: #BF4758; }
a { background-color: rgb(191,71,88); }
div.DivClassName
{
background-color: #BF4758;
}
.BgClassName
{
background-color: #BF4758;
}
</style>
border-color css
<style>
span { border-color: #BF4758; }
span { border-color: rgb(191,71,88); }
td.TdClassName
{
border-color: #BF4758;
}
.TagClassName
{
border-color: #BF4758;
}
</style>