COLOR #B69332

HEX: #B69332
RGB: (182,147,50)

Color info

#B69332 contains mainly red and green colors. Web safe color of #B69332 is #CC9933 (or #C93).

RGB color model

#B69332 color RGB value is (182,147,50).

  • red value is 182;
  • green value is 147;
  • blue value is 50.
RGB:
(182,147,50)
(71%,58%,20%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 50 of 255 = 20%

182
147
50

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

Portions of RGB colors in percentages

R + G + B =
182 + 147 + 50 = 379 (100%)
R 182 of 379 ~ 48.02%
G 147 of 379 ~ 38.79%
B 50 of 379 ~ 13.19%

%48.02
%38.79
%13.19

CMYK color model

#B69332 color CMYK value is (0,19,73,29).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 72.53%
  • key color value is 28.63%
CMYK:
(0,19,73,29)
C0M19Y73K29 
(0%,19%,73%,29%)
(0.00/0.19/0.73/0.29)	

CMYK percentages

%0
%19.23
%72.53
%28.63

Codes

Color #B69332 in popluar color models

B69332
RGB18214750
HSL44°56.90%45.49%
HSB/HSV44°72.53%71.37%
CMYK0.00%19.23%72.53%
28.63%

Color #B69332 in popluar number systems.

HEXB69332
Decimal18214750
Binary1011011010010011110010
Octal26622362

Shades and tints

Shades of #B69332

#B69332
(182,147,50)
#A6862E
(166,134,46)
#96792A
(150,121,42)
#866C26
(134,108,38)
#765F22
(118,95,34)
#66521E
(102,82,30)
#56451A
(86,69,26)
#463816
(70,56,22)
#362B12
(54,43,18)
#261E0E
(38,30,14)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #B69332

#B69332
(182,147,50)
#BC9C44
(188,156,68)
#C2A556
(194,165,86)
#C8AE68
(200,174,104)
#CEB77A
(206,183,122)
#D4C08C
(212,192,140)
#DAC99E
(218,201,158)
#E0D2B0
(224,210,176)
#E6DBC2
(230,219,194)
#ECE4D4
(236,228,212)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69332 color. Also use rgb(182,147,50) instead hex code.

Text Font Color

.myTextColor { color: #B69332; }

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

This text font color is #B69332.


Background Color

.myBgColor { background-color: #B69332; }

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

This div background color is #B69332.


Border color

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

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

This div border color is #B69332.


Opacity

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

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

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

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

This text has shadow with #B69332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69332 on black background.


Color preview on white background

This text has color #B69332 on white background.



Black color preview on #B69332 background

This text has black color on #B69332 background.


White color preview on #B69332 background

This text has white color on #B69332 background.