#BF5586

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

Shades of Mulberry #BF5586

Tints of Mulberry #BF5586

Color information

#BF5586 (or 0xBF5586) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 86. RGB value is (191,85,134). Sum of RGB (Red+Green+Blue) = 191+85+134=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5586 is #40AA79. Grayscale: #7A7A7A. Windows color (decimal): -4237946 or 8803775. OLE color: 8803775.

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

Color convert

RGB19185134-
CMYK00.550.300.25
HSL332.26º45.3%54.12%-
HSV(B)332.26º55.5%74.9%-
XYZ29.0419.2924.75-
YUV122.28134.62177.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=46.59%
G=20.73%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918513400.550.300.25332.2645.354.12
HexBF55860371E1914c2d36
Octal27712520606736315145566
Binary1011111110101011000011001101111111011001101001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5586; }

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

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

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

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

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

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

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

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