COLOR #B19F7A

HEX: #B19F7A RGB: (177,159,122)

Color info

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

RGB color model

#B19F7A color RGB value is (177,159,122).

RGB: (177,159,122) (69%, 62%, 48%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 122 of 255 = 48%

177
159
122

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

Portions of RGB colors in percentages

R + G + B = 177 + 159 + 122 = 458 (100%)
R 177 of 458 ~ 38.65%
G 159 of 458 ~ 34.72%
B 122 of 458 ~ 26.64'%

%38.65
%34.72
%26.64

CMYK color model

#B19F7A color CMYK value is (0,10,31,31).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 31.07%
  • key color value is 30.59%

CMYK: (0,10,31,31)
C0M10Y31K31 (0%, 10%, 31%, 31%)
(0.00 / 0.10 / 0.31 / 0.31)

CMYK percentages

%0
%10.17
%31.07
%30.59

Codes

Color #B19F7A in popluar color models

B1 9F 7A
RGB 177 159 122
HSL 40° 26.07% 58.63%
HSB/HSV 40° 31.07% 69.41%
CMYK 0.00% 10.17% 31.07%
30.59%

Color #B19F7A in popluar number systems.

HEX B1 9F 7A
Decimal 177 159 122
Binary 10110001 10011111 1111010
Octal 261 237 172

Shades and tints

Shades of #B19F7A

#B19F7A
(177,159,122)
#A1916F
(161,145,111)
#918364
(145,131,100)
#817559
(129,117,89)
#71674E
(113,103,78)
#615943
(97,89,67)
#514B38
(81,75,56)
#413D2D
(65,61,45)
#312F22
(49,47,34)
#212117
(33,33,23)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #B19F7A

#B19F7A
(177,159,122)
#B8A786
(184,167,134)
#BFAF92
(191,175,146)
#C6B79E
(198,183,158)
#CDBFAA
(205,191,170)
#D4C7B6
(212,199,182)
#DBCFC2
(219,207,194)
#E2D7CE
(226,215,206)
#E9DFDA
(233,223,218)
#F0E7E6
(240,231,230)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19F7A color. Also use rgb(177,159,122) instead hex code.

Text Font Color

.myTextColor { color: #B19F7A; }

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

This text font color is #B19F7A.

Background Color

.myBgColor { background-color: #B19F7A; }

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

This div background color is #B19F7A.

Border color

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

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

This div border color is #B19F7A.

Opacity

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

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

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

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

This text has shadow with #B19F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19F7A.

Preview

Color preview on black background

This text has color #B19F7A on black background.


Color preview on white background

This text has color #B19F7A on white background.


Black color preview on #B19F7A background

This text has black color on #B19F7A background.


White color preview on #B19F7A background

This text has white color on #B19F7A background.


Related colors

Complementary color

Complementary color for #hex is #4E6085.


I love getcolorcode.com

Triadic colors

1 #7AB19F and #9F7AB1 with #B19F7A are triadic colors.

2 #7A9FB1 and #9FB17A with #B19F7A are triadic colors.