#BF4186

Color #BF4186 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BF4186

Tints of Mulberry #BF4186

Color information

#BF4186 (or 0xBF4186) is unknown color: approx 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

RGB19165134-
CMYK00.660.300.25
HSL327.14º49.61%50.2%-
HSV(B)327.14º65.97%74.9%-
XYZ27.6816.5824.3-
YUV110.54141.24185.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=48.97%
G=16.67%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916513400.660.300.25327.1449.6150.2
HexBF41860421E191473232
Octal277101206010236315076262
Binary10111111100000110000110010000101111011001101000111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>