COLOR #B79457

HEX: #B79457
RGB: (183,148,87)

Color info

#B79457 contains mainly red and green colors. Web safe color of #B79457 is #CC9966 (or #C96).

RGB color model

#B79457 color RGB value is (183,148,87).

  • red value is 183;
  • green value is 148;
  • blue value is 87.
RGB:
(183,148,87)
(72%,58%,34%)

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 87 of 255 = 34%

183
148
87

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

Portions of RGB colors in percentages

R + G + B =
183 + 148 + 87 = 418 (100%)
R 183 of 418 ~ 43.78%
G 148 of 418 ~ 35.41%
B 87 of 418 ~ 20.81%

%43.78
%35.41
%20.81

CMYK color model

#B79457 color CMYK value is (0,19,52,28).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 52.46%
  • key color value is 28.24%
CMYK:
(0,19,52,28)
C0M19Y52K28 
(0%,19%,52%,28%)
(0.00/0.19/0.52/0.28)	

CMYK percentages

%0
%19.13
%52.46
%28.24

Codes

Color #B79457 in popluar color models

B79457
RGB18314887
HSL38°40.00%52.94%
HSB/HSV38°52.46%71.76%
CMYK0.00%19.13%52.46%
28.24%

Color #B79457 in popluar number systems.

HEXB79457
Decimal18314887
Binary10110111100101001010111
Octal267224127

Shades and tints

Shades of #B79457

#B79457
(183,148,87)
#A78750
(167,135,80)
#977A49
(151,122,73)
#876D42
(135,109,66)
#77603B
(119,96,59)
#675334
(103,83,52)
#57462D
(87,70,45)
#473926
(71,57,38)
#372C1F
(55,44,31)
#271F18
(39,31,24)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #B79457

#B79457
(183,148,87)
#BD9D66
(189,157,102)
#C3A675
(195,166,117)
#C9AF84
(201,175,132)
#CFB893
(207,184,147)
#D5C1A2
(213,193,162)
#DBCAB1
(219,202,177)
#E1D3C0
(225,211,192)
#E7DCCF
(231,220,207)
#EDE5DE
(237,229,222)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79457 color. Also use rgb(183,148,87) instead hex code.

Text Font Color

.myTextColor { color: #B79457; }

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

This text font color is #B79457.


Background Color

.myBgColor { background-color: #B79457; }

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

This div background color is #B79457.


Border color

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

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

This div border color is #B79457.


Opacity

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

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

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

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

This text has shadow with #B79457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79457 on black background.


Color preview on white background

This text has color #B79457 on white background.



Black color preview on #B79457 background

This text has black color on #B79457 background.


White color preview on #B79457 background

This text has white color on #B79457 background.