COLOR #B8827A

HEX: #B8827A RGB: (184,130,122)

Color info

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

RGB color model

#B8827A color RGB value is (184,130,122).

RGB: (184,130,122) (72%, 51%, 48%)

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 122 of 255 = 48%

184
130
122

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

Portions of RGB colors in percentages

R + G + B = 184 + 130 + 122 = 436 (100%)
R 184 of 436 ~ 42.2%
G 130 of 436 ~ 29.82%
B 122 of 436 ~ 27.98'%

%42.2
%29.82
%27.98

CMYK color model

#B8827A color CMYK value is (0,29,34,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 33.70%
  • key color value is 27.84%

CMYK: (0,29,34,28)
C0M29Y34K28 (0%, 29%, 34%, 28%)
(0.00 / 0.29 / 0.34 / 0.28)

CMYK percentages

%0
%29.35
%33.7
%27.84

Codes

Color #B8827A in popluar color models

B8 82 7A
RGB 184 130 122
HSL 30.39% 60.00%
HSB/HSV 33.70% 72.16%
CMYK 0.00% 29.35% 33.70%
27.84%

Color #B8827A in popluar number systems.

HEX B8 82 7A
Decimal 184 130 122
Binary 10111000 10000010 1111010
Octal 270 202 172

Shades and tints

Shades of #B8827A

#B8827A
(184,130,122)
#A8776F
(168,119,111)
#986C64
(152,108,100)
#886159
(136,97,89)
#78564E
(120,86,78)
#684B43
(104,75,67)
#584038
(88,64,56)
#48352D
(72,53,45)
#382A22
(56,42,34)
#281F17
(40,31,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #B8827A

#B8827A
(184,130,122)
#BE8D86
(190,141,134)
#C49892
(196,152,146)
#CAA39E
(202,163,158)
#D0AEAA
(208,174,170)
#D6B9B6
(214,185,182)
#DCC4C2
(220,196,194)
#E2CFCE
(226,207,206)
#E8DADA
(232,218,218)
#EEE5E6
(238,229,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8827A; }

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

This text font color is #B8827A.

Background Color

.myBgColor { background-color: #B8827A; }

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

This div background color is #B8827A.

Border color

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

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

This div border color is #B8827A.

Opacity

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

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

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

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

This text has shadow with #B8827A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8827A.

Preview

Color preview on black background

This text has color #B8827A on black background.


Color preview on white background

This text has color #B8827A on white background.


Black color preview on #B8827A background

This text has black color on #B8827A background.


White color preview on #B8827A background

This text has white color on #B8827A background.


Related colors

Complementary color

Complementary color for #hex is #477D85.


I love getcolorcode.com

Triadic colors

1 #7AB882 and #827AB8 with #B8827A are triadic colors.

2 #7A82B8 and #82B87A with #B8827A are triadic colors.