#B36291

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

Shades of Mulberry #B36291

Tints of Mulberry #B36291

Color information

#B36291 (or 0xB36291) is unknown color: approx Mulberry. HEX triplet: B3, 62 and 91. RGB value is (179,98,145). Sum of RGB (Red+Green+Blue) = 179+98+145=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B36291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36291 is #4C9D6E. Grayscale: #7F7F7F. Windows color (decimal): -5021039 or 9527987. OLE color: 9527987.

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

Color convert

RGB17998145-
CMYK00.450.190.30
HSL325.19º34.76%54.31%-
HSV(B)325.19º45.25%70.2%-
XYZ28.0720.3629.24-
YUV127.58137.84164.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=42.42%
G=23.22%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799814500.450.190.30325.1934.7654.31
HexB3629102D131E1452336
Octal26314222105523365054366
Binary1011001111000101001000101011011001111110101000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36291; }

 p { color: rgb(179,98,145); }

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

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

 a { background-color: rgb(179,98,145); }

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

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

 span { border-color: rgb(179,98,145); }

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