#B24995

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

Shades of Mulberry #B24995

Tints of Mulberry #B24995

Color information

#B24995 (or 0xB24995) is unknown color: approx Mulberry. HEX triplet: B2, 49 and 95. RGB value is (178,73,149). Sum of RGB (Red+Green+Blue) = 178+73+149=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B24995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24995 is #4DB66A. Grayscale: #707070. Windows color (decimal): -5092971 or 9783730. OLE color: 9783730.

HSL color Cylindrical-coordinate representation of color #B24995: hue angle of 316.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24995 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17873149-
CMYK00.590.160.30
HSL316.57º41.83%49.22%-
HSV(B)316.57º58.99%69.8%-
XYZ26.1716.430.22-
YUV113.06148.29174.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=44.5%
G=18.25%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787314900.590.160.30316.5741.8349.22
HexB2499503B101E13d2a31
Octal26211122507320364755261
Binary1011001010010011001010101110111000011110100111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24995; }

 p { color: rgb(178,73,149); }

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

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

 a { background-color: rgb(178,73,149); }

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

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

 span { border-color: rgb(178,73,149); }

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