COLOR #B19A75

HEX: #B19A75
RGB: (177,154,117)

Color info

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

RGB color model

#B19A75 color RGB value is (177,154,117).

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

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 117 of 255 = 46%

177
154
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 154 + 117 = 448 (100%)
R 177 of 448 ~ 39.51%
G 154 of 448 ~ 34.38%
B 117 of 448 ~ 26.12%

%39.51
%34.38
%26.12

CMYK color model

#B19A75 color CMYK value is (0,13,34,31).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(0,13,34,31)
C0M13Y34K31 
(0%,13%,34%,31%)
(0.00/0.13/0.34/0.31)	

CMYK percentages

%0
%12.99
%33.9
%30.59

Codes

Color #B19A75 in popluar color models

B19A75
RGB177154117
HSL37°27.78%57.65%
HSB/HSV37°33.90%69.41%
CMYK0.00%12.99%33.90%
30.59%

Color #B19A75 in popluar number systems.

HEXB19A75
Decimal177154117
Binary10110001100110101110101
Octal261232165

Shades and tints

Shades of #B19A75

#B19A75
(177,154,117)
#A18C6B
(161,140,107)
#917E61
(145,126,97)
#817057
(129,112,87)
#71624D
(113,98,77)
#615443
(97,84,67)
#514639
(81,70,57)
#41382F
(65,56,47)
#312A25
(49,42,37)
#211C1B
(33,28,27)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #B19A75

#B19A75
(177,154,117)
#B8A381
(184,163,129)
#BFAC8D
(191,172,141)
#C6B599
(198,181,153)
#CDBEA5
(205,190,165)
#D4C7B1
(212,199,177)
#DBD0BD
(219,208,189)
#E2D9C9
(226,217,201)
#E9E2D5
(233,226,213)
#F0EBE1
(240,235,225)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19A75; }

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

This text font color is #B19A75.


Background Color

.myBgColor { background-color: #B19A75; }

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

This div background color is #B19A75.


Border color

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

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

This div border color is #B19A75.


Opacity

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

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

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

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

This text has shadow with #B19A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19A75 on black background.


Color preview on white background

This text has color #B19A75 on white background.



Black color preview on #B19A75 background

This text has black color on #B19A75 background.


White color preview on #B19A75 background

This text has white color on #B19A75 background.