COLOR #B3826B

HEX: #B3826B RGB: (179,130,107)

Color info

#B3826B contains mainly red and green colors. Web safe color of #B3826B is #999966 (or #996).

RGB color model

#B3826B color RGB value is (179,130,107).

RGB: (179,130,107) (70%, 51%, 42%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 107 of 255 = 42%

179
130
107

R + G + B ~ 54%. #B3826B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 179 + 130 + 107 = 416 (100%)
R 179 of 416 ~ 43.03%
G 130 of 416 ~ 31.25%
B 107 of 416 ~ 25.72'%

%43.03
%31.25
%25.72

CMYK color model

#B3826B color CMYK value is (0,27,40,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 40.22%
  • key color value is 29.80%

CMYK: (0,27,40,30)
C0M27Y40K30 (0%, 27%, 40%, 30%)
(0.00 / 0.27 / 0.40 / 0.30)

CMYK percentages

%0
%27.37
%40.22
%29.8

Codes

Color #B3826B in popluar color models

B3 82 6B
RGB 179 130 107
HSL 19° 32.14% 56.08%
HSB/HSV 19° 40.22% 70.20%
CMYK 0.00% 27.37% 40.22%
29.80%

Color #B3826B in popluar number systems.

HEX B3 82 6B
Decimal 179 130 107
Binary 10110011 10000010 1101011
Octal 263 202 153

Shades and tints

Shades of #B3826B

#B3826B
(179,130,107)
#A37762
(163,119,98)
#936C59
(147,108,89)
#836150
(131,97,80)
#735647
(115,86,71)
#634B3E
(99,75,62)
#534035
(83,64,53)
#43352C
(67,53,44)
#332A23
(51,42,35)
#231F1A
(35,31,26)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #B3826B

#B3826B
(179,130,107)
#B98D78
(185,141,120)
#BF9885
(191,152,133)
#C5A392
(197,163,146)
#CBAE9F
(203,174,159)
#D1B9AC
(209,185,172)
#D7C4B9
(215,196,185)
#DDCFC6
(221,207,198)
#E3DAD3
(227,218,211)
#E9E5E0
(233,229,224)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3826B color. Also use rgb(179,130,107) instead hex code.

Text Font Color

.myTextColor { color: #B3826B; }

<p style="color:#B3826B">This sample text font color is #B3826B.</p>

This text font color is #B3826B.

Background Color

.myBgColor { background-color: #B3826B; }

<div style="background-color:#B3826B">Inner text</div>

This div background color is #B3826B.

Border color

.myBorderColor { border: 1px solid #B3826B; }

<div style="border:3px solid #B3826B">Div</div>

This div border color is #B3826B.

Opacity

.myOpacity80 { color: #B3826B; opacity: 0.8; }

<p style="color:#B3826B;opacity:0.8;">80%</p>

Text with #B3826B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B3826B;}

<p style="text-shadow: 3px 3px 1px #B3826B">Text here.</p>

This text has shadow with #B3826B color.


.textShadow {text-shadow: 3px 3px 1px #B3826B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B3826B, 5px 5px 20px red">Text here.</p>

This text has shadow with #B3826B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B3826B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B3826B, Direction=45, Strength=4)">Text</p>

This text has shadow with #B3826B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B3826B;
-webkit-box-shadow: 1px 1px 3px 2px #B3826B;
box-shadow: 1px 1px 3px 2px #B3826B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B3826B; -webkit-box-shadow: 1px 1px 3px 2px #B3826B; box-shadow:1px 1px 3px 2px #B3826B;">
Div content here
</div>

This div box has shadow with color #B3826B.

Preview

Color preview on black background

This text has color #B3826B on black background.


Color preview on white background

This text has color #B3826B on white background.


Black color preview on #B3826B background

This text has black color on #B3826B background.


White color preview on #B3826B background

This text has white color on #B3826B background.


Related colors

Complementary color

Complementary color for #hex is #4C7D94.


I love getcolorcode.com

Triadic colors

1 #6BB382 and #826BB3 with #B3826B are triadic colors.

2 #6B82B3 and #82B36B with #B3826B are triadic colors.