Shades of Mandy #BF4A4D
Tints of Mandy #BF4A4D
RGB
CMYK
RGB Variations
Color information
#BF4A4D (or 0xBF4A4D) is known color: Mandy. HEX triplet: BF, 4A and 4D. RGB value is (191,74,77). Sum of RGB (Red+Green+Blue) = 191+74+77=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A4D is #40B5B2. Grayscale: #6D6D6D. Windows color (decimal): -4240819 or 5065407. OLE color: 5065407.
HSL color Cylindrical-coordinate representation of color #BF4A4D: hue angle of 358.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A4D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 77 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.25 |
| HSL | 358.46º | 0.48% | 0.52% | - |
| HSV(B) | 358.46º | 0.61% | 0.75% | - |
| XYZ | 25.27 | 16.51 | 8.88 | - |
| YUV | 109.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 77 | 0 | 0.61 | 0.60 | 0.25 | 358.46 | 0.48 | 0.52 |
| Hex | BF | 4A | 4D | 0 | 3D | 3C | 19 | 166 | 30 | 34 |
| Octal | 277 | 112 | 115 | 0 | 75 | 74 | 31 | 546 | 60 | 64 |
| Binary | 10111111 | 1001010 | 1001101 | 0 | 111101 | 111100 | 11001 | 101100110 | 110000 | 110100 |
Color Harmonies of #BF4A4D
Complementary color
Monochromatic Colors of #BF4A4D
Black with #BF4A4D
Text Example
Text Example
White with #BF4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A4D; }
p { color: rgb(191,74,77); }
H1.HeaderClassName
{
color: #BF4A4D;
}
.AnyTagClassName
{
color: #BF4A4D;
}
</style>
background-color css
<style>
a { background-color: #BF4A4D; }
a { background-color: rgb(191,74,77); }
div.DivClassName
{
background-color: #BF4A4D;
}
.BgClassName
{
background-color: #BF4A4D;
}
</style>
border-color css
<style>
span { border-color: #BF4A4D; }
span { border-color: rgb(191,74,77); }
td.TdClassName
{
border-color: #BF4A4D;
}
.TagClassName
{
border-color: #BF4A4D;
}
</style>