#BD5589

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

Shades of Mulberry #BD5589

Tints of Mulberry #BD5589

Color information

#BD5589 (or 0xBD5589) is unknown color: approx Mulberry. HEX triplet: BD, 55 and 89. RGB value is (189,85,137). Sum of RGB (Red+Green+Blue) = 189+85+137=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5589 is #42AA76. Grayscale: #797979. Windows color (decimal): -4369015 or 9000381. OLE color: 9000381.

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

Color convert

RGB18985137-
CMYK00.550.280.26
HSL330º44.07%53.73%-
HSV(B)330º55.03%74.12%-
XYZ28.7519.1225.84-
YUV122.02136.46175.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 85 (33.59% from 255) = 20.68%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=45.99%
G=20.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898513700.550.280.2633044.0753.73
HexBD55890371C1A14a2c36
Octal27512521106734325125466
Binary1011110110101011000100101101111110011010101001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5589; }

 p { color: rgb(189,85,137); }

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

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

 a { background-color: rgb(189,85,137); }

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

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

 span { border-color: rgb(189,85,137); }

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