Shades of Mandy #BF4450
Tints of Mandy #BF4450
RGB
CMYK
RGB Variations
Color information
#BF4450 (or 0xBF4450) is known color: Mandy. HEX triplet: BF, 44 and 50. RGB value is (191,68,80). Sum of RGB (Red+Green+Blue) = 191+68+80=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4450 is #40BBAF. Grayscale: #6A6A6A. Windows color (decimal): -4242352 or 5260479. OLE color: 5260479.
HSL color Cylindrical-coordinate representation of color #BF4450: hue angle of 354.15º 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 #BF4450 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 80 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.25 |
| HSL | 354.15º | 0.49% | 0.51% | - |
| HSV(B) | 354.15º | 0.64% | 0.75% | - |
| XYZ | 25 | 15.79 | 9.32 | - |
| YUV | 106.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 80 | 0 | 0.64 | 0.58 | 0.25 | 354.15 | 0.49 | 0.51 |
| Hex | BF | 44 | 50 | 0 | 40 | 3A | 19 | 162 | 31 | 33 |
| Octal | 277 | 104 | 120 | 0 | 100 | 72 | 31 | 542 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1010000 | 0 | 1000000 | 111010 | 11001 | 101100010 | 110001 | 110011 |
Color Harmonies of #BF4450
Complementary color
Monochromatic Colors of #BF4450
Black with #BF4450
Text Example
Text Example
White with #BF4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4450; }
p { color: rgb(191,68,80); }
H1.HeaderClassName
{
color: #BF4450;
}
.AnyTagClassName
{
color: #BF4450;
}
</style>
background-color css
<style>
a { background-color: #BF4450; }
a { background-color: rgb(191,68,80); }
div.DivClassName
{
background-color: #BF4450;
}
.BgClassName
{
background-color: #BF4450;
}
</style>
border-color css
<style>
span { border-color: #BF4450; }
span { border-color: rgb(191,68,80); }
td.TdClassName
{
border-color: #BF4450;
}
.TagClassName
{
border-color: #BF4450;
}
</style>