#B36198

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

Shades of Mulberry #B36198

Tints of Mulberry #B36198

Color information

#B36198 (or 0xB36198) is unknown color: approx Mulberry. HEX triplet: B3, 61 and 98. RGB value is (179,97,152). Sum of RGB (Red+Green+Blue) = 179+97+152=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B36198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36198 is #4C9E67. Grayscale: #7F7F7F. Windows color (decimal): -5021288 or 9986483. OLE color: 9986483.

HSL color Cylindrical-coordinate representation of color #B36198: hue angle of 319.76º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36198 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB17997152-
CMYK00.460.150.30
HSL319.76º35.04%54.12%-
HSV(B)319.76º45.81%70.2%-
XYZ28.5320.432.14-
YUV127.79141.67164.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=41.82%
G=22.66%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799715200.460.150.30319.7635.0454.12
HexB3619802EF1E1402336
Octal26314123005617365004366
Binary101100111100001100110000101110111111110101000000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36198; }

 p { color: rgb(179,97,152); }

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

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

 a { background-color: rgb(179,97,152); }

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

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

 span { border-color: rgb(179,97,152); }

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