Shades of Mandy #BF4553
Tints of Mandy #BF4553
RGB
CMYK
RGB Variations
Color information
#BF4553 (or 0xBF4553) is known color: Mandy. HEX triplet: BF, 45 and 53. RGB value is (191,69,83). Sum of RGB (Red+Green+Blue) = 191+69+83=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4553 is #40BAAC. Grayscale: #6B6B6B. Windows color (decimal): -4242093 or 5457343. OLE color: 5457343.
HSL color Cylindrical-coordinate representation of color #BF4553: hue angle of 353.11º 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 #BF4553 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 83 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.25 |
| HSL | 353.11º | 0.49% | 0.51% | - |
| HSV(B) | 353.11º | 0.64% | 0.75% | - |
| XYZ | 25.18 | 15.96 | 9.94 | - |
| YUV | 107.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 83 | 0 | 0.64 | 0.57 | 0.25 | 353.11 | 0.49 | 0.51 |
| Hex | BF | 45 | 53 | 0 | 40 | 39 | 19 | 161 | 31 | 33 |
| Octal | 277 | 105 | 123 | 0 | 100 | 71 | 31 | 541 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1010011 | 0 | 1000000 | 111001 | 11001 | 101100001 | 110001 | 110011 |
Color Harmonies of #BF4553
Complementary color
Monochromatic Colors of #BF4553
Black with #BF4553
Text Example
Text Example
White with #BF4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4553; }
p { color: rgb(191,69,83); }
H1.HeaderClassName
{
color: #BF4553;
}
.AnyTagClassName
{
color: #BF4553;
}
</style>
background-color css
<style>
a { background-color: #BF4553; }
a { background-color: rgb(191,69,83); }
div.DivClassName
{
background-color: #BF4553;
}
.BgClassName
{
background-color: #BF4553;
}
</style>
border-color css
<style>
span { border-color: #BF4553; }
span { border-color: rgb(191,69,83); }
td.TdClassName
{
border-color: #BF4553;
}
.TagClassName
{
border-color: #BF4553;
}
</style>