#B15785

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

Shades of Mulberry #B15785

Tints of Mulberry #B15785

Color information

#B15785 (or 0xB15785) is unknown color: approx Mulberry. HEX triplet: B1, 57 and 85. RGB value is (177,87,133). Sum of RGB (Red+Green+Blue) = 177+87+133=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B15785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15785 is #4EA87A. Grayscale: #777777. Windows color (decimal): -5154939 or 8738737. OLE color: 8738737.

HSL color Cylindrical-coordinate representation of color #B15785: hue angle of 329.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15785 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17787133-
CMYK00.510.250.31
HSL329.33º36.59%51.76%-
HSV(B)329.33º50.85%69.41%-
XYZ25.7717.8624.28-
YUV119.15135.82169.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=44.58%
G=21.91%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778713300.510.250.31329.3336.5951.76
HexB15785033191F1492534
Octal26112720506331375114564
Binary1011000110101111000010101100111100111111101001001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15785; }

 p { color: rgb(177,87,133); }

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

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

 a { background-color: rgb(177,87,133); }

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

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

 span { border-color: rgb(177,87,133); }

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