COLOR #B19F65

HEX: #B19F65 RGB: (177,159,101)

Color info

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

RGB color model

#B19F65 color RGB value is (177,159,101).

RGB: (177,159,101) (69%, 62%, 40%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 101 of 255 = 40%

177
159
101

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

Portions of RGB colors in percentages

R + G + B = 177 + 159 + 101 = 437 (100%)
R 177 of 437 ~ 40.5%
G 159 of 437 ~ 36.38%
B 101 of 437 ~ 23.11'%

%40.5
%36.38
%23.11

CMYK color model

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

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

CMYK: (0,10,43,31)
C0M10Y43K31 (0%, 10%, 43%, 31%)
(0.00 / 0.10 / 0.43 / 0.31)

CMYK percentages

%0
%10.17
%42.94
%30.59

Codes

Color #B19F65 in popluar color models

B1 9F 65
RGB 177 159 101
HSL 46° 32.76% 54.51%
HSB/HSV 46° 42.94% 69.41%
CMYK 0.00% 10.17% 42.94%
30.59%

Color #B19F65 in popluar number systems.

HEX B1 9F 65
Decimal 177 159 101
Binary 10110001 10011111 1100101
Octal 261 237 145

Shades and tints

Shades of #B19F65

#B19F65
(177,159,101)
#A1915C
(161,145,92)
#918353
(145,131,83)
#81754A
(129,117,74)
#716741
(113,103,65)
#615938
(97,89,56)
#514B2F
(81,75,47)
#413D26
(65,61,38)
#312F1D
(49,47,29)
#212114
(33,33,20)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #B19F65

#B19F65
(177,159,101)
#B8A773
(184,167,115)
#BFAF81
(191,175,129)
#C6B78F
(198,183,143)
#CDBF9D
(205,191,157)
#D4C7AB
(212,199,171)
#DBCFB9
(219,207,185)
#E2D7C7
(226,215,199)
#E9DFD5
(233,223,213)
#F0E7E3
(240,231,227)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19F65; }

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

This text font color is #B19F65.

Background Color

.myBgColor { background-color: #B19F65; }

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

This div background color is #B19F65.

Border color

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

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

This div border color is #B19F65.

Opacity

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

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

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

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

This text has shadow with #B19F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19F65.

Preview

Color preview on black background

This text has color #B19F65 on black background.


Color preview on white background

This text has color #B19F65 on white background.


Black color preview on #B19F65 background

This text has black color on #B19F65 background.


White color preview on #B19F65 background

This text has white color on #B19F65 background.


Related colors

Complementary color

Complementary color for #hex is #4E609A.


I love getcolorcode.com

Triadic colors

1 #65B19F and #9F65B1 with #B19F65 are triadic colors.

2 #659FB1 and #9FB165 with #B19F65 are triadic colors.