#B56095

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

Shades of Mulberry #B56095

Tints of Mulberry #B56095

Color information

#B56095 (or 0xB56095) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 95. RGB value is (181,96,149). Sum of RGB (Red+Green+Blue) = 181+96+149=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56095 is #4A9F6A. Grayscale: #7F7F7F. Windows color (decimal): -4890475 or 9789621. OLE color: 9789621.

HSL color Cylindrical-coordinate representation of color #B56095: hue angle of 322.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56095 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18196149-
CMYK00.470.180.29
HSL322.59º36.48%54.31%-
HSV(B)322.59º46.96%70.98%-
XYZ28.6620.3630.85-
YUV127.46140.16166.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=42.49%
G=22.54%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819614900.470.180.29322.5936.4854.31
HexB5609502F121D1432436
Octal26514022505722355034466
Binary1011010111000001001010101011111001011101101000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56095; }

 p { color: rgb(181,96,149); }

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

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

 a { background-color: rgb(181,96,149); }

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

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

 span { border-color: rgb(181,96,149); }

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