COLOR #B19480

HEX: #B19480 RGB: (177,148,128)

Color info

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

RGB color model

#B19480 color RGB value is (177,148,128).

RGB: (177,148,128) (69%, 58%, 50%)

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 128 of 255 = 50%

177
148
128

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

Portions of RGB colors in percentages

R + G + B = 177 + 148 + 128 = 453 (100%)
R 177 of 453 ~ 39.07%
G 148 of 453 ~ 32.67%
B 128 of 453 ~ 28.26'%

%39.07
%32.67
%28.26

CMYK color model

#B19480 color CMYK value is (0,16,28,31).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 27.68%
  • key color value is 30.59%

CMYK: (0,16,28,31)
C0M16Y28K31 (0%, 16%, 28%, 31%)
(0.00 / 0.16 / 0.28 / 0.31)

CMYK percentages

%0
%16.38
%27.68
%30.59

Codes

Color #B19480 in popluar color models

B1 94 80
RGB 177 148 128
HSL 24° 23.90% 59.80%
HSB/HSV 24° 27.68% 69.41%
CMYK 0.00% 16.38% 27.68%
30.59%

Color #B19480 in popluar number systems.

HEX B1 94 80
Decimal 177 148 128
Binary 10110001 10010100 10000000
Octal 261 224 200

Shades and tints

Shades of #B19480

#B19480
(177,148,128)
#A18775
(161,135,117)
#917A6A
(145,122,106)
#816D5F
(129,109,95)
#716054
(113,96,84)
#615349
(97,83,73)
#51463E
(81,70,62)
#413933
(65,57,51)
#312C28
(49,44,40)
#211F1D
(33,31,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B19480

#B19480
(177,148,128)
#B89D8B
(184,157,139)
#BFA696
(191,166,150)
#C6AFA1
(198,175,161)
#CDB8AC
(205,184,172)
#D4C1B7
(212,193,183)
#DBCAC2
(219,202,194)
#E2D3CD
(226,211,205)
#E9DCD8
(233,220,216)
#F0E5E3
(240,229,227)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19480; }

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

This text font color is #B19480.

Background Color

.myBgColor { background-color: #B19480; }

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

This div background color is #B19480.

Border color

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

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

This div border color is #B19480.

Opacity

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

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

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

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

This text has shadow with #B19480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19480.

Preview

Color preview on black background

This text has color #B19480 on black background.


Color preview on white background

This text has color #B19480 on white background.


Black color preview on #B19480 background

This text has black color on #B19480 background.


White color preview on #B19480 background

This text has white color on #B19480 background.


Related colors

Complementary color

Complementary color for #hex is #4E6B7F.


I love getcolorcode.com

Triadic colors

1 #80B194 and #9480B1 with #B19480 are triadic colors.

2 #8094B1 and #94B180 with #B19480 are triadic colors.