COLOR #B9821D

HEX: #B9821D RGB: (185,130,29)

Color info

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

RGB color model

#B9821D color RGB value is (185,130,29).

RGB: (185,130,29) (73%, 51%, 11%)

RGB channels and saturation

R 185 of 255 = 73%
G 130 of 255 = 51%
B 29 of 255 = 11%

185
130
29

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

Portions of RGB colors in percentages

R + G + B = 185 + 130 + 29 = 344 (100%)
R 185 of 344 ~ 53.78%
G 130 of 344 ~ 37.79%
B 29 of 344 ~ 8.43'%

%53.78
%37.79

CMYK color model

#B9821D color CMYK value is (0,30,84,27).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 84.32%
  • key color value is 27.45%
CMYK: (0,30,84,27) C0M30Y84K27 (0%,30%,84%,27%) (0.00/0.30/0.84/0.27) 

CMYK percentages

%0
%29.73
%84.32
%27.45

Codes

Color #B9821D in popluar color models

B9 82 1D
RGB 185 130 29
HSL 39° 72.90% 41.96%
HSB/HSV 39° 84.32% 72.55%
CMYK 0.00% 29.73% 84.32%
27.45%

Color #B9821D in popluar number systems.

HEX B9 82 1D
Decimal 185 130 29
Binary 10111001 10000010 11101
Octal 271 202 35

Shades and tints

Shades of #B9821D

#B9821D
(185,130,29)
#A9771B
(169,119,27)
#996C19
(153,108,25)
#896117
(137,97,23)
#795615
(121,86,21)
#694B13
(105,75,19)
#594011
(89,64,17)
#49350F
(73,53,15)
#392A0D
(57,42,13)
#291F0B
(41,31,11)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #B9821D

#B9821D
(185,130,29)
#BF8D31
(191,141,49)
#C59845
(197,152,69)
#CBA359
(203,163,89)
#D1AE6D
(209,174,109)
#D7B981
(215,185,129)
#DDC495
(221,196,149)
#E3CFA9
(227,207,169)
#E9DABD
(233,218,189)
#EFE5D1
(239,229,209)
#F5F0E5
(245,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9821D color. Also use rgb(185,130,29) instead hex code.

Text Font Color

.myTextColor { color: #B9821D; }

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

This text font color is #B9821D.

Background Color

.myBgColor { background-color: #B9821D; }

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

This div background color is #B9821D.

Border color

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

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

This div border color is #B9821D.

Opacity

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

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

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

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

This text has shadow with #B9821D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9821D.

Preview

Color preview on black background

This text has color #B9821D on black background.


Color preview on white background

This text has color #B9821D on white background.


Black color preview on #B9821D background

This text has black color on #B9821D background.


White color preview on #B9821D background

This text has white color on #B9821D background.


Related colors

Complementary color

Complementary color for #hex is #467DE2.


I love getcolorcode.com

Triadic colors

1 #1DB982 and #821DB9 with #B9821D are triadic colors.

2 #1D82B9 and #82B91D with #B9821D are triadic colors.