COLOR #B28481

HEX: #B28481
RGB: (178,132,129)

Color info

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

RGB color model

#B28481 color RGB value is (178,132,129).

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

RGB channels and saturation

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

178
132
129

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

Portions of RGB colors in percentages

R + G + B =
178 + 132 + 129 = 439 (100%)
R 178 of 439 ~ 40.55%
G 132 of 439 ~ 30.07%
B 129 of 439 ~ 29.38%

%40.55
%30.07
%29.38

CMYK color model

#B28481 color CMYK value is (0,26,28,30).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 27.53%
  • key color value is 30.20%
CMYK:
(0,26,28,30)
C0M26Y28K30 
(0%,26%,28%,30%)
(0.00/0.26/0.28/0.30)	

CMYK percentages

%0
%25.84
%27.53
%30.2

Codes

Color #B28481 in popluar color models

B28481
RGB178132129
HSL24.14%60.20%
HSB/HSV27.53%69.80%
CMYK0.00%25.84%27.53%
30.20%

Color #B28481 in popluar number systems.

HEXB28481
Decimal178132129
Binary101100101000010010000001
Octal262204201

Shades and tints

Shades of #B28481

#B28481
(178,132,129)
#A27876
(162,120,118)
#926C6B
(146,108,107)
#826060
(130,96,96)
#725455
(114,84,85)
#62484A
(98,72,74)
#523C3F
(82,60,63)
#423034
(66,48,52)
#322429
(50,36,41)
#22181E
(34,24,30)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #B28481

#B28481
(178,132,129)
#B98F8C
(185,143,140)
#C09A97
(192,154,151)
#C7A5A2
(199,165,162)
#CEB0AD
(206,176,173)
#D5BBB8
(213,187,184)
#DCC6C3
(220,198,195)
#E3D1CE
(227,209,206)
#EADCD9
(234,220,217)
#F1E7E4
(241,231,228)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28481; }

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

This text font color is #B28481.


Background Color

.myBgColor { background-color: #B28481; }

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

This div background color is #B28481.


Border color

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

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

This div border color is #B28481.


Opacity

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

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

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

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

This text has shadow with #B28481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28481 on black background.


Color preview on white background

This text has color #B28481 on white background.



Black color preview on #B28481 background

This text has black color on #B28481 background.


White color preview on #B28481 background

This text has white color on #B28481 background.