COLOR #B1844B

HEX: #B1844B
RGB: (177,132,75)

Color info

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

RGB color model

#B1844B color RGB value is (177,132,75).

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

RGB channels and saturation

R 177 of 255 = 69%
G 132 of 255 = 52%
B 75 of 255 = 29%

177
132
75

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

Portions of RGB colors in percentages

R + G + B =
177 + 132 + 75 = 384 (100%)
R 177 of 384 ~ 46.09%
G 132 of 384 ~ 34.38%
B 75 of 384 ~ 19.53%

%46.09
%34.38
%19.53

CMYK color model

#B1844B color CMYK value is (0,25,58,31).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 57.63%
  • key color value is 30.59%
CMYK:
(0,25,58,31)
C0M25Y58K31 
(0%,25%,58%,31%)
(0.00/0.25/0.58/0.31)	

CMYK percentages

%0
%25.42
%57.63
%30.59

Codes

Color #B1844B in popluar color models

B1844B
RGB17713275
HSL34°40.48%49.41%
HSB/HSV34°57.63%69.41%
CMYK0.00%25.42%57.63%
30.59%

Color #B1844B in popluar number systems.

HEXB1844B
Decimal17713275
Binary10110001100001001001011
Octal261204113

Shades and tints

Shades of #B1844B

#B1844B
(177,132,75)
#A17845
(161,120,69)
#916C3F
(145,108,63)
#816039
(129,96,57)
#715433
(113,84,51)
#61482D
(97,72,45)
#513C27
(81,60,39)
#413021
(65,48,33)
#31241B
(49,36,27)
#211815
(33,24,21)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #B1844B

#B1844B
(177,132,75)
#B88F5B
(184,143,91)
#BF9A6B
(191,154,107)
#C6A57B
(198,165,123)
#CDB08B
(205,176,139)
#D4BB9B
(212,187,155)
#DBC6AB
(219,198,171)
#E2D1BB
(226,209,187)
#E9DCCB
(233,220,203)
#F0E7DB
(240,231,219)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1844B; }

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

This text font color is #B1844B.


Background Color

.myBgColor { background-color: #B1844B; }

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

This div background color is #B1844B.


Border color

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

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

This div border color is #B1844B.


Opacity

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

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

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

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

This text has shadow with #B1844B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1844B on black background.


Color preview on white background

This text has color #B1844B on white background.



Black color preview on #B1844B background

This text has black color on #B1844B background.


White color preview on #B1844B background

This text has white color on #B1844B background.