Shades of Mandy #BF5356
Tints of Mandy #BF5356
RGB
CMYK
RGB Variations
Color information
#BF5356 (or 0xBF5356) is known color: Mandy. HEX triplet: BF, 53 and 56. RGB value is (191,83,86). Sum of RGB (Red+Green+Blue) = 191+83+86=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5356 is #40ACA9. Grayscale: #737373. Windows color (decimal): -4238506 or 5657535. OLE color: 5657535.
HSL color Cylindrical-coordinate representation of color #BF5356: hue angle of 358.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5356 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 86 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.25 |
| HSL | 358.33º | 0.46% | 0.54% | - |
| HSV(B) | 358.33º | 0.57% | 0.75% | - |
| XYZ | 26.26 | 17.93 | 10.88 | - |
| YUV | 115.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 86 | 0 | 0.57 | 0.55 | 0.25 | 358.33 | 0.46 | 0.54 |
| Hex | BF | 53 | 56 | 0 | 39 | 37 | 19 | 166 | 2E | 36 |
| Octal | 277 | 123 | 126 | 0 | 71 | 67 | 31 | 546 | 56 | 66 |
| Binary | 10111111 | 1010011 | 1010110 | 0 | 111001 | 110111 | 11001 | 101100110 | 101110 | 110110 |
Color Harmonies of #BF5356
Complementary color
Monochromatic Colors of #BF5356
Black with #BF5356
Text Example
Text Example
White with #BF5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5356; }
p { color: rgb(191,83,86); }
H1.HeaderClassName
{
color: #BF5356;
}
.AnyTagClassName
{
color: #BF5356;
}
</style>
background-color css
<style>
a { background-color: #BF5356; }
a { background-color: rgb(191,83,86); }
div.DivClassName
{
background-color: #BF5356;
}
.BgClassName
{
background-color: #BF5356;
}
</style>
border-color css
<style>
span { border-color: #BF5356; }
span { border-color: rgb(191,83,86); }
td.TdClassName
{
border-color: #BF5356;
}
.TagClassName
{
border-color: #BF5356;
}
</style>