#B35289

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

Shades of Mulberry #B35289

Tints of Mulberry #B35289

Color information

#B35289 (or 0xB35289) is unknown color: approx Mulberry. HEX triplet: B3, 52 and 89. RGB value is (179,82,137). Sum of RGB (Red+Green+Blue) = 179+82+137=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B35289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35289 is #4CAD76. Grayscale: #757575. Windows color (decimal): -5025143 or 8999603. OLE color: 8999603.

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

Color convert

RGB17982137-
CMYK00.540.230.30
HSL325.98º38.96%51.18%-
HSV(B)325.98º54.19%70.2%-
XYZ26.1217.4225.65-
YUV117.27139.14172.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=44.97%
G=20.60%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798213700.540.230.30325.9838.9651.18
HexB35289036171E1462733
Octal26312221106627365064763
Binary1011001110100101000100101101101011111110101000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35289; }

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

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

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

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

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

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

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

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