Shades of Mulberry #BF4186
Tints of Mulberry #BF4186
RGB
CMYK
RGB Variations
Color information
#BF4186 (or 0xBF4186) is known color: Mulberry. HEX triplet: BF, 41 and 86. RGB value is (191,65,134). Sum of RGB (Red+Green+Blue) = 191+65+134=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4186 is #40BE79. Grayscale: #6E6E6E. Windows color (decimal): -4243066 or 8798655. OLE color: 8798655.
HSL color Cylindrical-coordinate representation of color #BF4186: hue angle of 327.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4186 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 134 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.25 |
| HSL | 327.14º | 0.5% | 0.5% | - |
| HSV(B) | 327.14º | 0.66% | 0.75% | - |
| XYZ | 27.68 | 16.58 | 24.3 | - |
| YUV | 110.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 134 | 0 | 0.66 | 0.30 | 0.25 | 327.14 | 0.5 | 0.5 |
| Hex | BF | 41 | 86 | 0 | 42 | 1E | 19 | 147 | 32 | 32 |
| Octal | 277 | 101 | 206 | 0 | 102 | 36 | 31 | 507 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10000110 | 0 | 1000010 | 11110 | 11001 | 101000111 | 110010 | 110010 |
Color Harmonies of #BF4186
Complementary color
Monochromatic Colors of #BF4186
Black with #BF4186
Text Example
Text Example
White with #BF4186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4186; }
p { color: rgb(191,65,134); }
H1.HeaderClassName
{
color: #BF4186;
}
.AnyTagClassName
{
color: #BF4186;
}
</style>
background-color css
<style>
a { background-color: #BF4186; }
a { background-color: rgb(191,65,134); }
div.DivClassName
{
background-color: #BF4186;
}
.BgClassName
{
background-color: #BF4186;
}
</style>
border-color css
<style>
span { border-color: #BF4186; }
span { border-color: rgb(191,65,134); }
td.TdClassName
{
border-color: #BF4186;
}
.TagClassName
{
border-color: #BF4186;
}
</style>