Shades of Mandy #BF4354
Tints of Mandy #BF4354
RGB
CMYK
RGB Variations
Color information
#BF4354 (or 0xBF4354) is known color: Mandy. HEX triplet: BF, 43 and 54. RGB value is (191,67,84). Sum of RGB (Red+Green+Blue) = 191+67+84=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4354 is #40BCAB. Grayscale: #6A6A6A. Windows color (decimal): -4242604 or 5522367. OLE color: 5522367.
HSL color Cylindrical-coordinate representation of color #BF4354: hue angle of 351.77º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4354 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 84 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.25 |
| HSL | 351.77º | 0.49% | 0.51% | - |
| HSV(B) | 351.77º | 0.65% | 0.75% | - |
| XYZ | 25.09 | 15.73 | 10.1 | - |
| YUV | 106.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 84 | 0 | 0.65 | 0.56 | 0.25 | 351.77 | 0.49 | 0.51 |
| Hex | BF | 43 | 54 | 0 | 41 | 38 | 19 | 160 | 31 | 33 |
| Octal | 277 | 103 | 124 | 0 | 101 | 70 | 31 | 540 | 61 | 63 |
| Binary | 10111111 | 1000011 | 1010100 | 0 | 1000001 | 111000 | 11001 | 101100000 | 110001 | 110011 |
Color Harmonies of #BF4354
Complementary color
Monochromatic Colors of #BF4354
Black with #BF4354
Text Example
Text Example
White with #BF4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4354; }
p { color: rgb(191,67,84); }
H1.HeaderClassName
{
color: #BF4354;
}
.AnyTagClassName
{
color: #BF4354;
}
</style>
background-color css
<style>
a { background-color: #BF4354; }
a { background-color: rgb(191,67,84); }
div.DivClassName
{
background-color: #BF4354;
}
.BgClassName
{
background-color: #BF4354;
}
</style>
border-color css
<style>
span { border-color: #BF4354; }
span { border-color: rgb(191,67,84); }
td.TdClassName
{
border-color: #BF4354;
}
.TagClassName
{
border-color: #BF4354;
}
</style>