#B26295

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

Shades of Mulberry #B26295

Tints of Mulberry #B26295

Color information

#B26295 (or 0xB26295) is unknown color: approx Mulberry. HEX triplet: B2, 62 and 95. RGB value is (178,98,149). Sum of RGB (Red+Green+Blue) = 178+98+149=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B26295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26295 is #4D9D6A. Grayscale: #7F7F7F. Windows color (decimal): -5086571 or 9790130. OLE color: 9790130.

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

Color convert

RGB17898149-
CMYK00.450.160.30
HSL321.75º34.19%54.12%-
HSV(B)321.75º44.94%69.8%-
XYZ28.1520.3730.88-
YUV127.73140163.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=41.88%
G=23.06%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789814900.450.160.30321.7534.1954.12
HexB2629502D101E1422236
Octal26214222505520365024266
Binary1011001011000101001010101011011000011110101000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26295; }

 p { color: rgb(178,98,149); }

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

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

 a { background-color: rgb(178,98,149); }

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

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

 span { border-color: rgb(178,98,149); }

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