COLOR #B28185

HEX: #B28185
RGB: (178,129,133)

Color info

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

RGB color model

#B28185 color RGB value is (178,129,133).

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

RGB channels and saturation

R 178 of 255 = 70%
G 129 of 255 = 51%
B 133 of 255 = 52%

178
129
133

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

Portions of RGB colors in percentages

R + G + B =
178 + 129 + 133 = 440 (100%)
R 178 of 440 ~ 40.45%
G 129 of 440 ~ 29.32%
B 133 of 440 ~ 30.23%

%40.45
%29.32
%30.23

CMYK color model

#B28185 color CMYK value is (0,28,25,30).

  • cyan value is 0.00%
  • magenta value is 27.53%
  • yellow value is 25.28%
  • key color value is 30.20%
CMYK:
(0,28,25,30)
C0M28Y25K30 
(0%,28%,25%,30%)
(0.00/0.28/0.25/0.30)	

CMYK percentages

%0
%27.53
%25.28
%30.2

Codes

Color #B28185 in popluar color models

B28185
RGB178129133
HSL355°24.14%60.20%
HSB/HSV355°27.53%69.80%
CMYK0.00%27.53%25.28%
30.20%

Color #B28185 in popluar number systems.

HEXB28185
Decimal178129133
Binary101100101000000110000101
Octal262201205

Shades and tints

Shades of #B28185

#B28185
(178,129,133)
#A27679
(162,118,121)
#926B6D
(146,107,109)
#826061
(130,96,97)
#725555
(114,85,85)
#624A49
(98,74,73)
#523F3D
(82,63,61)
#423431
(66,52,49)
#322925
(50,41,37)
#221E19
(34,30,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #B28185

#B28185
(178,129,133)
#B98C90
(185,140,144)
#C0979B
(192,151,155)
#C7A2A6
(199,162,166)
#CEADB1
(206,173,177)
#D5B8BC
(213,184,188)
#DCC3C7
(220,195,199)
#E3CED2
(227,206,210)
#EAD9DD
(234,217,221)
#F1E4E8
(241,228,232)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28185; }

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

This text font color is #B28185.


Background Color

.myBgColor { background-color: #B28185; }

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

This div background color is #B28185.


Border color

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

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

This div border color is #B28185.


Opacity

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

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

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

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

This text has shadow with #B28185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28185 on black background.


Color preview on white background

This text has color #B28185 on white background.



Black color preview on #B28185 background

This text has black color on #B28185 background.


White color preview on #B28185 background

This text has white color on #B28185 background.