#b25989

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

Shades of Mulberry #B25989

Tints of Mulberry #B25989

Color information

#B25989 (or 0xB25989) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 89. RGB value is (178,89,137). Sum of RGB (Red+Green+Blue) = 178+89+137=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B25989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25989 is #4DA676. Grayscale: #787878. Windows color (decimal): -5088887 or 9001394. OLE color: 9001394.

HSL color Cylindrical-coordinate representation of color #B25989: hue angle of 327.64º 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 #B25989 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17889137-
CMYK00.50.230.30
HSL327.64º36.63%52.35%-
HSV(B)327.64º50%69.8%-
XYZ26.4518.4225.83-
YUV121.08136.99168.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=44.06%
G=22.03%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788913700.50.230.30327.6436.6352.35
HexB25989032171E1482534
Octal26213121106227365104564
Binary1011001010110011000100101100101011111110101001000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25989; }

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

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

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

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

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

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

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

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