#B35592

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

Shades of Mulberry #B35592

Tints of Mulberry #B35592

Color information

#B35592 (or 0xB35592) is unknown color: approx Mulberry. HEX triplet: B3, 55 and 92. RGB value is (179,85,146). Sum of RGB (Red+Green+Blue) = 179+85+146=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B35592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35592 is #4CAA6D. Grayscale: #777777. Windows color (decimal): -5024366 or 9590195. OLE color: 9590195.

HSL color Cylindrical-coordinate representation of color #B35592: hue angle of 321.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35592 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17985146-
CMYK00.530.180.30
HSL321.06º38.21%51.76%-
HSV(B)321.06º52.51%70.2%-
XYZ27.0318.1629.27-
YUV120.06142.64170.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=43.66%
G=20.73%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798514600.530.180.30321.0638.2151.76
HexB35592035121E1412634
Octal26312522206522365014664
Binary1011001110101011001001001101011001011110101000001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35592; }

 p { color: rgb(179,85,146); }

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

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

 a { background-color: rgb(179,85,146); }

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

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

 span { border-color: rgb(179,85,146); }

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