COLOR #B17745

HEX: #B17745 RGB: (177,119,69)

Color info

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

RGB color model

#B17745 color RGB value is (177,119,69).

RGB: (177,119,69) (69%, 47%, 27%)

RGB channels and saturation

R 177 of 255 = 69%
G 119 of 255 = 47%
B 69 of 255 = 27%

177
119
69

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

Portions of RGB colors in percentages

R + G + B = 177 + 119 + 69 = 365 (100%)
R 177 of 365 ~ 48.49%
G 119 of 365 ~ 32.6%
B 69 of 365 ~ 18.9'%

%48.49
%32.6
%18.9

CMYK color model

#B17745 color CMYK value is (0,33,61,31).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 61.02%
  • key color value is 30.59%

CMYK: (0,33,61,31)
C0M33Y61K31 (0%, 33%, 61%, 31%)
(0.00 / 0.33 / 0.61 / 0.31)

CMYK percentages

%0
%32.77
%61.02
%30.59

Codes

Color #B17745 in popluar color models

B1 77 45
RGB 177 119 69
HSL 28° 43.90% 48.24%
HSB/HSV 28° 61.02% 69.41%
CMYK 0.00% 32.77% 61.02%
30.59%

Color #B17745 in popluar number systems.

HEX B1 77 45
Decimal 177 119 69
Binary 10110001 1110111 1000101
Octal 261 167 105

Shades and tints

Shades of #B17745

#B17745
(177,119,69)
#A16D3F
(161,109,63)
#916339
(145,99,57)
#815933
(129,89,51)
#714F2D
(113,79,45)
#614527
(97,69,39)
#513B21
(81,59,33)
#41311B
(65,49,27)
#312715
(49,39,21)
#211D0F
(33,29,15)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #B17745

#B17745
(177,119,69)
#B88355
(184,131,85)
#BF8F65
(191,143,101)
#C69B75
(198,155,117)
#CDA785
(205,167,133)
#D4B395
(212,179,149)
#DBBFA5
(219,191,165)
#E2CBB5
(226,203,181)
#E9D7C5
(233,215,197)
#F0E3D5
(240,227,213)
#F7EFE5
(247,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17745 color. Also use rgb(177,119,69) instead hex code.

Text Font Color

.myTextColor { color: #B17745; }

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

This text font color is #B17745.

Background Color

.myBgColor { background-color: #B17745; }

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

This div background color is #B17745.

Border color

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

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

This div border color is #B17745.

Opacity

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

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

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

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

This text has shadow with #B17745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17745.

Preview

Color preview on black background

This text has color #B17745 on black background.


Color preview on white background

This text has color #B17745 on white background.


Black color preview on #B17745 background

This text has black color on #B17745 background.


White color preview on #B17745 background

This text has white color on #B17745 background.


Related colors

Complementary color

Complementary color for #hex is #4E88BA.


I love getcolorcode.com

Triadic colors

1 #45B177 and #7745B1 with #B17745 are triadic colors.

2 #4577B1 and #77B145 with #B17745 are triadic colors.