COLOR #B18484

HEX: #B18484 RGB: (177,132,132)

Color info

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

RGB color model

#B18484 color RGB value is (177,132,132).

RGB: (177,132,132) (69%, 52%, 52%)

RGB channels and saturation

R 177 of 255 = 69%
G 132 of 255 = 52%
B 132 of 255 = 52%

177
132
132

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

Portions of RGB colors in percentages

R + G + B = 177 + 132 + 132 = 441 (100%)
R 177 of 441 ~ 40.14%
G 132 of 441 ~ 29.93%
B 132 of 441 ~ 29.93'%

%40.14
%29.93
%29.93

CMYK color model

#B18484 color CMYK value is (0,25,25,31).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 25.42%
  • key color value is 30.59%

CMYK: (0,25,25,31)
C0M25Y25K31 (0%, 25%, 25%, 31%)
(0.00 / 0.25 / 0.25 / 0.31)

CMYK percentages

%0
%25.42
%25.42
%30.59

Codes

Color #B18484 in popluar color models

B1 84 84
RGB 177 132 132
HSL 22.39% 60.59%
HSB/HSV 25.42% 69.41%
CMYK 0.00% 25.42% 25.42%
30.59%

Color #B18484 in popluar number systems.

HEX B1 84 84
Decimal 177 132 132
Binary 10110001 10000100 10000100
Octal 261 204 204

Shades and tints

Shades of #B18484

#B18484
(177,132,132)
#A17878
(161,120,120)
#916C6C
(145,108,108)
#816060
(129,96,96)
#715454
(113,84,84)
#614848
(97,72,72)
#513C3C
(81,60,60)
#413030
(65,48,48)
#312424
(49,36,36)
#211818
(33,24,24)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #B18484

#B18484
(177,132,132)
#B88F8F
(184,143,143)
#BF9A9A
(191,154,154)
#C6A5A5
(198,165,165)
#CDB0B0
(205,176,176)
#D4BBBB
(212,187,187)
#DBC6C6
(219,198,198)
#E2D1D1
(226,209,209)
#E9DCDC
(233,220,220)
#F0E7E7
(240,231,231)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18484; }

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

This text font color is #B18484.

Background Color

.myBgColor { background-color: #B18484; }

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

This div background color is #B18484.

Border color

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

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

This div border color is #B18484.

Opacity

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

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

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

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

This text has shadow with #B18484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18484.

Preview

Color preview on black background

This text has color #B18484 on black background.


Color preview on white background

This text has color #B18484 on white background.


Black color preview on #B18484 background

This text has black color on #B18484 background.


White color preview on #B18484 background

This text has white color on #B18484 background.


Related colors

Complementary color

Complementary color for #hex is #4E7B7B.


I love getcolorcode.com