COLOR #B19C75

HEX: #B19C75
RGB: (177,156,117)

Color info

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

RGB color model

#B19C75 color RGB value is (177,156,117).

  • red value is 177;
  • green value is 156;
  • blue value is 117.
RGB:
(177,156,117)
(69%,61%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 117 of 255 = 46%

177
156
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 117 = 450 (100%)
R 177 of 450 ~ 39.33%
G 156 of 450 ~ 34.67%
B 117 of 450 ~ 26%

%39.33
%34.67
%26

CMYK color model

#B19C75 color CMYK value is (0,12,34,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(0,12,34,31)
C0M12Y34K31 
(0%,12%,34%,31%)
(0.00/0.12/0.34/0.31)	

CMYK percentages

%0
%11.86
%33.9
%30.59

Codes

Color #B19C75 in popluar color models

B19C75
RGB177156117
HSL39°27.78%57.65%
HSB/HSV39°33.90%69.41%
CMYK0.00%11.86%33.90%
30.59%

Color #B19C75 in popluar number systems.

HEXB19C75
Decimal177156117
Binary10110001100111001110101
Octal261234165

Shades and tints

Shades of #B19C75

#B19C75
(177,156,117)
#A18E6B
(161,142,107)
#918061
(145,128,97)
#817257
(129,114,87)
#71644D
(113,100,77)
#615643
(97,86,67)
#514839
(81,72,57)
#413A2F
(65,58,47)
#312C25
(49,44,37)
#211E1B
(33,30,27)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B19C75

#B19C75
(177,156,117)
#B8A581
(184,165,129)
#BFAE8D
(191,174,141)
#C6B799
(198,183,153)
#CDC0A5
(205,192,165)
#D4C9B1
(212,201,177)
#DBD2BD
(219,210,189)
#E2DBC9
(226,219,201)
#E9E4D5
(233,228,213)
#F0EDE1
(240,237,225)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19C75; }

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

This text font color is #B19C75.


Background Color

.myBgColor { background-color: #B19C75; }

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

This div background color is #B19C75.


Border color

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

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

This div border color is #B19C75.


Opacity

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

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

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

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

This text has shadow with #B19C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19C75 on black background.


Color preview on white background

This text has color #B19C75 on white background.



Black color preview on #B19C75 background

This text has black color on #B19C75 background.


White color preview on #B19C75 background

This text has white color on #B19C75 background.