Shades of Mandy #BF454D
Tints of Mandy #BF454D
RGB
CMYK
RGB Variations
Color information
#BF454D (or 0xBF454D) is known color: Mandy. HEX triplet: BF, 45 and 4D. RGB value is (191,69,77). Sum of RGB (Red+Green+Blue) = 191+69+77=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF454D is #40BAB2. Grayscale: #6A6A6A. Windows color (decimal): -4242099 or 5064127. OLE color: 5064127.
HSL color Cylindrical-coordinate representation of color #BF454D: hue angle of 356.07º 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 #BF454D is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 77 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.25 |
| HSL | 356.07º | 0.49% | 0.51% | - |
| HSV(B) | 356.07º | 0.64% | 0.75% | - |
| XYZ | 24.95 | 15.87 | 8.77 | - |
| YUV | 106.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 77 | 0 | 0.64 | 0.60 | 0.25 | 356.07 | 0.49 | 0.51 |
| Hex | BF | 45 | 4D | 0 | 40 | 3C | 19 | 164 | 31 | 33 |
| Octal | 277 | 105 | 115 | 0 | 100 | 74 | 31 | 544 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1001101 | 0 | 1000000 | 111100 | 11001 | 101100100 | 110001 | 110011 |
Color Harmonies of #BF454D
Complementary color
Monochromatic Colors of #BF454D
Black with #BF454D
Text Example
Text Example
White with #BF454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF454D; }
p { color: rgb(191,69,77); }
H1.HeaderClassName
{
color: #BF454D;
}
.AnyTagClassName
{
color: #BF454D;
}
</style>
background-color css
<style>
a { background-color: #BF454D; }
a { background-color: rgb(191,69,77); }
div.DivClassName
{
background-color: #BF454D;
}
.BgClassName
{
background-color: #BF454D;
}
</style>
border-color css
<style>
span { border-color: #BF454D; }
span { border-color: rgb(191,69,77); }
td.TdClassName
{
border-color: #BF454D;
}
.TagClassName
{
border-color: #BF454D;
}
</style>