Shades of Mandy #BF4559
Tints of Mandy #BF4559
RGB
CMYK
RGB Variations
Color information
#BF4559 (or 0xBF4559) is known color: Mandy. HEX triplet: BF, 45 and 59. RGB value is (191,69,89). Sum of RGB (Red+Green+Blue) = 191+69+89=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4559 is #40BAA6. Grayscale: #6B6B6B. Windows color (decimal): -4242087 or 5850559. OLE color: 5850559.
HSL color Cylindrical-coordinate representation of color #BF4559: hue angle of 350.16º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4559 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 89 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.25 |
| HSL | 350.16º | 0.49% | 0.51% | - |
| HSV(B) | 350.16º | 0.64% | 0.75% | - |
| XYZ | 25.42 | 16.05 | 11.21 | - |
| YUV | 107.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 89 | 0 | 0.64 | 0.53 | 0.25 | 350.16 | 0.49 | 0.51 |
| Hex | BF | 45 | 59 | 0 | 40 | 35 | 19 | 15E | 31 | 33 |
| Octal | 277 | 105 | 131 | 0 | 100 | 65 | 31 | 536 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1011001 | 0 | 1000000 | 110101 | 11001 | 101011110 | 110001 | 110011 |
Color Harmonies of #BF4559
Complementary color
Monochromatic Colors of #BF4559
Black with #BF4559
Text Example
Text Example
White with #BF4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4559; }
p { color: rgb(191,69,89); }
H1.HeaderClassName
{
color: #BF4559;
}
.AnyTagClassName
{
color: #BF4559;
}
</style>
background-color css
<style>
a { background-color: #BF4559; }
a { background-color: rgb(191,69,89); }
div.DivClassName
{
background-color: #BF4559;
}
.BgClassName
{
background-color: #BF4559;
}
</style>
border-color css
<style>
span { border-color: #BF4559; }
span { border-color: rgb(191,69,89); }
td.TdClassName
{
border-color: #BF4559;
}
.TagClassName
{
border-color: #BF4559;
}
</style>