COLOR #B8826F

HEX: #B8826F
RGB: (184,130,111)

Color info

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

RGB color model

#B8826F color RGB value is (184,130,111).

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

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 111 of 255 = 44%

184
130
111

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

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 111 = 425 (100%)
R 184 of 425 ~ 43.29%
G 130 of 425 ~ 30.59%
B 111 of 425 ~ 26.12%

%43.29
%30.59
%26.12

CMYK color model

#B8826F color CMYK value is (0,29,40,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 39.67%
  • key color value is 27.84%
CMYK:
(0,29,40,28)
C0M29Y40K28 
(0%,29%,40%,28%)
(0.00/0.29/0.40/0.28)	

CMYK percentages

%0
%29.35
%39.67
%27.84

Codes

Color #B8826F in popluar color models

B8826F
RGB184130111
HSL16°33.95%57.84%
HSB/HSV16°39.67%72.16%
CMYK0.00%29.35%39.67%
27.84%

Color #B8826F in popluar number systems.

HEXB8826F
Decimal184130111
Binary10111000100000101101111
Octal270202157

Shades and tints

Shades of #B8826F

#B8826F
(184,130,111)
#A87765
(168,119,101)
#986C5B
(152,108,91)
#886151
(136,97,81)
#785647
(120,86,71)
#684B3D
(104,75,61)
#584033
(88,64,51)
#483529
(72,53,41)
#382A1F
(56,42,31)
#281F15
(40,31,21)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #B8826F

#B8826F
(184,130,111)
#BE8D7C
(190,141,124)
#C49889
(196,152,137)
#CAA396
(202,163,150)
#D0AEA3
(208,174,163)
#D6B9B0
(214,185,176)
#DCC4BD
(220,196,189)
#E2CFCA
(226,207,202)
#E8DAD7
(232,218,215)
#EEE5E4
(238,229,228)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8826F; }

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

This text font color is #B8826F.


Background Color

.myBgColor { background-color: #B8826F; }

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

This div background color is #B8826F.


Border color

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

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

This div border color is #B8826F.


Opacity

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

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

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

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

This text has shadow with #B8826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8826F on black background.


Color preview on white background

This text has color #B8826F on white background.



Black color preview on #B8826F background

This text has black color on #B8826F background.


White color preview on #B8826F background

This text has white color on #B8826F background.