#B35089

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

Shades of Mulberry #B35089

Tints of Mulberry #B35089

Color information

#B35089 (or 0xB35089) is unknown color: approx Mulberry. HEX triplet: B3, 50 and 89. RGB value is (179,80,137). Sum of RGB (Red+Green+Blue) = 179+80+137=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B35089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35089 is #4CAF76. Grayscale: #737373. Windows color (decimal): -5025655 or 8999091. OLE color: 8999091.

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

Color convert

RGB17980137-
CMYK00.550.230.30
HSL325.45º39.44%50.78%-
HSV(B)325.45º55.31%70.2%-
XYZ25.9717.1325.6-
YUV116.1139.8172.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=45.20%
G=20.20%
B=34.60%

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
Decimal1798013700.550.230.30325.4539.4450.78
HexB35089037171E1452733
Octal26312021106727365054763
Binary1011001110100001000100101101111011111110101000101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35089; }

 p { color: rgb(179,80,137); }

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

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

 a { background-color: rgb(179,80,137); }

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

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

 span { border-color: rgb(179,80,137); }

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