COLOR #B19061

HEX: #B19061
RGB: (177,144,97)

Color info

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

RGB color model

#B19061 color RGB value is (177,144,97).

  • red value is 177;
  • green value is 144;
  • blue value is 97.
RGB:
(177,144,97)
(69%,56%,38%)

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 97 of 255 = 38%

177
144
97

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

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 97 = 418 (100%)
R 177 of 418 ~ 42.34%
G 144 of 418 ~ 34.45%
B 97 of 418 ~ 23.21%

%42.34
%34.45
%23.21

CMYK color model

#B19061 color CMYK value is (0,19,45,31).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 45.20%
  • key color value is 30.59%
CMYK:
(0,19,45,31)
C0M19Y45K31 
(0%,19%,45%,31%)
(0.00/0.19/0.45/0.31)	

CMYK percentages

%0
%18.64
%45.2
%30.59

Codes

Color #B19061 in popluar color models

B19061
RGB17714497
HSL35°33.90%53.73%
HSB/HSV35°45.20%69.41%
CMYK0.00%18.64%45.20%
30.59%

Color #B19061 in popluar number systems.

HEXB19061
Decimal17714497
Binary10110001100100001100001
Octal261220141

Shades and tints

Shades of #B19061

#B19061
(177,144,97)
#A18359
(161,131,89)
#917651
(145,118,81)
#816949
(129,105,73)
#715C41
(113,92,65)
#614F39
(97,79,57)
#514231
(81,66,49)
#413529
(65,53,41)
#312821
(49,40,33)
#211B19
(33,27,25)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #B19061

#B19061
(177,144,97)
#B89A6F
(184,154,111)
#BFA47D
(191,164,125)
#C6AE8B
(198,174,139)
#CDB899
(205,184,153)
#D4C2A7
(212,194,167)
#DBCCB5
(219,204,181)
#E2D6C3
(226,214,195)
#E9E0D1
(233,224,209)
#F0EADF
(240,234,223)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19061 color. Also use rgb(177,144,97) instead hex code.

Text Font Color

.myTextColor { color: #B19061; }

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

This text font color is #B19061.


Background Color

.myBgColor { background-color: #B19061; }

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

This div background color is #B19061.


Border color

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

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

This div border color is #B19061.


Opacity

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

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

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

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

This text has shadow with #B19061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19061 on black background.


Color preview on white background

This text has color #B19061 on white background.



Black color preview on #B19061 background

This text has black color on #B19061 background.


White color preview on #B19061 background

This text has white color on #B19061 background.