#B56392

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

Shades of Mulberry #B56392

Tints of Mulberry #B56392

Color information

#B56392 (or 0xB56392) is unknown color: approx Mulberry. HEX triplet: B5, 63 and 92. RGB value is (181,99,146). Sum of RGB (Red+Green+Blue) = 181+99+146=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56392 is #4A9C6D. Grayscale: #808080. Windows color (decimal): -4889710 or 9593781. OLE color: 9593781.

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

Color convert

RGB18199146-
CMYK00.450.190.29
HSL325.61º35.65%54.9%-
HSV(B)325.61º45.3%70.98%-
XYZ28.7120.8229.7-
YUV128.88137.67165.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=42.49%
G=23.24%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819914600.450.190.29325.6135.6554.9
HexB5639202D131D1462437
Octal26514322205523355064467
Binary1011010111000111001001001011011001111101101000110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56392; }

 p { color: rgb(181,99,146); }

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

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

 a { background-color: rgb(181,99,146); }

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

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

 span { border-color: rgb(181,99,146); }

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