COLOR #B8828D

HEX: #B8828D RGB: (184,130,141)

Color info

#B8828D contains red, green and blue colors in about the same proportion. Web safe color of #B8828D is #CC9999 (or #C99).

RGB color model

#B8828D color RGB value is (184,130,141).

RGB: (184,130,141) (72%, 51%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 141 of 255 = 55%

184
130
141

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

Portions of RGB colors in percentages

R + G + B = 184 + 130 + 141 = 455 (100%)
R 184 of 455 ~ 40.44%
G 130 of 455 ~ 28.57%
B 141 of 455 ~ 30.99'%

%40.44
%28.57
%30.99

CMYK color model

#B8828D color CMYK value is (0,29,23,28).

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

CMYK: (0,29,23,28)
C0M29Y23K28 (0%, 29%, 23%, 28%)
(0.00 / 0.29 / 0.23 / 0.28)

CMYK percentages

%0
%29.35
%23.37
%27.84

Codes

Color #B8828D in popluar color models

B8 82 8D
RGB 184 130 141
HSL 348° 27.55% 61.57%
HSB/HSV 348° 29.35% 72.16%
CMYK 0.00% 29.35% 23.37%
27.84%

Color #B8828D in popluar number systems.

HEX B8 82 8D
Decimal 184 130 141
Binary 10111000 10000010 10001101
Octal 270 202 215

Shades and tints

Shades of #B8828D

#B8828D
(184,130,141)
#A87781
(168,119,129)
#986C75
(152,108,117)
#886169
(136,97,105)
#78565D
(120,86,93)
#684B51
(104,75,81)
#584045
(88,64,69)
#483539
(72,53,57)
#382A2D
(56,42,45)
#281F21
(40,31,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B8828D

#B8828D
(184,130,141)
#BE8D97
(190,141,151)
#C498A1
(196,152,161)
#CAA3AB
(202,163,171)
#D0AEB5
(208,174,181)
#D6B9BF
(214,185,191)
#DCC4C9
(220,196,201)
#E2CFD3
(226,207,211)
#E8DADD
(232,218,221)
#EEE5E7
(238,229,231)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8828D; }

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

This text font color is #B8828D.

Background Color

.myBgColor { background-color: #B8828D; }

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

This div background color is #B8828D.

Border color

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

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

This div border color is #B8828D.

Opacity

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

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

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

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

This text has shadow with #B8828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8828D.

Preview

Color preview on black background

This text has color #B8828D on black background.


Color preview on white background

This text has color #B8828D on white background.


Black color preview on #B8828D background

This text has black color on #B8828D background.


White color preview on #B8828D background

This text has white color on #B8828D background.


Related colors

Complementary color

Complementary color for #hex is #477D72.


I love getcolorcode.com

Triadic colors

1 #8DB882 and #828DB8 with #B8828D are triadic colors.

2 #8D82B8 and #82B88D with #B8828D are triadic colors.