COLOR #B1724B

HEX: #B1724B RGB: (177,114,75)

Color info

#B1724B contains mainly red color. Web safe color of #B1724B is #996633 (or #963).

RGB color model

#B1724B color RGB value is (177,114,75).

RGB: (177,114,75) (69%, 45%, 29%)

RGB channels and saturation

R 177 of 255 = 69%
G 114 of 255 = 45%
B 75 of 255 = 29%

177
114
75

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

Portions of RGB colors in percentages

R + G + B = 177 + 114 + 75 = 366 (100%)
R 177 of 366 ~ 48.36%
G 114 of 366 ~ 31.15%
B 75 of 366 ~ 20.49'%

%48.36
%31.15
%20.49

CMYK color model

#B1724B color CMYK value is (0,36,58,31).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 57.63%
  • key color value is 30.59%

CMYK: (0,36,58,31)
C0M36Y58K31 (0%, 36%, 58%, 31%)
(0.00 / 0.36 / 0.58 / 0.31)

CMYK percentages

%0
%35.59
%57.63
%30.59

Codes

Color #B1724B in popluar color models

B1 72 4B
RGB 177 114 75
HSL 23° 40.48% 49.41%
HSB/HSV 23° 57.63% 69.41%
CMYK 0.00% 35.59% 57.63%
30.59%

Color #B1724B in popluar number systems.

HEX B1 72 4B
Decimal 177 114 75
Binary 10110001 1110010 1001011
Octal 261 162 113

Shades and tints

Shades of #B1724B

#B1724B
(177,114,75)
#A16845
(161,104,69)
#915E3F
(145,94,63)
#815439
(129,84,57)
#714A33
(113,74,51)
#61402D
(97,64,45)
#513627
(81,54,39)
#412C21
(65,44,33)
#31221B
(49,34,27)
#211815
(33,24,21)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #B1724B

#B1724B
(177,114,75)
#B87E5B
(184,126,91)
#BF8A6B
(191,138,107)
#C6967B
(198,150,123)
#CDA28B
(205,162,139)
#D4AE9B
(212,174,155)
#DBBAAB
(219,186,171)
#E2C6BB
(226,198,187)
#E9D2CB
(233,210,203)
#F0DEDB
(240,222,219)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1724B; }

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

This text font color is #B1724B.

Background Color

.myBgColor { background-color: #B1724B; }

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

This div background color is #B1724B.

Border color

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

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

This div border color is #B1724B.

Opacity

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

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

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

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

This text has shadow with #B1724B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1724B.

Preview

Color preview on black background

This text has color #B1724B on black background.


Color preview on white background

This text has color #B1724B on white background.


Black color preview on #B1724B background

This text has black color on #B1724B background.


White color preview on #B1724B background

This text has white color on #B1724B background.


Related colors

Complementary color

Complementary color for #hex is #4E8DB4.


I love getcolorcode.com

Triadic colors

1 #4BB172 and #724BB1 with #B1724B are triadic colors.

2 #4B72B1 and #72B14B with #B1724B are triadic colors.