COLOR #B7805D

HEX: #B7805D
RGB: (183,128,93)

Color info

#B7805D contains mainly red and green colors. Web safe color of #B7805D is #CC6666 (or #C66).

RGB color model

#B7805D color RGB value is (183,128,93).

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

RGB channels and saturation

R 183 of 255 = 72%
G 128 of 255 = 50%
B 93 of 255 = 36%

183
128
93

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

Portions of RGB colors in percentages

R + G + B =
183 + 128 + 93 = 404 (100%)
R 183 of 404 ~ 45.3%
G 128 of 404 ~ 31.68%
B 93 of 404 ~ 23.02%

%45.3
%31.68
%23.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(0,30,49,28)
C0M30Y49K28 
(0%,30%,49%,28%)
(0.00/0.30/0.49/0.28)	

CMYK percentages

%0
%30.05
%49.18
%28.24

Codes

Color #B7805D in popluar color models

B7805D
RGB18312893
HSL23°38.46%54.12%
HSB/HSV23°49.18%71.76%
CMYK0.00%30.05%49.18%
28.24%

Color #B7805D in popluar number systems.

HEXB7805D
Decimal18312893
Binary10110111100000001011101
Octal267200135

Shades and tints

Shades of #B7805D

#B7805D
(183,128,93)
#A77555
(167,117,85)
#976A4D
(151,106,77)
#875F45
(135,95,69)
#77543D
(119,84,61)
#674935
(103,73,53)
#573E2D
(87,62,45)
#473325
(71,51,37)
#37281D
(55,40,29)
#271D15
(39,29,21)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #B7805D

#B7805D
(183,128,93)
#BD8B6B
(189,139,107)
#C39679
(195,150,121)
#C9A187
(201,161,135)
#CFAC95
(207,172,149)
#D5B7A3
(213,183,163)
#DBC2B1
(219,194,177)
#E1CDBF
(225,205,191)
#E7D8CD
(231,216,205)
#EDE3DB
(237,227,219)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7805D; }

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

This text font color is #B7805D.


Background Color

.myBgColor { background-color: #B7805D; }

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

This div background color is #B7805D.


Border color

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

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

This div border color is #B7805D.


Opacity

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

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

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

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

This text has shadow with #B7805D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7805D on black background.


Color preview on white background

This text has color #B7805D on white background.



Black color preview on #B7805D background

This text has black color on #B7805D background.


White color preview on #B7805D background

This text has white color on #B7805D background.