COLOR #B2926D

HEX: #B2926D RGB: (178,146,109)

Color info

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

RGB color model

#B2926D color RGB value is (178,146,109).

RGB: (178,146,109) (70%, 57%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 146 of 255 = 57%
B 109 of 255 = 43%

178
146
109

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

Portions of RGB colors in percentages

R + G + B = 178 + 146 + 109 = 433 (100%)
R 178 of 433 ~ 41.11%
G 146 of 433 ~ 33.72%
B 109 of 433 ~ 25.17'%

%41.11
%33.72
%25.17

CMYK color model

#B2926D color CMYK value is (0,18,39,30).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 38.76%
  • key color value is 30.20%

CMYK: (0,18,39,30)
C0M18Y39K30 (0%, 18%, 39%, 30%)
(0.00 / 0.18 / 0.39 / 0.30)

CMYK percentages

%0
%17.98
%38.76
%30.2

Codes

Color #B2926D in popluar color models

B2 92 6D
RGB 178 146 109
HSL 32° 30.94% 56.27%
HSB/HSV 32° 38.76% 69.80%
CMYK 0.00% 17.98% 38.76%
30.20%

Color #B2926D in popluar number systems.

HEX B2 92 6D
Decimal 178 146 109
Binary 10110010 10010010 1101101
Octal 262 222 155

Shades and tints

Shades of #B2926D

#B2926D
(178,146,109)
#A28564
(162,133,100)
#92785B
(146,120,91)
#826B52
(130,107,82)
#725E49
(114,94,73)
#625140
(98,81,64)
#524437
(82,68,55)
#42372E
(66,55,46)
#322A25
(50,42,37)
#221D1C
(34,29,28)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #B2926D

#B2926D
(178,146,109)
#B99B7A
(185,155,122)
#C0A487
(192,164,135)
#C7AD94
(199,173,148)
#CEB6A1
(206,182,161)
#D5BFAE
(213,191,174)
#DCC8BB
(220,200,187)
#E3D1C8
(227,209,200)
#EADAD5
(234,218,213)
#F1E3E2
(241,227,226)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2926D color. Also use rgb(178,146,109) instead hex code.

Text Font Color

.myTextColor { color: #B2926D; }

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

This text font color is #B2926D.

Background Color

.myBgColor { background-color: #B2926D; }

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

This div background color is #B2926D.

Border color

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

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

This div border color is #B2926D.

Opacity

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

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

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

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

This text has shadow with #B2926D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2926D.

Preview

Color preview on black background

This text has color #B2926D on black background.


Color preview on white background

This text has color #B2926D on white background.


Black color preview on #B2926D background

This text has black color on #B2926D background.


White color preview on #B2926D background

This text has white color on #B2926D background.


Related colors

Complementary color

Complementary color for #hex is #4D6D92.


I love getcolorcode.com

Triadic colors

1 #6DB292 and #926DB2 with #B2926D are triadic colors.

2 #6D92B2 and #92B26D with #B2926D are triadic colors.