COLOR #B1785A

HEX: #B1785A RGB: (177,120,90)

Color info

#B1785A contains mainly red and green colors. Web safe color of #B1785A is #996666 (or #966).

RGB color model

#B1785A color RGB value is (177,120,90).

RGB: (177,120,90) (69%, 47%, 35%)

RGB channels and saturation

R 177 of 255 = 69%
G 120 of 255 = 47%
B 90 of 255 = 35%

177
120
90

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

Portions of RGB colors in percentages

R + G + B = 177 + 120 + 90 = 387 (100%)
R 177 of 387 ~ 45.74%
G 120 of 387 ~ 31.01%
B 90 of 387 ~ 23.26'%

%45.74
%31.01
%23.26

CMYK color model

#B1785A color CMYK value is (0,32,49,31).

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

CMYK: (0,32,49,31)
C0M32Y49K31 (0%, 32%, 49%, 31%)
(0.00 / 0.32 / 0.49 / 0.31)

CMYK percentages

%0
%32.2
%49.15
%30.59

Codes

Color #B1785A in popluar color models

B1 78 5A
RGB 177 120 90
HSL 21° 35.80% 52.35%
HSB/HSV 21° 49.15% 69.41%
CMYK 0.00% 32.20% 49.15%
30.59%

Color #B1785A in popluar number systems.

HEX B1 78 5A
Decimal 177 120 90
Binary 10110001 1111000 1011010
Octal 261 170 132

Shades and tints

Shades of #B1785A

#B1785A
(177,120,90)
#A16E52
(161,110,82)
#91644A
(145,100,74)
#815A42
(129,90,66)
#71503A
(113,80,58)
#614632
(97,70,50)
#513C2A
(81,60,42)
#413222
(65,50,34)
#31281A
(49,40,26)
#211E12
(33,30,18)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #B1785A

#B1785A
(177,120,90)
#B88469
(184,132,105)
#BF9078
(191,144,120)
#C69C87
(198,156,135)
#CDA896
(205,168,150)
#D4B4A5
(212,180,165)
#DBC0B4
(219,192,180)
#E2CCC3
(226,204,195)
#E9D8D2
(233,216,210)
#F0E4E1
(240,228,225)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1785A; }

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

This text font color is #B1785A.

Background Color

.myBgColor { background-color: #B1785A; }

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

This div background color is #B1785A.

Border color

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

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

This div border color is #B1785A.

Opacity

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

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

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

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

This text has shadow with #B1785A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1785A.

Preview

Color preview on black background

This text has color #B1785A on black background.


Color preview on white background

This text has color #B1785A on white background.


Black color preview on #B1785A background

This text has black color on #B1785A background.


White color preview on #B1785A background

This text has white color on #B1785A background.


Related colors

Complementary color

Complementary color for #hex is #4E87A5.


I love getcolorcode.com

Triadic colors

1 #5AB178 and #785AB1 with #B1785A are triadic colors.

2 #5A78B1 and #78B15A with #B1785A are triadic colors.