#B3518A

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

Shades of Mulberry #B3518A

Tints of Mulberry #B3518A

Color information

#B3518A (or 0xB3518A) is unknown color: approx Mulberry. HEX triplet: B3, 51 and 8A. RGB value is (179,81,138). Sum of RGB (Red+Green+Blue) = 179+81+138=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B3518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3518A is #4CAE75. Grayscale: #747474. Windows color (decimal): -5025398 or 9064883. OLE color: 9064883.

HSL color Cylindrical-coordinate representation of color #B3518A: hue angle of 325.1º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3518A is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17981138-
CMYK00.550.230.30
HSL325.1º39.2%50.98%-
HSV(B)325.1º54.75%70.2%-
XYZ26.1217.326.01-
YUV116.8139.97172.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=44.97%
G=20.35%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798113800.550.230.30325.139.250.98
HexB3518A037171E1452733
Octal26312121206727365054763
Binary1011001110100011000101001101111011111110101000101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3518A; }

 p { color: rgb(179,81,138); }

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

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

 a { background-color: rgb(179,81,138); }

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

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

 span { border-color: rgb(179,81,138); }

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