#BF5A84

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

Shades of Mulberry #BF5A84

Tints of Mulberry #BF5A84

Color information

#BF5A84 (or 0xBF5A84) is unknown color: approx Mulberry. HEX triplet: BF, 5A and 84. RGB value is (191,90,132). Sum of RGB (Red+Green+Blue) = 191+90+132=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A84 is #40A57B. Grayscale: #7C7C7C. Windows color (decimal): -4236668 or 8673983. OLE color: 8673983.

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

Color convert

RGB19190132-
CMYK00.530.310.25
HSL335.05º44.1%55.1%-
HSV(B)335.05º52.88%74.9%-
XYZ29.3120.0524.16-
YUV124.99131.96175.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=46.25%
G=21.79%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919013200.530.310.25335.0544.155.1
HexBF5A840351F1914f2c37
Octal27713220406537315175467
Binary1011111110110101000010001101011111111001101001111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A84; }

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

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

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

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

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

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

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

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