COLOR #B18282

HEX: #B18282
RGB: (177,130,130)

Color info

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

RGB color model

#B18282 color RGB value is (177,130,130).

  • red value is 177;
  • green value is 130;
  • blue value is 130.
RGB:
(177,130,130)
(69%,51%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 130 of 255 = 51%
B 130 of 255 = 51%

177
130
130

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

Portions of RGB colors in percentages

R + G + B =
177 + 130 + 130 = 437 (100%)
R 177 of 437 ~ 40.5%
G 130 of 437 ~ 29.75%
B 130 of 437 ~ 29.75%

%40.5
%29.75
%29.75

CMYK color model

#B18282 color CMYK value is (0,27,27,31).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 26.55%
  • key color value is 30.59%
CMYK:
(0,27,27,31)
C0M27Y27K31 
(0%,27%,27%,31%)
(0.00/0.27/0.27/0.31)	

CMYK percentages

%0
%26.55
%26.55
%30.59

Codes

Color #B18282 in popluar color models

B18282
RGB177130130
HSL23.15%60.20%
HSB/HSV26.55%69.41%
CMYK0.00%26.55%26.55%
30.59%

Color #B18282 in popluar number systems.

HEXB18282
Decimal177130130
Binary101100011000001010000010
Octal261202202

Shades and tints

Shades of #B18282

#B18282
(177,130,130)
#A17777
(161,119,119)
#916C6C
(145,108,108)
#816161
(129,97,97)
#715656
(113,86,86)
#614B4B
(97,75,75)
#514040
(81,64,64)
#413535
(65,53,53)
#312A2A
(49,42,42)
#211F1F
(33,31,31)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B18282

#B18282
(177,130,130)
#B88D8D
(184,141,141)
#BF9898
(191,152,152)
#C6A3A3
(198,163,163)
#CDAEAE
(205,174,174)
#D4B9B9
(212,185,185)
#DBC4C4
(219,196,196)
#E2CFCF
(226,207,207)
#E9DADA
(233,218,218)
#F0E5E5
(240,229,229)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18282; }

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

This text font color is #B18282.


Background Color

.myBgColor { background-color: #B18282; }

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

This div background color is #B18282.


Border color

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

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

This div border color is #B18282.


Opacity

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

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

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

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

This text has shadow with #B18282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18282 on black background.


Color preview on white background

This text has color #B18282 on white background.



Black color preview on #B18282 background

This text has black color on #B18282 background.


White color preview on #B18282 background

This text has white color on #B18282 background.