#BF5C89

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

Shades of Mulberry #BF5C89

Tints of Mulberry #BF5C89

Color information

#BF5C89 (or 0xBF5C89) is unknown color: approx Mulberry. HEX triplet: BF, 5C and 89. RGB value is (191,92,137). Sum of RGB (Red+Green+Blue) = 191+92+137=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5C89 is #40A376. Grayscale: #7E7E7E. Windows color (decimal): -4236151 or 9002175. OLE color: 9002175.

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

Color convert

RGB19192137-
CMYK00.520.280.25
HSL332.73º43.61%55.49%-
HSV(B)332.73º51.83%74.9%-
XYZ29.8320.5426.06-
YUV126.73133.8173.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=45.48%
G=21.90%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919213700.520.280.25332.7343.6155.49
HexBF5C890341C1914d2c37
Octal27713421106434315155467
Binary1011111110111001000100101101001110011001101001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C89; }

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

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

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

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

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

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

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

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