#B24A86

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

Shades of Mulberry #B24A86

Tints of Mulberry #B24A86

Color information

#B24A86 (or 0xB24A86) is unknown color: approx Mulberry. HEX triplet: B2, 4A and 86. RGB value is (178,74,134). Sum of RGB (Red+Green+Blue) = 178+74+134=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24A86 is #4DB579. Grayscale: #6F6F6F. Windows color (decimal): -5092730 or 8800946. OLE color: 8800946.

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

Color convert

RGB17874134-
CMYK00.580.250.30
HSL325.38º41.27%49.41%-
HSV(B)325.38º58.43%69.8%-
XYZ25.1116.0824.34-
YUV111.94140.46175.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=46.11%
G=19.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787413400.580.250.30325.3841.2749.41
HexB24A8603A191E1452931
Octal26211220607231365055161
Binary1011001010010101000011001110101100111110101000101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A86; }

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

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

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

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

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

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

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

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