COLOR #B2795B

HEX: #B2795B RGB: (178,121,91)

Color info

#B2795B contains mainly red and green colors. Web safe color of #B2795B is #996666 (or #966).

RGB color model

#B2795B color RGB value is (178,121,91).

RGB: (178,121,91) (70%, 47%, 36%)

RGB channels and saturation

R 178 of 255 = 70%
G 121 of 255 = 47%
B 91 of 255 = 36%

178
121
91

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

Portions of RGB colors in percentages

R + G + B = 178 + 121 + 91 = 390 (100%)
R 178 of 390 ~ 45.64%
G 121 of 390 ~ 31.03%
B 91 of 390 ~ 23.33'%

%45.64
%31.03
%23.33

CMYK color model

#B2795B color CMYK value is (0,32,49,30).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 48.88%
  • key color value is 30.20%

CMYK: (0,32,49,30)
C0M32Y49K30 (0%, 32%, 49%, 30%)
(0.00 / 0.32 / 0.49 / 0.30)

CMYK percentages

%0
%32.02
%48.88
%30.2

Codes

Color #B2795B in popluar color models

B2 79 5B
RGB 178 121 91
HSL 21° 36.10% 52.75%
HSB/HSV 21° 48.88% 69.80%
CMYK 0.00% 32.02% 48.88%
30.20%

Color #B2795B in popluar number systems.

HEX B2 79 5B
Decimal 178 121 91
Binary 10110010 1111001 1011011
Octal 262 171 133

Shades and tints

Shades of #B2795B

#B2795B
(178,121,91)
#A26E53
(162,110,83)
#92634B
(146,99,75)
#825843
(130,88,67)
#724D3B
(114,77,59)
#624233
(98,66,51)
#52372B
(82,55,43)
#422C23
(66,44,35)
#32211B
(50,33,27)
#221613
(34,22,19)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #B2795B

#B2795B
(178,121,91)
#B98569
(185,133,105)
#C09177
(192,145,119)
#C79D85
(199,157,133)
#CEA993
(206,169,147)
#D5B5A1
(213,181,161)
#DCC1AF
(220,193,175)
#E3CDBD
(227,205,189)
#EAD9CB
(234,217,203)
#F1E5D9
(241,229,217)
#F8F1E7
(248,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2795B color. Also use rgb(178,121,91) instead hex code.

Text Font Color

.myTextColor { color: #B2795B; }

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

This text font color is #B2795B.

Background Color

.myBgColor { background-color: #B2795B; }

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

This div background color is #B2795B.

Border color

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

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

This div border color is #B2795B.

Opacity

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

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

Text with #B2795B 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 #B2795B;}

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

This text has shadow with #B2795B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2795B.

Preview

Color preview on black background

This text has color #B2795B on black background.


Color preview on white background

This text has color #B2795B on white background.


Black color preview on #B2795B background

This text has black color on #B2795B background.


White color preview on #B2795B background

This text has white color on #B2795B background.


Related colors

Complementary color

Complementary color for #hex is #4D86A4.


I love getcolorcode.com

Triadic colors

1 #5BB279 and #795BB2 with #B2795B are triadic colors.

2 #5B79B2 and #79B25B with #B2795B are triadic colors.