COLOR #B5714B

HEX: #B5714B
RGB: (181,113,75)

Color info

#B5714B contains mainly red color. Web safe color of #B5714B is #CC6633 (or #C63).

RGB color model

#B5714B color RGB value is (181,113,75).

  • red value is 181;
  • green value is 113;
  • blue value is 75.
RGB:
(181,113,75)
(71%,44%,29%)

RGB channels and saturation

R 181 of 255 = 71%
G 113 of 255 = 44%
B 75 of 255 = 29%

181
113
75

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

Portions of RGB colors in percentages

R + G + B =
181 + 113 + 75 = 369 (100%)
R 181 of 369 ~ 49.05%
G 113 of 369 ~ 30.62%
B 75 of 369 ~ 20.33%

%49.05
%30.62
%20.33

CMYK color model

#B5714B color CMYK value is (0,38,59,29).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 58.56%
  • key color value is 29.02%
CMYK:
(0,38,59,29)
C0M38Y59K29 
(0%,38%,59%,29%)
(0.00/0.38/0.59/0.29)	

CMYK percentages

%0
%37.57
%58.56
%29.02

Codes

Color #B5714B in popluar color models

B5714B
RGB18111375
HSL22°41.73%50.20%
HSB/HSV22°58.56%70.98%
CMYK0.00%37.57%58.56%
29.02%

Color #B5714B in popluar number systems.

HEXB5714B
Decimal18111375
Binary1011010111100011001011
Octal265161113

Shades and tints

Shades of #B5714B

#B5714B
(181,113,75)
#A56745
(165,103,69)
#955D3F
(149,93,63)
#855339
(133,83,57)
#754933
(117,73,51)
#653F2D
(101,63,45)
#553527
(85,53,39)
#452B21
(69,43,33)
#35211B
(53,33,27)
#251715
(37,23,21)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #B5714B

#B5714B
(181,113,75)
#BB7D5B
(187,125,91)
#C1896B
(193,137,107)
#C7957B
(199,149,123)
#CDA18B
(205,161,139)
#D3AD9B
(211,173,155)
#D9B9AB
(217,185,171)
#DFC5BB
(223,197,187)
#E5D1CB
(229,209,203)
#EBDDDB
(235,221,219)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5714B; }

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

This text font color is #B5714B.


Background Color

.myBgColor { background-color: #B5714B; }

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

This div background color is #B5714B.


Border color

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

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

This div border color is #B5714B.


Opacity

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

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

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

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

This text has shadow with #B5714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5714B on black background.


Color preview on white background

This text has color #B5714B on white background.



Black color preview on #B5714B background

This text has black color on #B5714B background.


White color preview on #B5714B background

This text has white color on #B5714B background.