COLOR #B79B7D

HEX: #B79B7D
RGB: (183,155,125)

Color info

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

RGB color model

#B79B7D color RGB value is (183,155,125).

  • red value is 183;
  • green value is 155;
  • blue value is 125.
RGB:
(183,155,125)
(72%,61%,49%)

RGB channels and saturation

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

183
155
125

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

Portions of RGB colors in percentages

R + G + B =
183 + 155 + 125 = 463 (100%)
R 183 of 463 ~ 39.52%
G 155 of 463 ~ 33.48%
B 125 of 463 ~ 27%

%39.52
%33.48
%27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.30%
  • yellow value is 31.69%
  • 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
%31.69
%28.24

Codes

Color #B79B7D in popluar color models

B79B7D
RGB183155125
HSL31°28.71%60.39%
HSB/HSV31°31.69%71.76%
CMYK0.00%15.30%31.69%
28.24%

Color #B79B7D in popluar number systems.

HEXB79B7D
Decimal183155125
Binary10110111100110111111101
Octal267233175

Shades and tints

Shades of #B79B7D

#B79B7D
(183,155,125)
#A78D72
(167,141,114)
#977F67
(151,127,103)
#87715C
(135,113,92)
#776351
(119,99,81)
#675546
(103,85,70)
#57473B
(87,71,59)
#473930
(71,57,48)
#372B25
(55,43,37)
#271D1A
(39,29,26)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #B79B7D

#B79B7D
(183,155,125)
#BDA488
(189,164,136)
#C3AD93
(195,173,147)
#C9B69E
(201,182,158)
#CFBFA9
(207,191,169)
#D5C8B4
(213,200,180)
#DBD1BF
(219,209,191)
#E1DACA
(225,218,202)
#E7E3D5
(231,227,213)
#EDECE0
(237,236,224)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79B7D; }

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

This text font color is #B79B7D.


Background Color

.myBgColor { background-color: #B79B7D; }

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

This div background color is #B79B7D.


Border color

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

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

This div border color is #B79B7D.


Opacity

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

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

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

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

This text has shadow with #B79B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79B7D on black background.


Color preview on white background

This text has color #B79B7D on white background.



Black color preview on #B79B7D background

This text has black color on #B79B7D background.


White color preview on #B79B7D background

This text has white color on #B79B7D background.