#B15685

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

Shades of Mulberry #B15685

Tints of Mulberry #B15685

Color information

#B15685 (or 0xB15685) is unknown color: approx Mulberry. HEX triplet: B1, 56 and 85. RGB value is (177,86,133). Sum of RGB (Red+Green+Blue) = 177+86+133=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B15685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15685 is #4EA97A. Grayscale: #767676. Windows color (decimal): -5155195 or 8738481. OLE color: 8738481.

HSL color Cylindrical-coordinate representation of color #B15685: hue angle of 329.01º 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 #B15685 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17786133-
CMYK00.510.250.31
HSL329.01º36.84%51.57%-
HSV(B)329.01º51.41%69.41%-
XYZ25.6917.724.25-
YUV118.57136.15169.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=44.70%
G=21.72%
B=33.59%

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
Decimal1778613300.510.250.31329.0136.8451.57
HexB15685033191F1492534
Octal26112620506331375114564
Binary1011000110101101000010101100111100111111101001001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15685; }

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

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

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

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

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

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

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

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