COLOR #B79B7C

HEX: #B79B7C RGB: (183,155,124)

Color info

#B79B7C contains red, green and blue colors in about the same proportion. Web safe color of #B79B7C is #CC9966 (or #C96).

RGB color model

#B79B7C color RGB value is (183,155,124).

RGB: (183,155,124) (72%, 61%, 49%)

RGB channels and saturation

R 183 of 255 = 72%
G 155 of 255 = 61%
B 124 of 255 = 49%

183
155
124

R + G + B ~ 61%. #B79B7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 155 + 124 = 462 (100%)
R 183 of 462 ~ 39.61%
G 155 of 462 ~ 33.55%
B 124 of 462 ~ 26.84'%

%39.61
%33.55
%26.84

CMYK color model

#B79B7C color CMYK value is (0,15,32,28).

  • cyan value is 0.00%
  • magenta value is 15.30%
  • yellow value is 32.24%
  • key color value is 28.24%
CMYK: (0,15,32,28) C0M15Y32K28 (0%,15%,32%,28%) (0.00/0.15/0.32/0.28) 

CMYK percentages

%0
%15.3
%32.24
%28.24

Codes

Color #B79B7C in popluar color models

B7 9B 7C
RGB 183 155 124
HSL 32° 29.06% 60.20%
HSB/HSV 32° 32.24% 71.76%
CMYK 0.00% 15.30% 32.24%
28.24%

Color #B79B7C in popluar number systems.

HEX B7 9B 7C
Decimal 183 155 124
Binary 10110111 10011011 1111100
Octal 267 233 174

Shades and tints

Shades of #B79B7C

#B79B7C
(183,155,124)
#A78D71
(167,141,113)
#977F66
(151,127,102)
#87715B
(135,113,91)
#776350
(119,99,80)
#675545
(103,85,69)
#57473A
(87,71,58)
#47392F
(71,57,47)
#372B24
(55,43,36)
#271D19
(39,29,25)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #B79B7C

#B79B7C
(183,155,124)
#BDA487
(189,164,135)
#C3AD92
(195,173,146)
#C9B69D
(201,182,157)
#CFBFA8
(207,191,168)
#D5C8B3
(213,200,179)
#DBD1BE
(219,209,190)
#E1DAC9
(225,218,201)
#E7E3D4
(231,227,212)
#EDECDF
(237,236,223)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79B7C; }

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

This text font color is #B79B7C.

Background Color

.myBgColor { background-color: #B79B7C; }

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

This div background color is #B79B7C.

Border color

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

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

This div border color is #B79B7C.

Opacity

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

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

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

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

This text has shadow with #B79B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79B7C.

Preview

Color preview on black background

This text has color #B79B7C on black background.


Color preview on white background

This text has color #B79B7C on white background.


Black color preview on #B79B7C background

This text has black color on #B79B7C background.


White color preview on #B79B7C background

This text has white color on #B79B7C background.


Related colors

Complementary color

Complementary color for #hex is #486483.


I love getcolorcode.com

Triadic colors

1 #7CB79B and #9B7CB7 with #B79B7C are triadic colors.

2 #7C9BB7 and #9BB77C with #B79B7C are triadic colors.