COLOR #B7835D

HEX: #B7835D
RGB: (183,131,93)

Color info

#B7835D contains mainly red and green colors. Web safe color of #B7835D is #CC9966 (or #C96).

RGB color model

#B7835D color RGB value is (183,131,93).

  • red value is 183;
  • green value is 131;
  • blue value is 93.
RGB:
(183,131,93)
(72%,51%,36%)

RGB channels and saturation

R 183 of 255 = 72%
G 131 of 255 = 51%
B 93 of 255 = 36%

183
131
93

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

Portions of RGB colors in percentages

R + G + B =
183 + 131 + 93 = 407 (100%)
R 183 of 407 ~ 44.96%
G 131 of 407 ~ 32.19%
B 93 of 407 ~ 22.85%

%44.96
%32.19
%22.85

CMYK color model

#B7835D color CMYK value is (0,28,49,28).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(0,28,49,28)
C0M28Y49K28 
(0%,28%,49%,28%)
(0.00/0.28/0.49/0.28)	

CMYK percentages

%0
%28.42
%49.18
%28.24

Codes

Color #B7835D in popluar color models

B7835D
RGB18313193
HSL25°38.46%54.12%
HSB/HSV25°49.18%71.76%
CMYK0.00%28.42%49.18%
28.24%

Color #B7835D in popluar number systems.

HEXB7835D
Decimal18313193
Binary10110111100000111011101
Octal267203135

Shades and tints

Shades of #B7835D

#B7835D
(183,131,93)
#A77855
(167,120,85)
#976D4D
(151,109,77)
#876245
(135,98,69)
#77573D
(119,87,61)
#674C35
(103,76,53)
#57412D
(87,65,45)
#473625
(71,54,37)
#372B1D
(55,43,29)
#272015
(39,32,21)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #B7835D

#B7835D
(183,131,93)
#BD8E6B
(189,142,107)
#C39979
(195,153,121)
#C9A487
(201,164,135)
#CFAF95
(207,175,149)
#D5BAA3
(213,186,163)
#DBC5B1
(219,197,177)
#E1D0BF
(225,208,191)
#E7DBCD
(231,219,205)
#EDE6DB
(237,230,219)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7835D color. Also use rgb(183,131,93) instead hex code.

Text Font Color

.myTextColor { color: #B7835D; }

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

This text font color is #B7835D.


Background Color

.myBgColor { background-color: #B7835D; }

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

This div background color is #B7835D.


Border color

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

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

This div border color is #B7835D.


Opacity

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

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

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

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

This text has shadow with #B7835D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7835D on black background.


Color preview on white background

This text has color #B7835D on white background.



Black color preview on #B7835D background

This text has black color on #B7835D background.


White color preview on #B7835D background

This text has white color on #B7835D background.