COLOR #B88136

HEX: #B88136
RGB: (184,129,54)

Color info

#B88136 contains mainly red and green colors. Web safe color of #B88136 is #CC9933 (or #C93).

RGB color model

#B88136 color RGB value is (184,129,54).

  • red value is 184;
  • green value is 129;
  • blue value is 54.
RGB:
(184,129,54)
(72%,51%,21%)

RGB channels and saturation

R 184 of 255 = 72%
G 129 of 255 = 51%
B 54 of 255 = 21%

184
129
54

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

Portions of RGB colors in percentages

R + G + B =
184 + 129 + 54 = 367 (100%)
R 184 of 367 ~ 50.14%
G 129 of 367 ~ 35.15%
B 54 of 367 ~ 14.71%

%50.14
%35.15
%14.71

CMYK color model

#B88136 color CMYK value is (0,30,71,28).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 70.65%
  • key color value is 27.84%
CMYK:
(0,30,71,28)
C0M30Y71K28 
(0%,30%,71%,28%)
(0.00/0.30/0.71/0.28)	

CMYK percentages

%0
%29.89
%70.65
%27.84

Codes

Color #B88136 in popluar color models

B88136
RGB18412954
HSL35°54.62%46.67%
HSB/HSV35°70.65%72.16%
CMYK0.00%29.89%70.65%
27.84%

Color #B88136 in popluar number systems.

HEXB88136
Decimal18412954
Binary1011100010000001110110
Octal27020166

Shades and tints

Shades of #B88136

#B88136
(184,129,54)
#A87632
(168,118,50)
#986B2E
(152,107,46)
#88602A
(136,96,42)
#785526
(120,85,38)
#684A22
(104,74,34)
#583F1E
(88,63,30)
#48341A
(72,52,26)
#382916
(56,41,22)
#281E12
(40,30,18)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #B88136

#B88136
(184,129,54)
#BE8C48
(190,140,72)
#C4975A
(196,151,90)
#CAA26C
(202,162,108)
#D0AD7E
(208,173,126)
#D6B890
(214,184,144)
#DCC3A2
(220,195,162)
#E2CEB4
(226,206,180)
#E8D9C6
(232,217,198)
#EEE4D8
(238,228,216)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88136 color. Also use rgb(184,129,54) instead hex code.

Text Font Color

.myTextColor { color: #B88136; }

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

This text font color is #B88136.


Background Color

.myBgColor { background-color: #B88136; }

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

This div background color is #B88136.


Border color

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

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

This div border color is #B88136.


Opacity

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

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

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

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

This text has shadow with #B88136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88136 on black background.


Color preview on white background

This text has color #B88136 on white background.



Black color preview on #B88136 background

This text has black color on #B88136 background.


White color preview on #B88136 background

This text has white color on #B88136 background.