COLOR #B5716F

HEX: #B5716F RGB: (181,113,111)

Color info

#B5716F contains mainly red color. Web safe color of #B5716F is #CC6666 (or #C66).

RGB color model

#B5716F color RGB value is (181,113,111).

RGB: (181,113,111) (71%, 44%, 44%)

RGB channels and saturation

R 181 of 255 = 71%
G 113 of 255 = 44%
B 111 of 255 = 44%

181
113
111

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

Portions of RGB colors in percentages

R + G + B = 181 + 113 + 111 = 405 (100%)
R 181 of 405 ~ 44.69%
G 113 of 405 ~ 27.9%
B 111 of 405 ~ 27.41'%

%44.69
%27.9
%27.41

CMYK color model

#B5716F color CMYK value is (0,38,39,29).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 38.67%
  • key color value is 29.02%

CMYK: (0,38,39,29)
C0M38Y39K29 (0%, 38%, 39%, 29%)
(0.00 / 0.38 / 0.39 / 0.29)

CMYK percentages

%0
%37.57
%38.67
%29.02

Codes

Color #B5716F in popluar color models

B5 71 6F
RGB 181 113 111
HSL 32.11% 57.25%
HSB/HSV 38.67% 70.98%
CMYK 0.00% 37.57% 38.67%
29.02%

Color #B5716F in popluar number systems.

HEX B5 71 6F
Decimal 181 113 111
Binary 10110101 1110001 1101111
Octal 265 161 157

Shades and tints

Shades of #B5716F

#B5716F
(181,113,111)
#A56765
(165,103,101)
#955D5B
(149,93,91)
#855351
(133,83,81)
#754947
(117,73,71)
#653F3D
(101,63,61)
#553533
(85,53,51)
#452B29
(69,43,41)
#35211F
(53,33,31)
#251715
(37,23,21)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #B5716F

#B5716F
(181,113,111)
#BB7D7C
(187,125,124)
#C18989
(193,137,137)
#C79596
(199,149,150)
#CDA1A3
(205,161,163)
#D3ADB0
(211,173,176)
#D9B9BD
(217,185,189)
#DFC5CA
(223,197,202)
#E5D1D7
(229,209,215)
#EBDDE4
(235,221,228)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5716F color. Also use rgb(181,113,111) instead hex code.

Text Font Color

.myTextColor { color: #B5716F; }

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

This text font color is #B5716F.

Background Color

.myBgColor { background-color: #B5716F; }

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

This div background color is #B5716F.

Border color

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

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

This div border color is #B5716F.

Opacity

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

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

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

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

This text has shadow with #B5716F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5716F.

Preview

Color preview on black background

This text has color #B5716F on black background.


Color preview on white background

This text has color #B5716F on white background.


Black color preview on #B5716F background

This text has black color on #B5716F background.


White color preview on #B5716F background

This text has white color on #B5716F background.


Related colors

Complementary color

Complementary color for #hex is #4A8E90.


I love getcolorcode.com

Triadic colors

1 #6FB571 and #716FB5 with #B5716F are triadic colors.

2 #6F71B5 and #71B56F with #B5716F are triadic colors.