#BF5E89

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

Shades of Mulberry #BF5E89

Tints of Mulberry #BF5E89

Color information

#BF5E89 (or 0xBF5E89) is unknown color: approx Mulberry. HEX triplet: BF, 5E and 89. RGB value is (191,94,137). Sum of RGB (Red+Green+Blue) = 191+94+137=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E89 is #40A176. Grayscale: #7F7F7F. Windows color (decimal): -4235639 or 9002687. OLE color: 9002687.

HSL color Cylindrical-coordinate representation of color #BF5E89: hue angle of 333.4º 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 #BF5E89 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19194137-
CMYK00.510.280.25
HSL333.4º43.11%55.88%-
HSV(B)333.4º50.79%74.9%-
XYZ3020.8926.12-
YUV127.9133.14173-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=45.26%
G=22.27%
B=32.46%

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
Decimal1919413700.510.280.25333.443.1155.88
HexBF5E890331C1914d2b38
Octal27713621106334315155370
Binary1011111110111101000100101100111110011001101001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E89; }

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

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

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

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

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

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

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

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