#B26192

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

Shades of Mulberry #B26192

Tints of Mulberry #B26192

Color information

#B26192 (or 0xB26192) is unknown color: approx Mulberry. HEX triplet: B2, 61 and 92. RGB value is (178,97,146). Sum of RGB (Red+Green+Blue) = 178+97+146=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B26192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26192 is #4D9E6D. Grayscale: #7E7E7E. Windows color (decimal): -5086830 or 9593266. OLE color: 9593266.

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

Color convert

RGB17897146-
CMYK00.460.180.30
HSL323.7º34.47%53.92%-
HSV(B)323.7º45.51%69.8%-
XYZ27.8220.0929.61-
YUV126.8138.84164.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=42.28%
G=23.04%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789714600.460.180.30323.734.4753.92
HexB2619202E121E1442236
Octal26214122205622365044266
Binary1011001011000011001001001011101001011110101000100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26192; }

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

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

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

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

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

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

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

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