Shades of Mandy #BF4454
Tints of Mandy #BF4454
RGB
CMYK
RGB Variations
Color information
#BF4454 (or 0xBF4454) is known color: Mandy. HEX triplet: BF, 44 and 54. RGB value is (191,68,84). Sum of RGB (Red+Green+Blue) = 191+68+84=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4454 is #40BBAB. Grayscale: #6A6A6A. Windows color (decimal): -4242348 or 5522623. OLE color: 5522623.
HSL color Cylindrical-coordinate representation of color #BF4454: hue angle of 352.2º 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 #BF4454 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 84 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.25 |
| HSL | 352.2º | 0.49% | 0.51% | - |
| HSV(B) | 352.2º | 0.64% | 0.75% | - |
| XYZ | 25.15 | 15.85 | 10.12 | - |
| YUV | 106.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 84 | 0 | 0.64 | 0.56 | 0.25 | 352.2 | 0.49 | 0.51 |
| Hex | BF | 44 | 54 | 0 | 40 | 38 | 19 | 160 | 31 | 33 |
| Octal | 277 | 104 | 124 | 0 | 100 | 70 | 31 | 540 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1010100 | 0 | 1000000 | 111000 | 11001 | 101100000 | 110001 | 110011 |
Color Harmonies of #BF4454
Complementary color
Monochromatic Colors of #BF4454
Black with #BF4454
Text Example
Text Example
White with #BF4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4454; }
p { color: rgb(191,68,84); }
H1.HeaderClassName
{
color: #BF4454;
}
.AnyTagClassName
{
color: #BF4454;
}
</style>
background-color css
<style>
a { background-color: #BF4454; }
a { background-color: rgb(191,68,84); }
div.DivClassName
{
background-color: #BF4454;
}
.BgClassName
{
background-color: #BF4454;
}
</style>
border-color css
<style>
span { border-color: #BF4454; }
span { border-color: rgb(191,68,84); }
td.TdClassName
{
border-color: #BF4454;
}
.TagClassName
{
border-color: #BF4454;
}
</style>