COLOR #B19770

HEX: #B19770
RGB: (177,151,112)

Color info

#B19770 contains mainly red and green colors. Web safe color of #B19770 is #999966 (or #996).

RGB color model

#B19770 color RGB value is (177,151,112).

  • red value is 177;
  • green value is 151;
  • blue value is 112.
RGB:
(177,151,112)
(69%,59%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 112 of 255 = 44%

177
151
112

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

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 112 = 440 (100%)
R 177 of 440 ~ 40.23%
G 151 of 440 ~ 34.32%
B 112 of 440 ~ 25.45%

%40.23
%34.32
%25.45

CMYK color model

#B19770 color CMYK value is (0,15,37,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 36.72%
  • key color value is 30.59%
CMYK:
(0,15,37,31)
C0M15Y37K31 
(0%,15%,37%,31%)
(0.00/0.15/0.37/0.31)	

CMYK percentages

%0
%14.69
%36.72
%30.59

Codes

Color #B19770 in popluar color models

B19770
RGB177151112
HSL36°29.41%56.67%
HSB/HSV36°36.72%69.41%
CMYK0.00%14.69%36.72%
30.59%

Color #B19770 in popluar number systems.

HEXB19770
Decimal177151112
Binary10110001100101111110000
Octal261227160

Shades and tints

Shades of #B19770

#B19770
(177,151,112)
#A18A66
(161,138,102)
#917D5C
(145,125,92)
#817052
(129,112,82)
#716348
(113,99,72)
#61563E
(97,86,62)
#514934
(81,73,52)
#413C2A
(65,60,42)
#312F20
(49,47,32)
#212216
(33,34,22)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #B19770

#B19770
(177,151,112)
#B8A07D
(184,160,125)
#BFA98A
(191,169,138)
#C6B297
(198,178,151)
#CDBBA4
(205,187,164)
#D4C4B1
(212,196,177)
#DBCDBE
(219,205,190)
#E2D6CB
(226,214,203)
#E9DFD8
(233,223,216)
#F0E8E5
(240,232,229)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19770; }

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

This text font color is #B19770.


Background Color

.myBgColor { background-color: #B19770; }

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

This div background color is #B19770.


Border color

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

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

This div border color is #B19770.


Opacity

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

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

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

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

This text has shadow with #B19770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19770 on black background.


Color preview on white background

This text has color #B19770 on white background.



Black color preview on #B19770 background

This text has black color on #B19770 background.


White color preview on #B19770 background

This text has white color on #B19770 background.