COLOR #B8825E

HEX: #B8825E
RGB: (184,130,94)

Color info

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

RGB color model

#B8825E color RGB value is (184,130,94).

  • red value is 184;
  • green value is 130;
  • blue value is 94.
RGB:
(184,130,94)
(72%,51%,37%)

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 94 of 255 = 37%

184
130
94

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

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 94 = 408 (100%)
R 184 of 408 ~ 45.1%
G 130 of 408 ~ 31.86%
B 94 of 408 ~ 23.04%

%45.1
%31.86
%23.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 48.91%
  • key color value is 27.84%
CMYK:
(0,29,49,28)
C0M29Y49K28 
(0%,29%,49%,28%)
(0.00/0.29/0.49/0.28)	

CMYK percentages

%0
%29.35
%48.91
%27.84

Codes

Color #B8825E in popluar color models

B8825E
RGB18413094
HSL24°38.79%54.51%
HSB/HSV24°48.91%72.16%
CMYK0.00%29.35%48.91%
27.84%

Color #B8825E in popluar number systems.

HEXB8825E
Decimal18413094
Binary10111000100000101011110
Octal270202136

Shades and tints

Shades of #B8825E

#B8825E
(184,130,94)
#A87756
(168,119,86)
#986C4E
(152,108,78)
#886146
(136,97,70)
#78563E
(120,86,62)
#684B36
(104,75,54)
#58402E
(88,64,46)
#483526
(72,53,38)
#382A1E
(56,42,30)
#281F16
(40,31,22)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #B8825E

#B8825E
(184,130,94)
#BE8D6C
(190,141,108)
#C4987A
(196,152,122)
#CAA388
(202,163,136)
#D0AE96
(208,174,150)
#D6B9A4
(214,185,164)
#DCC4B2
(220,196,178)
#E2CFC0
(226,207,192)
#E8DACE
(232,218,206)
#EEE5DC
(238,229,220)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8825E color. Also use rgb(184,130,94) instead hex code.

Text Font Color

.myTextColor { color: #B8825E; }

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

This text font color is #B8825E.


Background Color

.myBgColor { background-color: #B8825E; }

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

This div background color is #B8825E.


Border color

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

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

This div border color is #B8825E.


Opacity

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

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

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

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

This text has shadow with #B8825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8825E on black background.


Color preview on white background

This text has color #B8825E on white background.



Black color preview on #B8825E background

This text has black color on #B8825E background.


White color preview on #B8825E background

This text has white color on #B8825E background.