#BF5A89

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

Shades of Mulberry #BF5A89

Tints of Mulberry #BF5A89

Color information

#BF5A89 (or 0xBF5A89) is unknown color: approx Mulberry. HEX triplet: BF, 5A and 89. RGB value is (191,90,137). Sum of RGB (Red+Green+Blue) = 191+90+137=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A89 is #40A576. Grayscale: #7D7D7D. Windows color (decimal): -4236663 or 9001663. OLE color: 9001663.

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

Color convert

RGB19190137-
CMYK00.530.280.25
HSL332.08º44.1%55.1%-
HSV(B)332.08º52.88%74.9%-
XYZ29.6620.1926-
YUV125.56134.46174.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=45.69%
G=21.53%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919013700.530.280.25332.0844.155.1
HexBF5A890351C1914c2c37
Octal27713221106534315145467
Binary1011111110110101000100101101011110011001101001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A89; }

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

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

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

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

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

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

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

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