COLOR #B8827B

HEX: #B8827B
RGB: (184,130,123)

Color info

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

RGB color model

#B8827B color RGB value is (184,130,123).

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

RGB channels and saturation

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

184
130
123

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

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 123 = 437 (100%)
R 184 of 437 ~ 42.11%
G 130 of 437 ~ 29.75%
B 123 of 437 ~ 28.15%

%42.11
%29.75
%28.15

CMYK color model

#B8827B color CMYK value is (0,29,33,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 33.15%
  • key color value is 27.84%
CMYK:
(0,29,33,28)
C0M29Y33K28 
(0%,29%,33%,28%)
(0.00/0.29/0.33/0.28)	

CMYK percentages

%0
%29.35
%33.15
%27.84

Codes

Color #B8827B in popluar color models

B8827B
RGB184130123
HSL30.05%60.20%
HSB/HSV33.15%72.16%
CMYK0.00%29.35%33.15%
27.84%

Color #B8827B in popluar number systems.

HEXB8827B
Decimal184130123
Binary10111000100000101111011
Octal270202173

Shades and tints

Shades of #B8827B

#B8827B
(184,130,123)
#A87770
(168,119,112)
#986C65
(152,108,101)
#88615A
(136,97,90)
#78564F
(120,86,79)
#684B44
(104,75,68)
#584039
(88,64,57)
#48352E
(72,53,46)
#382A23
(56,42,35)
#281F18
(40,31,24)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #B8827B

#B8827B
(184,130,123)
#BE8D87
(190,141,135)
#C49893
(196,152,147)
#CAA39F
(202,163,159)
#D0AEAB
(208,174,171)
#D6B9B7
(214,185,183)
#DCC4C3
(220,196,195)
#E2CFCF
(226,207,207)
#E8DADB
(232,218,219)
#EEE5E7
(238,229,231)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8827B; }

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

This text font color is #B8827B.


Background Color

.myBgColor { background-color: #B8827B; }

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

This div background color is #B8827B.


Border color

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

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

This div border color is #B8827B.


Opacity

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

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

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

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

This text has shadow with #B8827B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8827B on black background.


Color preview on white background

This text has color #B8827B on white background.



Black color preview on #B8827B background

This text has black color on #B8827B background.


White color preview on #B8827B background

This text has white color on #B8827B background.