COLOR #B18478

HEX: #B18478
RGB: (177,132,120)

Color info

#B18478 contains red, green and blue colors in about the same proportion. Web safe color of #B18478 is #999966 (or #996).

RGB color model

#B18478 color RGB value is (177,132,120).

  • red value is 177;
  • green value is 132;
  • blue value is 120.
RGB:
(177,132,120)
(69%,52%,47%)

RGB channels and saturation

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

177
132
120

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

Portions of RGB colors in percentages

R + G + B =
177 + 132 + 120 = 429 (100%)
R 177 of 429 ~ 41.26%
G 132 of 429 ~ 30.77%
B 120 of 429 ~ 27.97%

%41.26
%30.77
%27.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 32.20%
  • key color value is 30.59%
CMYK:
(0,25,32,31)
C0M25Y32K31 
(0%,25%,32%,31%)
(0.00/0.25/0.32/0.31)	

CMYK percentages

%0
%25.42
%32.2
%30.59

Codes

Color #B18478 in popluar color models

B18478
RGB177132120
HSL13°26.76%58.24%
HSB/HSV13°32.20%69.41%
CMYK0.00%25.42%32.20%
30.59%

Color #B18478 in popluar number systems.

HEXB18478
Decimal177132120
Binary10110001100001001111000
Octal261204170

Shades and tints

Shades of #B18478

#B18478
(177,132,120)
#A1786E
(161,120,110)
#916C64
(145,108,100)
#81605A
(129,96,90)
#715450
(113,84,80)
#614846
(97,72,70)
#513C3C
(81,60,60)
#413032
(65,48,50)
#312428
(49,36,40)
#21181E
(33,24,30)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #B18478

#B18478
(177,132,120)
#B88F84
(184,143,132)
#BF9A90
(191,154,144)
#C6A59C
(198,165,156)
#CDB0A8
(205,176,168)
#D4BBB4
(212,187,180)
#DBC6C0
(219,198,192)
#E2D1CC
(226,209,204)
#E9DCD8
(233,220,216)
#F0E7E4
(240,231,228)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18478; }

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

This text font color is #B18478.


Background Color

.myBgColor { background-color: #B18478; }

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

This div background color is #B18478.


Border color

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

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

This div border color is #B18478.


Opacity

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

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

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

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

This text has shadow with #B18478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18478 on black background.


Color preview on white background

This text has color #B18478 on white background.



Black color preview on #B18478 background

This text has black color on #B18478 background.


White color preview on #B18478 background

This text has white color on #B18478 background.