COLOR #B1784C

HEX: #B1784C RGB: (177,120,76)

Color info

#B1784C contains mainly red and green colors. Web safe color of #B1784C is #996633 (or #963).

RGB color model

#B1784C color RGB value is (177,120,76).

RGB: (177,120,76) (69%, 47%, 30%)

RGB channels and saturation

R 177 of 255 = 69%
G 120 of 255 = 47%
B 76 of 255 = 30%

177
120
76

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

Portions of RGB colors in percentages

R + G + B = 177 + 120 + 76 = 373 (100%)
R 177 of 373 ~ 47.45%
G 120 of 373 ~ 32.17%
B 76 of 373 ~ 20.38'%

%47.45
%32.17
%20.38

CMYK color model

#B1784C color CMYK value is (0,32,57,31).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 57.06%
  • key color value is 30.59%

CMYK: (0,32,57,31)
C0M32Y57K31 (0%, 32%, 57%, 31%)
(0.00 / 0.32 / 0.57 / 0.31)

CMYK percentages

%0
%32.2
%57.06
%30.59

Codes

Color #B1784C in popluar color models

B1 78 4C
RGB 177 120 76
HSL 26° 39.92% 49.61%
HSB/HSV 26° 57.06% 69.41%
CMYK 0.00% 32.20% 57.06%
30.59%

Color #B1784C in popluar number systems.

HEX B1 78 4C
Decimal 177 120 76
Binary 10110001 1111000 1001100
Octal 261 170 114

Shades and tints

Shades of #B1784C

#B1784C
(177,120,76)
#A16E46
(161,110,70)
#916440
(145,100,64)
#815A3A
(129,90,58)
#715034
(113,80,52)
#61462E
(97,70,46)
#513C28
(81,60,40)
#413222
(65,50,34)
#31281C
(49,40,28)
#211E16
(33,30,22)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #B1784C

#B1784C
(177,120,76)
#B8845C
(184,132,92)
#BF906C
(191,144,108)
#C69C7C
(198,156,124)
#CDA88C
(205,168,140)
#D4B49C
(212,180,156)
#DBC0AC
(219,192,172)
#E2CCBC
(226,204,188)
#E9D8CC
(233,216,204)
#F0E4DC
(240,228,220)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1784C color. Also use rgb(177,120,76) instead hex code.

Text Font Color

.myTextColor { color: #B1784C; }

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

This text font color is #B1784C.

Background Color

.myBgColor { background-color: #B1784C; }

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

This div background color is #B1784C.

Border color

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

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

This div border color is #B1784C.

Opacity

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

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

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

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

This text has shadow with #B1784C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1784C.

Preview

Color preview on black background

This text has color #B1784C on black background.


Color preview on white background

This text has color #B1784C on white background.


Black color preview on #B1784C background

This text has black color on #B1784C background.


White color preview on #B1784C background

This text has white color on #B1784C background.


Related colors

Complementary color

Complementary color for #hex is #4E87B3.


I love getcolorcode.com

Triadic colors

1 #4CB178 and #784CB1 with #B1784C are triadic colors.

2 #4C78B1 and #78B14C with #B1784C are triadic colors.