#BD5786

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

Shades of Mulberry #BD5786

Tints of Mulberry #BD5786

Color information

#BD5786 (or 0xBD5786) is unknown color: approx Mulberry. HEX triplet: BD, 57 and 86. RGB value is (189,87,134). Sum of RGB (Red+Green+Blue) = 189+87+134=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5786 is #42A879. Grayscale: #7A7A7A. Windows color (decimal): -4368506 or 8804285. OLE color: 8804285.

HSL color Cylindrical-coordinate representation of color #BD5786: hue angle of 332.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5786 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB18987134-
CMYK00.540.290.26
HSL332.35º43.59%54.12%-
HSV(B)332.35º53.97%74.12%-
XYZ28.719.3624.78-
YUV122.86134.29175.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=46.10%
G=21.22%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898713400.540.290.26332.3543.5954.12
HexBD57860361D1A14c2c36
Octal27512720606635325145466
Binary1011110110101111000011001101101110111010101001100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5786; }

 p { color: rgb(189,87,134); }

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

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

 a { background-color: rgb(189,87,134); }

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

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

 span { border-color: rgb(189,87,134); }

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