#B15695

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

Shades of Mulberry #B15695

Tints of Mulberry #B15695

Color information

#B15695 (or 0xB15695) is unknown color: approx Mulberry. HEX triplet: B1, 56 and 95. RGB value is (177,86,149). Sum of RGB (Red+Green+Blue) = 177+86+149=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B15695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15695 is #4EA96A. Grayscale: #787878. Windows color (decimal): -5155179 or 9787057. OLE color: 9787057.

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

Color convert

RGB17786149-
CMYK00.510.160.31
HSL318.46º36.84%51.57%-
HSV(B)318.46º51.41%69.41%-
XYZ26.8818.1730.52-
YUV120.39144.15168.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=42.96%
G=20.87%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778614900.510.160.31318.4636.8451.57
HexB15695033101F13e2534
Octal26112622506320374764564
Binary1011000110101101001010101100111000011111100111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15695; }

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

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

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

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

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

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

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

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