COLOR #B17850

HEX: #B17850 RGB: (177,120,80)

Color info

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

RGB color model

#B17850 color RGB value is (177,120,80).

RGB: (177,120,80) (69%, 47%, 31%)

RGB channels and saturation

R 177 of 255 = 69%
G 120 of 255 = 47%
B 80 of 255 = 31%

177
120
80

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

Portions of RGB colors in percentages

R + G + B = 177 + 120 + 80 = 377 (100%)
R 177 of 377 ~ 46.95%
G 120 of 377 ~ 31.83%
B 80 of 377 ~ 21.22'%

%46.95
%31.83
%21.22

CMYK color model

#B17850 color CMYK value is (0,32,55,31).

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

CMYK: (0,32,55,31)
C0M32Y55K31 (0%, 32%, 55%, 31%)
(0.00 / 0.32 / 0.55 / 0.31)

CMYK percentages

%0
%32.2
%54.8
%30.59

Codes

Color #B17850 in popluar color models

B1 78 50
RGB 177 120 80
HSL 25° 38.34% 50.39%
HSB/HSV 25° 54.80% 69.41%
CMYK 0.00% 32.20% 54.80%
30.59%

Color #B17850 in popluar number systems.

HEX B1 78 50
Decimal 177 120 80
Binary 10110001 1111000 1010000
Octal 261 170 120

Shades and tints

Shades of #B17850

#B17850
(177,120,80)
#A16E49
(161,110,73)
#916442
(145,100,66)
#815A3B
(129,90,59)
#715034
(113,80,52)
#61462D
(97,70,45)
#513C26
(81,60,38)
#41321F
(65,50,31)
#312818
(49,40,24)
#211E11
(33,30,17)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #B17850

#B17850
(177,120,80)
#B8845F
(184,132,95)
#BF906E
(191,144,110)
#C69C7D
(198,156,125)
#CDA88C
(205,168,140)
#D4B49B
(212,180,155)
#DBC0AA
(219,192,170)
#E2CCB9
(226,204,185)
#E9D8C8
(233,216,200)
#F0E4D7
(240,228,215)
#F7F0E6
(247,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17850; }

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

This text font color is #B17850.

Background Color

.myBgColor { background-color: #B17850; }

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

This div background color is #B17850.

Border color

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

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

This div border color is #B17850.

Opacity

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

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

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

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

This text has shadow with #B17850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17850.

Preview

Color preview on black background

This text has color #B17850 on black background.


Color preview on white background

This text has color #B17850 on white background.


Black color preview on #B17850 background

This text has black color on #B17850 background.


White color preview on #B17850 background

This text has white color on #B17850 background.


Related colors

Complementary color

Complementary color for #hex is #4E87AF.


I love getcolorcode.com

Triadic colors

1 #50B178 and #7850B1 with #B17850 are triadic colors.

2 #5078B1 and #78B150 with #B17850 are triadic colors.