COLOR #B7863D

HEX: #B7863D
RGB: (183,134,61)

Color info

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

RGB color model

#B7863D color RGB value is (183,134,61).

  • red value is 183;
  • green value is 134;
  • blue value is 61.
RGB:
(183,134,61)
(72%,53%,24%)

RGB channels and saturation

R 183 of 255 = 72%
G 134 of 255 = 53%
B 61 of 255 = 24%

183
134
61

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

Portions of RGB colors in percentages

R + G + B =
183 + 134 + 61 = 378 (100%)
R 183 of 378 ~ 48.41%
G 134 of 378 ~ 35.45%
B 61 of 378 ~ 16.14%

%48.41
%35.45
%16.14

CMYK color model

#B7863D color CMYK value is (0,27,67,28).

  • cyan value is 0.00%
  • magenta value is 26.78%
  • yellow value is 66.67%
  • key color value is 28.24%
CMYK:
(0,27,67,28)
C0M27Y67K28 
(0%,27%,67%,28%)
(0.00/0.27/0.67/0.28)	

CMYK percentages

%0
%26.78
%66.67
%28.24

Codes

Color #B7863D in popluar color models

B7863D
RGB18313461
HSL36°50.00%47.84%
HSB/HSV36°66.67%71.76%
CMYK0.00%26.78%66.67%
28.24%

Color #B7863D in popluar number systems.

HEXB7863D
Decimal18313461
Binary1011011110000110111101
Octal26720675

Shades and tints

Shades of #B7863D

#B7863D
(183,134,61)
#A77A38
(167,122,56)
#976E33
(151,110,51)
#87622E
(135,98,46)
#775629
(119,86,41)
#674A24
(103,74,36)
#573E1F
(87,62,31)
#47321A
(71,50,26)
#372615
(55,38,21)
#271A10
(39,26,16)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #B7863D

#B7863D
(183,134,61)
#BD914E
(189,145,78)
#C39C5F
(195,156,95)
#C9A770
(201,167,112)
#CFB281
(207,178,129)
#D5BD92
(213,189,146)
#DBC8A3
(219,200,163)
#E1D3B4
(225,211,180)
#E7DEC5
(231,222,197)
#EDE9D6
(237,233,214)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7863D color. Also use rgb(183,134,61) instead hex code.

Text Font Color

.myTextColor { color: #B7863D; }

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

This text font color is #B7863D.


Background Color

.myBgColor { background-color: #B7863D; }

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

This div background color is #B7863D.


Border color

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

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

This div border color is #B7863D.


Opacity

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

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

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

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

This text has shadow with #B7863D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7863D on black background.


Color preview on white background

This text has color #B7863D on white background.



Black color preview on #B7863D background

This text has black color on #B7863D background.


White color preview on #B7863D background

This text has white color on #B7863D background.