COLOR #B6825D

HEX: #B6825D
RGB: (182,130,93)

Color info

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

RGB color model

#B6825D color RGB value is (182,130,93).

  • red value is 182;
  • green value is 130;
  • blue value is 93.
RGB:
(182,130,93)
(71%,51%,36%)

RGB channels and saturation

R 182 of 255 = 71%
G 130 of 255 = 51%
B 93 of 255 = 36%

182
130
93

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

Portions of RGB colors in percentages

R + G + B =
182 + 130 + 93 = 405 (100%)
R 182 of 405 ~ 44.94%
G 130 of 405 ~ 32.1%
B 93 of 405 ~ 22.96%

%44.94
%32.1
%22.96

CMYK color model

#B6825D color CMYK value is (0,29,49,29).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 48.90%
  • key color value is 28.63%
CMYK:
(0,29,49,29)
C0M29Y49K29 
(0%,29%,49%,29%)
(0.00/0.29/0.49/0.29)	

CMYK percentages

%0
%28.57
%48.9
%28.63

Codes

Color #B6825D in popluar color models

B6825D
RGB18213093
HSL25°37.87%53.92%
HSB/HSV25°48.90%71.37%
CMYK0.00%28.57%48.90%
28.63%

Color #B6825D in popluar number systems.

HEXB6825D
Decimal18213093
Binary10110110100000101011101
Octal266202135

Shades and tints

Shades of #B6825D

#B6825D
(182,130,93)
#A67755
(166,119,85)
#966C4D
(150,108,77)
#866145
(134,97,69)
#76563D
(118,86,61)
#664B35
(102,75,53)
#56402D
(86,64,45)
#463525
(70,53,37)
#362A1D
(54,42,29)
#261F15
(38,31,21)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #B6825D

#B6825D
(182,130,93)
#BC8D6B
(188,141,107)
#C29879
(194,152,121)
#C8A387
(200,163,135)
#CEAE95
(206,174,149)
#D4B9A3
(212,185,163)
#DAC4B1
(218,196,177)
#E0CFBF
(224,207,191)
#E6DACD
(230,218,205)
#ECE5DB
(236,229,219)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6825D color. Also use rgb(182,130,93) instead hex code.

Text Font Color

.myTextColor { color: #B6825D; }

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

This text font color is #B6825D.


Background Color

.myBgColor { background-color: #B6825D; }

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

This div background color is #B6825D.


Border color

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

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

This div border color is #B6825D.


Opacity

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

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

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

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

This text has shadow with #B6825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6825D on black background.


Color preview on white background

This text has color #B6825D on white background.



Black color preview on #B6825D background

This text has black color on #B6825D background.


White color preview on #B6825D background

This text has white color on #B6825D background.