COLOR #B15214

HEX: #B15214
RGB: (177,82,20)

Color info

#B15214 contains mainly red color. Web safe color of #B15214 is #996600 (or #960).

RGB color model

#B15214 color RGB value is (177,82,20).

  • red value is 177;
  • green value is 82;
  • blue value is 20.
RGB:
(177,82,20)
(69%,32%,8%)

RGB channels and saturation

R 177 of 255 = 69%
G 82 of 255 = 32%
B 20 of 255 = 8%

177
82
20

R + G + B ~ 36%. #B15214 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 82 + 20 = 279 (100%)
R 177 of 279 ~ 63.44%
G 82 of 279 ~ 29.39%
B 20 of 279 ~ 7.17%

%63.44
%29.39

CMYK color model

#B15214 color CMYK value is (0,54,89,31).

  • cyan value is 0.00%
  • magenta value is 53.67%
  • yellow value is 88.70%
  • key color value is 30.59%
CMYK:
(0,54,89,31)
C0M54Y89K31 
(0%,54%,89%,31%)
(0.00/0.54/0.89/0.31)	

CMYK percentages

%0
%53.67
%88.7
%30.59

Codes

Color #B15214 in popluar color models

B15214
RGB1778220
HSL24°79.70%38.63%
HSB/HSV24°88.70%69.41%
CMYK0.00%53.67%88.70%
30.59%

Color #B15214 in popluar number systems.

HEXB15214
Decimal1778220
Binary10110001101001010100
Octal26112224

Shades and tints

Shades of #B15214

#B15214
(177,82,20)
#A14B13
(161,75,19)
#914412
(145,68,18)
#813D11
(129,61,17)
#713610
(113,54,16)
#612F0F
(97,47,15)
#51280E
(81,40,14)
#41210D
(65,33,13)
#311A0C
(49,26,12)
#21130B
(33,19,11)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #B15214

#B15214
(177,82,20)
#B86129
(184,97,41)
#BF703E
(191,112,62)
#C67F53
(198,127,83)
#CD8E68
(205,142,104)
#D49D7D
(212,157,125)
#DBAC92
(219,172,146)
#E2BBA7
(226,187,167)
#E9CABC
(233,202,188)
#F0D9D1
(240,217,209)
#F7E8E6
(247,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15214 color. Also use rgb(177,82,20) instead hex code.

Text Font Color

.myTextColor { color: #B15214; }

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

This text font color is #B15214.


Background Color

.myBgColor { background-color: #B15214; }

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

This div background color is #B15214.


Border color

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

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

This div border color is #B15214.


Opacity

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

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

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

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

This text has shadow with #B15214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15214 on black background.


Color preview on white background

This text has color #B15214 on white background.



Black color preview on #B15214 background

This text has black color on #B15214 background.


White color preview on #B15214 background

This text has white color on #B15214 background.