#B26196

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

Shades of Mulberry #B26196

Tints of Mulberry #B26196

Color information

#B26196 (or 0xB26196) is unknown color: approx Mulberry. HEX triplet: B2, 61 and 96. RGB value is (178,97,150). Sum of RGB (Red+Green+Blue) = 178+97+150=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B26196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26196 is #4D9E69. Grayscale: #7F7F7F. Windows color (decimal): -5086826 or 9855410. OLE color: 9855410.

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

Color convert

RGB17897150-
CMYK00.460.160.30
HSL320.74º34.47%53.92%-
HSV(B)320.74º45.51%69.8%-
XYZ28.1420.2231.27-
YUV127.26140.84164.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=41.88%
G=22.82%
B=35.29%

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
Decimal1789715000.460.160.30320.7434.4753.92
HexB2619602E101E1412236
Octal26214122605620365014266
Binary1011001011000011001011001011101000011110101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26196; }

 p { color: rgb(178,97,150); }

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

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

 a { background-color: rgb(178,97,150); }

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

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

 span { border-color: rgb(178,97,150); }

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