#B36097

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

Shades of Mulberry #B36097

Tints of Mulberry #B36097

Color information

#B36097 (or 0xB36097) is unknown color: approx Mulberry. HEX triplet: B3, 60 and 97. RGB value is (179,96,151). Sum of RGB (Red+Green+Blue) = 179+96+151=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B36097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36097 is #4C9F68. Grayscale: #7E7E7E. Windows color (decimal): -5021545 or 9920691. OLE color: 9920691.

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

Color convert

RGB17996151-
CMYK00.460.160.30
HSL320.24º35.32%53.92%-
HSV(B)320.24º46.37%70.2%-
XYZ28.3620.1831.68-
YUV127.09141.5165.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=42.02%
G=22.54%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799615100.460.160.30320.2435.3253.92
HexB3609702E101E1402336
Octal26314022705620365004366
Binary1011001111000001001011101011101000011110101000000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36097; }

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

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

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

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

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

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

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

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