COLOR #B19534

HEX: #B19534
RGB: (177,149,52)

Color info

#B19534 contains mainly red and green colors. Web safe color of #B19534 is #999933 (or #993).

RGB color model

#B19534 color RGB value is (177,149,52).

  • red value is 177;
  • green value is 149;
  • blue value is 52.
RGB:
(177,149,52)
(69%,58%,20%)

RGB channels and saturation

R 177 of 255 = 69%
G 149 of 255 = 58%
B 52 of 255 = 20%

177
149
52

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

Portions of RGB colors in percentages

R + G + B =
177 + 149 + 52 = 378 (100%)
R 177 of 378 ~ 46.83%
G 149 of 378 ~ 39.42%
B 52 of 378 ~ 13.76%

%46.83
%39.42
%13.76

CMYK color model

#B19534 color CMYK value is (0,16,71,31).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 70.62%
  • key color value is 30.59%
CMYK:
(0,16,71,31)
C0M16Y71K31 
(0%,16%,71%,31%)
(0.00/0.16/0.71/0.31)	

CMYK percentages

%0
%15.82
%70.62
%30.59

Codes

Color #B19534 in popluar color models

B19534
RGB17714952
HSL47°54.59%44.90%
HSB/HSV47°70.62%69.41%
CMYK0.00%15.82%70.62%
30.59%

Color #B19534 in popluar number systems.

HEXB19534
Decimal17714952
Binary1011000110010101110100
Octal26122564

Shades and tints

Shades of #B19534

#B19534
(177,149,52)
#A18830
(161,136,48)
#917B2C
(145,123,44)
#816E28
(129,110,40)
#716124
(113,97,36)
#615420
(97,84,32)
#51471C
(81,71,28)
#413A18
(65,58,24)
#312D14
(49,45,20)
#212010
(33,32,16)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #B19534

#B19534
(177,149,52)
#B89E46
(184,158,70)
#BFA758
(191,167,88)
#C6B06A
(198,176,106)
#CDB97C
(205,185,124)
#D4C28E
(212,194,142)
#DBCBA0
(219,203,160)
#E2D4B2
(226,212,178)
#E9DDC4
(233,221,196)
#F0E6D6
(240,230,214)
#F7EFE8
(247,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19534 color. Also use rgb(177,149,52) instead hex code.

Text Font Color

.myTextColor { color: #B19534; }

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

This text font color is #B19534.


Background Color

.myBgColor { background-color: #B19534; }

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

This div background color is #B19534.


Border color

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

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

This div border color is #B19534.


Opacity

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

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

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

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

This text has shadow with #B19534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19534 on black background.


Color preview on white background

This text has color #B19534 on white background.



Black color preview on #B19534 background

This text has black color on #B19534 background.


White color preview on #B19534 background

This text has white color on #B19534 background.