#B35185

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

Shades of Mulberry #B35185

Tints of Mulberry #B35185

Color information

#B35185 (or 0xB35185) is unknown color: approx Mulberry. HEX triplet: B3, 51 and 85. RGB value is (179,81,133). Sum of RGB (Red+Green+Blue) = 179+81+133=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B35185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35185 is #4CAE7A. Grayscale: #747474. Windows color (decimal): -5025403 or 8737203. OLE color: 8737203.

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

Color convert

RGB17981133-
CMYK00.550.260.30
HSL328.16º39.2%50.98%-
HSV(B)328.16º54.75%70.2%-
XYZ25.7717.1624.14-
YUV116.23137.47172.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=45.55%
G=20.61%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798113300.550.260.30328.1639.250.98
HexB351850371A1E1482733
Octal26312120506732365104763
Binary1011001110100011000010101101111101011110101001000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35185; }

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

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

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

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

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

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

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

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