#B56098

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

Shades of Mulberry #B56098

Tints of Mulberry #B56098

Color information

#B56098 (or 0xB56098) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 98. RGB value is (181,96,152). Sum of RGB (Red+Green+Blue) = 181+96+152=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B56098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56098 is #4A9F67. Grayscale: #7F7F7F. Windows color (decimal): -4890472 or 9986229. OLE color: 9986229.

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

Color convert

RGB18196152-
CMYK00.470.160.29
HSL320.47º36.48%54.31%-
HSV(B)320.47º46.96%70.98%-
XYZ28.9120.4632.13-
YUV127.8141.66165.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=42.19%
G=22.38%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819615200.470.160.29320.4736.4854.31
HexB5609802F101D1402436
Octal26514023005720355004466
Binary1011010111000001001100001011111000011101101000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56098; }

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

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

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

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

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

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

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

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