#B26195

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

Shades of Mulberry #B26195

Tints of Mulberry #B26195

Color information

#B26195 (or 0xB26195) is unknown color: approx Mulberry. HEX triplet: B2, 61 and 95. RGB value is (178,97,149). Sum of RGB (Red+Green+Blue) = 178+97+149=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B26195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26195 is #4D9E6A. Grayscale: #7F7F7F. Windows color (decimal): -5086827 or 9789874. OLE color: 9789874.

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

Color convert

RGB17897149-
CMYK00.460.160.30
HSL321.48º34.47%53.92%-
HSV(B)321.48º45.51%69.8%-
XYZ28.0620.1830.85-
YUV127.15140.34164.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=41.98%
G=22.88%
B=35.14%

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
Decimal1789714900.460.160.30321.4834.4753.92
HexB2619502E101E1412236
Octal26214122505620365014266
Binary1011001011000011001010101011101000011110101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26195; }

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

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

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

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

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

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

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

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