#BF5D89

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

Shades of Mulberry #BF5D89

Tints of Mulberry #BF5D89

Color information

#BF5D89 (or 0xBF5D89) is unknown color: approx Mulberry. HEX triplet: BF, 5D and 89. RGB value is (191,93,137). Sum of RGB (Red+Green+Blue) = 191+93+137=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D89 is #40A276. Grayscale: #7F7F7F. Windows color (decimal): -4235895 or 9002431. OLE color: 9002431.

HSL color Cylindrical-coordinate representation of color #BF5D89: hue angle of 333.06º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D89 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19193137-
CMYK00.510.280.25
HSL333.06º43.36%55.69%-
HSV(B)333.06º51.31%74.9%-
XYZ29.9220.7126.09-
YUV127.32133.47173.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=45.37%
G=22.09%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919313700.510.280.25333.0643.3655.69
HexBF5D890331C1914d2b38
Octal27713521106334315155370
Binary1011111110111011000100101100111110011001101001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D89; }

 p { color: rgb(191,93,137); }

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

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

 a { background-color: rgb(191,93,137); }

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

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

 span { border-color: rgb(191,93,137); }

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