Shades of Mandy #BF4C5A
Tints of Mandy #BF4C5A
RGB
CMYK
RGB Variations
Color information
#BF4C5A (or 0xBF4C5A) is known color: Mandy. HEX triplet: BF, 4C and 5A. RGB value is (191,76,90). Sum of RGB (Red+Green+Blue) = 191+76+90=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C5A is #40B3A5. Grayscale: #707070. Windows color (decimal): -4240294 or 5917887. OLE color: 5917887.
HSL color Cylindrical-coordinate representation of color #BF4C5A: hue angle of 352.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C5A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 90 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.25 |
| HSL | 352.7º | 0.47% | 0.52% | - |
| HSV(B) | 352.7º | 0.6% | 0.75% | - |
| XYZ | 25.92 | 16.98 | 11.59 | - |
| YUV | 111.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 90 | 0 | 0.60 | 0.53 | 0.25 | 352.7 | 0.47 | 0.52 |
| Hex | BF | 4C | 5A | 0 | 3C | 35 | 19 | 161 | 2F | 34 |
| Octal | 277 | 114 | 132 | 0 | 74 | 65 | 31 | 541 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1011010 | 0 | 111100 | 110101 | 11001 | 101100001 | 101111 | 110100 |
Color Harmonies of #BF4C5A
Complementary color
Monochromatic Colors of #BF4C5A
Black with #BF4C5A
Text Example
Text Example
White with #BF4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C5A; }
p { color: rgb(191,76,90); }
H1.HeaderClassName
{
color: #BF4C5A;
}
.AnyTagClassName
{
color: #BF4C5A;
}
</style>
background-color css
<style>
a { background-color: #BF4C5A; }
a { background-color: rgb(191,76,90); }
div.DivClassName
{
background-color: #BF4C5A;
}
.BgClassName
{
background-color: #BF4C5A;
}
</style>
border-color css
<style>
span { border-color: #BF4C5A; }
span { border-color: rgb(191,76,90); }
td.TdClassName
{
border-color: #BF4C5A;
}
.TagClassName
{
border-color: #BF4C5A;
}
</style>