#B56097

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

Shades of Mulberry #B56097

Tints of Mulberry #B56097

Color information

#B56097 (or 0xB56097) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 97. RGB value is (181,96,151). Sum of RGB (Red+Green+Blue) = 181+96+151=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56097 is #4A9F68. Grayscale: #7F7F7F. Windows color (decimal): -4890473 or 9920693. OLE color: 9920693.

HSL color Cylindrical-coordinate representation of color #B56097: hue angle of 321.18º 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 #B56097 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18196151-
CMYK00.470.170.29
HSL321.18º36.48%54.31%-
HSV(B)321.18º46.96%70.98%-
XYZ28.8220.4231.7-
YUV127.68141.16166.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=42.29%
G=22.43%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819615100.470.170.29321.1836.4854.31
HexB5609702F111D1412436
Octal26514022705721355014466
Binary1011010111000001001011101011111000111101101000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56097; }

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

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

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

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

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

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

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

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