#B25986

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

Shades of Mulberry #B25986

Tints of Mulberry #B25986

Color information

#B25986 (or 0xB25986) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 86. RGB value is (178,89,134). Sum of RGB (Red+Green+Blue) = 178+89+134=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B25986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25986 is #4DA679. Grayscale: #787878. Windows color (decimal): -5088890 or 8804786. OLE color: 8804786.

HSL color Cylindrical-coordinate representation of color #B25986: hue angle of 329.66º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25986 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17889134-
CMYK00.50.250.30
HSL329.66º36.63%52.35%-
HSV(B)329.66º50%69.8%-
XYZ26.2418.3324.71-
YUV120.74135.49168.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=44.39%
G=22.19%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788913400.50.250.30329.6636.6352.35
HexB25986032191E14a2534
Octal26213120606231365124564
Binary1011001010110011000011001100101100111110101001010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25986; }

 p { color: rgb(178,89,134); }

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

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

 a { background-color: rgb(178,89,134); }

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

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

 span { border-color: rgb(178,89,134); }

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