#BF5A87

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

Shades of Mulberry #BF5A87

Tints of Mulberry #BF5A87

Color information

#BF5A87 (or 0xBF5A87) is unknown color: approx Mulberry. HEX triplet: BF, 5A and 87. RGB value is (191,90,135). Sum of RGB (Red+Green+Blue) = 191+90+135=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A87 is #40A578. Grayscale: #7D7D7D. Windows color (decimal): -4236665 or 8870591. OLE color: 8870591.

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

Color convert

RGB19190135-
CMYK00.530.290.25
HSL333.27º44.1%55.1%-
HSV(B)333.27º52.88%74.9%-
XYZ29.5220.1425.25-
YUV125.33133.46174.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=45.91%
G=21.63%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919013500.530.290.25333.2744.155.1
HexBF5A870351D1914d2c37
Octal27713220706535315155467
Binary1011111110110101000011101101011110111001101001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A87; }

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

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

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

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

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

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

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

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