#BF5787

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

Shades of Mulberry #BF5787

Tints of Mulberry #BF5787

Color information

#BF5787 (or 0xBF5787) is unknown color: approx Mulberry. HEX triplet: BF, 57 and 87. RGB value is (191,87,135). Sum of RGB (Red+Green+Blue) = 191+87+135=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5787 is #40A878. Grayscale: #7B7B7B. Windows color (decimal): -4237433 or 8869823. OLE color: 8869823.

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

Color convert

RGB19187135-
CMYK00.540.290.25
HSL332.31º44.83%54.51%-
HSV(B)332.31º54.45%74.9%-
XYZ29.2719.6425.17-
YUV123.57134.46176.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=46.25%
G=21.07%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918713500.540.290.25332.3144.8354.51
HexBF57870361D1914c2d37
Octal27712720706635315145567
Binary1011111110101111000011101101101110111001101001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5787; }

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

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

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

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

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

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

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

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