Shades of Mandy #BF4958
Tints of Mandy #BF4958
RGB
CMYK
RGB Variations
Color information
#BF4958 (or 0xBF4958) is known color: Mandy. HEX triplet: BF, 49 and 58. RGB value is (191,73,88). Sum of RGB (Red+Green+Blue) = 191+73+88=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4958 is #40B6A7. Grayscale: #6E6E6E. Windows color (decimal): -4241064 or 5786047. OLE color: 5786047.
HSL color Cylindrical-coordinate representation of color #BF4958: hue angle of 352.37º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4958 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 88 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.25 |
| HSL | 352.37º | 0.48% | 0.52% | - |
| HSV(B) | 352.37º | 0.62% | 0.75% | - |
| XYZ | 25.63 | 16.55 | 11.08 | - |
| YUV | 109.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 88 | 0 | 0.62 | 0.54 | 0.25 | 352.37 | 0.48 | 0.52 |
| Hex | BF | 49 | 58 | 0 | 3E | 36 | 19 | 160 | 30 | 34 |
| Octal | 277 | 111 | 130 | 0 | 76 | 66 | 31 | 540 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1011000 | 0 | 111110 | 110110 | 11001 | 101100000 | 110000 | 110100 |
Color Harmonies of #BF4958
Complementary color
Monochromatic Colors of #BF4958
Black with #BF4958
Text Example
Text Example
White with #BF4958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4958; }
p { color: rgb(191,73,88); }
H1.HeaderClassName
{
color: #BF4958;
}
.AnyTagClassName
{
color: #BF4958;
}
</style>
background-color css
<style>
a { background-color: #BF4958; }
a { background-color: rgb(191,73,88); }
div.DivClassName
{
background-color: #BF4958;
}
.BgClassName
{
background-color: #BF4958;
}
</style>
border-color css
<style>
span { border-color: #BF4958; }
span { border-color: rgb(191,73,88); }
td.TdClassName
{
border-color: #BF4958;
}
.TagClassName
{
border-color: #BF4958;
}
</style>