Shades of Mandy #BF4A54
Tints of Mandy #BF4A54
RGB
CMYK
RGB Variations
Color information
#BF4A54 (or 0xBF4A54) is known color: Mandy. HEX triplet: BF, 4A and 54. RGB value is (191,74,84). Sum of RGB (Red+Green+Blue) = 191+74+84=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A54 is #40B5AB. Grayscale: #6E6E6E. Windows color (decimal): -4240812 or 5524159. OLE color: 5524159.
HSL color Cylindrical-coordinate representation of color #BF4A54: hue angle of 354.87º 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 #BF4A54 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 84 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.25 |
| HSL | 354.87º | 0.48% | 0.52% | - |
| HSV(B) | 354.87º | 0.61% | 0.75% | - |
| XYZ | 25.53 | 16.61 | 10.25 | - |
| YUV | 110.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 84 | 0 | 0.61 | 0.56 | 0.25 | 354.87 | 0.48 | 0.52 |
| Hex | BF | 4A | 54 | 0 | 3D | 38 | 19 | 163 | 30 | 34 |
| Octal | 277 | 112 | 124 | 0 | 75 | 70 | 31 | 543 | 60 | 64 |
| Binary | 10111111 | 1001010 | 1010100 | 0 | 111101 | 111000 | 11001 | 101100011 | 110000 | 110100 |
Color Harmonies of #BF4A54
Complementary color
Monochromatic Colors of #BF4A54
Black with #BF4A54
Text Example
Text Example
White with #BF4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A54; }
p { color: rgb(191,74,84); }
H1.HeaderClassName
{
color: #BF4A54;
}
.AnyTagClassName
{
color: #BF4A54;
}
</style>
background-color css
<style>
a { background-color: #BF4A54; }
a { background-color: rgb(191,74,84); }
div.DivClassName
{
background-color: #BF4A54;
}
.BgClassName
{
background-color: #BF4A54;
}
</style>
border-color css
<style>
span { border-color: #BF4A54; }
span { border-color: rgb(191,74,84); }
td.TdClassName
{
border-color: #BF4A54;
}
.TagClassName
{
border-color: #BF4A54;
}
</style>