COLOR #B28C81

HEX: #B28C81
RGB: (178,140,129)

Color info

#B28C81 contains red, green and blue colors in about the same proportion. Web safe color of #B28C81 is #999999 (or #999).

RGB color model

#B28C81 color RGB value is (178,140,129).

  • red value is 178;
  • green value is 140;
  • blue value is 129.
RGB:
(178,140,129)
(70%,55%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 140 of 255 = 55%
B 129 of 255 = 51%

178
140
129

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

Portions of RGB colors in percentages

R + G + B =
178 + 140 + 129 = 447 (100%)
R 178 of 447 ~ 39.82%
G 140 of 447 ~ 31.32%
B 129 of 447 ~ 28.86%

%39.82
%31.32
%28.86

CMYK color model

#B28C81 color CMYK value is (0,21,28,30).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 27.53%
  • key color value is 30.20%
CMYK:
(0,21,28,30)
C0M21Y28K30 
(0%,21%,28%,30%)
(0.00/0.21/0.28/0.30)	

CMYK percentages

%0
%21.35
%27.53
%30.2

Codes

Color #B28C81 in popluar color models

B28C81
RGB178140129
HSL13°24.14%60.20%
HSB/HSV13°27.53%69.80%
CMYK0.00%21.35%27.53%
30.20%

Color #B28C81 in popluar number systems.

HEXB28C81
Decimal178140129
Binary101100101000110010000001
Octal262214201

Shades and tints

Shades of #B28C81

#B28C81
(178,140,129)
#A28076
(162,128,118)
#92746B
(146,116,107)
#826860
(130,104,96)
#725C55
(114,92,85)
#62504A
(98,80,74)
#52443F
(82,68,63)
#423834
(66,56,52)
#322C29
(50,44,41)
#22201E
(34,32,30)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #B28C81

#B28C81
(178,140,129)
#B9968C
(185,150,140)
#C0A097
(192,160,151)
#C7AAA2
(199,170,162)
#CEB4AD
(206,180,173)
#D5BEB8
(213,190,184)
#DCC8C3
(220,200,195)
#E3D2CE
(227,210,206)
#EADCD9
(234,220,217)
#F1E6E4
(241,230,228)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28C81 color. Also use rgb(178,140,129) instead hex code.

Text Font Color

.myTextColor { color: #B28C81; }

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

This text font color is #B28C81.


Background Color

.myBgColor { background-color: #B28C81; }

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

This div background color is #B28C81.


Border color

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

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

This div border color is #B28C81.


Opacity

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

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

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

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

This text has shadow with #B28C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28C81 on black background.


Color preview on white background

This text has color #B28C81 on white background.



Black color preview on #B28C81 background

This text has black color on #B28C81 background.


White color preview on #B28C81 background

This text has white color on #B28C81 background.