COLOR #B19B7C

HEX: #B19B7C
RGB: (177,155,124)

Color info

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

RGB color model

#B19B7C color RGB value is (177,155,124).

  • red value is 177;
  • green value is 155;
  • blue value is 124.
RGB:
(177,155,124)
(69%,61%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 124 of 255 = 49%

177
155
124

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

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 124 = 456 (100%)
R 177 of 456 ~ 38.82%
G 155 of 456 ~ 33.99%
B 124 of 456 ~ 27.19%

%38.82
%33.99
%27.19

CMYK color model

#B19B7C color CMYK value is (0,12,30,31).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 29.94%
  • key color value is 30.59%
CMYK:
(0,12,30,31)
C0M12Y30K31 
(0%,12%,30%,31%)
(0.00/0.12/0.30/0.31)	

CMYK percentages

%0
%12.43
%29.94
%30.59

Codes

Color #B19B7C in popluar color models

B19B7C
RGB177155124
HSL35°25.36%59.02%
HSB/HSV35°29.94%69.41%
CMYK0.00%12.43%29.94%
30.59%

Color #B19B7C in popluar number systems.

HEXB19B7C
Decimal177155124
Binary10110001100110111111100
Octal261233174

Shades and tints

Shades of #B19B7C

#B19B7C
(177,155,124)
#A18D71
(161,141,113)
#917F66
(145,127,102)
#81715B
(129,113,91)
#716350
(113,99,80)
#615545
(97,85,69)
#51473A
(81,71,58)
#41392F
(65,57,47)
#312B24
(49,43,36)
#211D19
(33,29,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #B19B7C

#B19B7C
(177,155,124)
#B8A487
(184,164,135)
#BFAD92
(191,173,146)
#C6B69D
(198,182,157)
#CDBFA8
(205,191,168)
#D4C8B3
(212,200,179)
#DBD1BE
(219,209,190)
#E2DAC9
(226,218,201)
#E9E3D4
(233,227,212)
#F0ECDF
(240,236,223)
#F7F5EA
(247,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19B7C color. Also use rgb(177,155,124) instead hex code.

Text Font Color

.myTextColor { color: #B19B7C; }

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

This text font color is #B19B7C.


Background Color

.myBgColor { background-color: #B19B7C; }

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

This div background color is #B19B7C.


Border color

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

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

This div border color is #B19B7C.


Opacity

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

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

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

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

This text has shadow with #B19B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19B7C on black background.


Color preview on white background

This text has color #B19B7C on white background.



Black color preview on #B19B7C background

This text has black color on #B19B7C background.


White color preview on #B19B7C background

This text has white color on #B19B7C background.