COLOR #B86238

HEX: #B86238
RGB: (184,98,56)

Color info

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

RGB color model

#B86238 color RGB value is (184,98,56).

  • red value is 184;
  • green value is 98;
  • blue value is 56.
RGB:
(184,98,56)
(72%,38%,22%)

RGB channels and saturation

R 184 of 255 = 72%
G 98 of 255 = 38%
B 56 of 255 = 22%

184
98
56

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

Portions of RGB colors in percentages

R + G + B =
184 + 98 + 56 = 338 (100%)
R 184 of 338 ~ 54.44%
G 98 of 338 ~ 28.99%
B 56 of 338 ~ 16.57%

%54.44
%28.99
%16.57

CMYK color model

#B86238 color CMYK value is (0,47,70,28).

  • cyan value is 0.00%
  • magenta value is 46.74%
  • yellow value is 69.57%
  • key color value is 27.84%
CMYK:
(0,47,70,28)
C0M47Y70K28 
(0%,47%,70%,28%)
(0.00/0.47/0.70/0.28)	

CMYK percentages

%0
%46.74
%69.57
%27.84

Codes

Color #B86238 in popluar color models

B86238
RGB1849856
HSL20°53.33%47.06%
HSB/HSV20°69.57%72.16%
CMYK0.00%46.74%69.57%
27.84%

Color #B86238 in popluar number systems.

HEXB86238
Decimal1849856
Binary101110001100010111000
Octal27014270

Shades and tints

Shades of #B86238

#B86238
(184,98,56)
#A85A33
(168,90,51)
#98522E
(152,82,46)
#884A29
(136,74,41)
#784224
(120,66,36)
#683A1F
(104,58,31)
#58321A
(88,50,26)
#482A15
(72,42,21)
#382210
(56,34,16)
#281A0B
(40,26,11)
#181206
(24,18,6)
#000000
(0,0,0)

Tints of #B86238

#B86238
(184,98,56)
#BE704A
(190,112,74)
#C47E5C
(196,126,92)
#CA8C6E
(202,140,110)
#D09A80
(208,154,128)
#D6A892
(214,168,146)
#DCB6A4
(220,182,164)
#E2C4B6
(226,196,182)
#E8D2C8
(232,210,200)
#EEE0DA
(238,224,218)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86238 color. Also use rgb(184,98,56) instead hex code.

Text Font Color

.myTextColor { color: #B86238; }

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

This text font color is #B86238.


Background Color

.myBgColor { background-color: #B86238; }

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

This div background color is #B86238.


Border color

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

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

This div border color is #B86238.


Opacity

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

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

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

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

This text has shadow with #B86238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B86238 on black background.


Color preview on white background

This text has color #B86238 on white background.



Black color preview on #B86238 background

This text has black color on #B86238 background.


White color preview on #B86238 background

This text has white color on #B86238 background.