#BF5B86

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

Shades of Mulberry #BF5B86

Tints of Mulberry #BF5B86

Color information

#BF5B86 (or 0xBF5B86) is unknown color: approx Mulberry. HEX triplet: BF, 5B and 86. RGB value is (191,91,134). Sum of RGB (Red+Green+Blue) = 191+91+134=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B86 is #40A479. Grayscale: #7D7D7D. Windows color (decimal): -4236410 or 8805311. OLE color: 8805311.

HSL color Cylindrical-coordinate representation of color #BF5B86: hue angle of 334.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5B86 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB19191134-
CMYK00.520.300.25
HSL334.2º43.86%55.29%-
HSV(B)334.2º52.36%74.9%-
XYZ29.5320.2824.91-
YUV125.8132.63174.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=45.91%
G=21.88%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919113400.520.300.25334.243.8655.29
HexBF5B860341E1914e2c37
Octal27713320606436315165467
Binary1011111110110111000011001101001111011001101001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B86; }

 p { color: rgb(191,91,134); }

 H1.HeaderClassName
 {
   color: #BF5B86;
 }
 .AnyTagClassName
 {
   color: #BF5B86;
 }
</style>
background-color css

<style>
 a { background-color: #BF5B86; }

 a { background-color: rgb(191,91,134); }

 div.DivClassName
 {
   background-color: #BF5B86;
 }
 .BgClassName
 {
   background-color: #BF5B86;
 }
</style>
border-color css

<style>
 span { border-color: #BF5B86; }

 span { border-color: rgb(191,91,134); }

 td.TdClassName
 {
   border-color: #BF5B86;
 }
 .TagClassName
 {
   border-color: #BF5B86;
 }
</style>