#B3518B

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

Shades of Mulberry #B3518B

Tints of Mulberry #B3518B

Color information

#B3518B (or 0xB3518B) is unknown color: approx Mulberry. HEX triplet: B3, 51 and 8B. RGB value is (179,81,139). Sum of RGB (Red+Green+Blue) = 179+81+139=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B3518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3518B is #4CAE74. Grayscale: #747474. Windows color (decimal): -5025397 or 9130419. OLE color: 9130419.

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

Color convert

RGB17981139-
CMYK00.550.220.30
HSL324.49º39.2%50.98%-
HSV(B)324.49º54.75%70.2%-
XYZ26.1917.3326.39-
YUV116.91140.47172.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=44.86%
G=20.30%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798113900.550.220.30324.4939.250.98
HexB3518B037161E1442733
Octal26312121306726365044763
Binary1011001110100011000101101101111011011110101000100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3518B; }

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

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

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

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

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

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

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

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