#B26094

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

Shades of Mulberry #B26094

Tints of Mulberry #B26094

Color information

#B26094 (or 0xB26094) is unknown color: approx Mulberry. HEX triplet: B2, 60 and 94. RGB value is (178,96,148). Sum of RGB (Red+Green+Blue) = 178+96+148=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B26094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26094 is #4D9F6B. Grayscale: #7E7E7E. Windows color (decimal): -5087084 or 9724082. OLE color: 9724082.

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

Color convert

RGB17896148-
CMYK00.460.170.30
HSL321.95º34.75%53.73%-
HSV(B)321.95º46.07%69.8%-
XYZ27.8919.9730.4-
YUV126.45140.17164.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=42.18%
G=22.75%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789614800.460.170.30321.9534.7553.73
HexB2609402E111E1422336
Octal26214022405621365024366
Binary1011001011000001001010001011101000111110101000010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26094; }

 p { color: rgb(178,96,148); }

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

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

 a { background-color: rgb(178,96,148); }

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

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

 span { border-color: rgb(178,96,148); }

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