COLOR #B9824C

HEX: #B9824C
RGB: (185,130,76)

Color info

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

RGB color model

#B9824C color RGB value is (185,130,76).

  • red value is 185;
  • green value is 130;
  • blue value is 76.
RGB:
(185,130,76)
(73%,51%,30%)

RGB channels and saturation

R 185 of 255 = 73%
G 130 of 255 = 51%
B 76 of 255 = 30%

185
130
76

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

Portions of RGB colors in percentages

R + G + B =
185 + 130 + 76 = 391 (100%)
R 185 of 391 ~ 47.31%
G 130 of 391 ~ 33.25%
B 76 of 391 ~ 19.44%

%47.31
%33.25
%19.44

CMYK color model

#B9824C color CMYK value is (0,30,59,27).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 58.92%
  • key color value is 27.45%
CMYK:
(0,30,59,27)
C0M30Y59K27 
(0%,30%,59%,27%)
(0.00/0.30/0.59/0.27)	

CMYK percentages

%0
%29.73
%58.92
%27.45

Codes

Color #B9824C in popluar color models

B9824C
RGB18513076
HSL30°43.78%51.18%
HSB/HSV30°58.92%72.55%
CMYK0.00%29.73%58.92%
27.45%

Color #B9824C in popluar number systems.

HEXB9824C
Decimal18513076
Binary10111001100000101001100
Octal271202114

Shades and tints

Shades of #B9824C

#B9824C
(185,130,76)
#A97746
(169,119,70)
#996C40
(153,108,64)
#89613A
(137,97,58)
#795634
(121,86,52)
#694B2E
(105,75,46)
#594028
(89,64,40)
#493522
(73,53,34)
#392A1C
(57,42,28)
#291F16
(41,31,22)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #B9824C

#B9824C
(185,130,76)
#BF8D5C
(191,141,92)
#C5986C
(197,152,108)
#CBA37C
(203,163,124)
#D1AE8C
(209,174,140)
#D7B99C
(215,185,156)
#DDC4AC
(221,196,172)
#E3CFBC
(227,207,188)
#E9DACC
(233,218,204)
#EFE5DC
(239,229,220)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9824C; }

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

This text font color is #B9824C.


Background Color

.myBgColor { background-color: #B9824C; }

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

This div background color is #B9824C.


Border color

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

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

This div border color is #B9824C.


Opacity

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

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

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

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

This text has shadow with #B9824C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9824C on black background.


Color preview on white background

This text has color #B9824C on white background.



Black color preview on #B9824C background

This text has black color on #B9824C background.


White color preview on #B9824C background

This text has white color on #B9824C background.