COLOR #B1843E

HEX: #B1843E
RGB: (177,132,62)

Color info

#B1843E contains mainly red and green colors. Web safe color of #B1843E is #999933 (or #993).

RGB color model

#B1843E color RGB value is (177,132,62).

  • red value is 177;
  • green value is 132;
  • blue value is 62.
RGB:
(177,132,62)
(69%,52%,24%)

RGB channels and saturation

R 177 of 255 = 69%
G 132 of 255 = 52%
B 62 of 255 = 24%

177
132
62

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

Portions of RGB colors in percentages

R + G + B =
177 + 132 + 62 = 371 (100%)
R 177 of 371 ~ 47.71%
G 132 of 371 ~ 35.58%
B 62 of 371 ~ 16.71%

%47.71
%35.58
%16.71

CMYK color model

#B1843E color CMYK value is (0,25,65,31).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 64.97%
  • key color value is 30.59%
CMYK:
(0,25,65,31)
C0M25Y65K31 
(0%,25%,65%,31%)
(0.00/0.25/0.65/0.31)	

CMYK percentages

%0
%25.42
%64.97
%30.59

Codes

Color #B1843E in popluar color models

B1843E
RGB17713262
HSL37°48.12%46.86%
HSB/HSV37°64.97%69.41%
CMYK0.00%25.42%64.97%
30.59%

Color #B1843E in popluar number systems.

HEXB1843E
Decimal17713262
Binary1011000110000100111110
Octal26120476

Shades and tints

Shades of #B1843E

#B1843E
(177,132,62)
#A17839
(161,120,57)
#916C34
(145,108,52)
#81602F
(129,96,47)
#71542A
(113,84,42)
#614825
(97,72,37)
#513C20
(81,60,32)
#41301B
(65,48,27)
#312416
(49,36,22)
#211811
(33,24,17)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #B1843E

#B1843E
(177,132,62)
#B88F4F
(184,143,79)
#BF9A60
(191,154,96)
#C6A571
(198,165,113)
#CDB082
(205,176,130)
#D4BB93
(212,187,147)
#DBC6A4
(219,198,164)
#E2D1B5
(226,209,181)
#E9DCC6
(233,220,198)
#F0E7D7
(240,231,215)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1843E color. Also use rgb(177,132,62) instead hex code.

Text Font Color

.myTextColor { color: #B1843E; }

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

This text font color is #B1843E.


Background Color

.myBgColor { background-color: #B1843E; }

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

This div background color is #B1843E.


Border color

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

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

This div border color is #B1843E.


Opacity

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

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

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

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

This text has shadow with #B1843E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1843E on black background.


Color preview on white background

This text has color #B1843E on white background.



Black color preview on #B1843E background

This text has black color on #B1843E background.


White color preview on #B1843E background

This text has white color on #B1843E background.