COLOR #B79A7F

HEX: #B79A7F
RGB: (183,154,127)

Color info

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

RGB color model

#B79A7F color RGB value is (183,154,127).

  • red value is 183;
  • green value is 154;
  • blue value is 127.
RGB:
(183,154,127)
(72%,60%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 154 of 255 = 60%
B 127 of 255 = 50%

183
154
127

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

Portions of RGB colors in percentages

R + G + B =
183 + 154 + 127 = 464 (100%)
R 183 of 464 ~ 39.44%
G 154 of 464 ~ 33.19%
B 127 of 464 ~ 27.37%

%39.44
%33.19
%27.37

CMYK color model

#B79A7F color CMYK value is (0,16,31,28).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 30.60%
  • key color value is 28.24%
CMYK:
(0,16,31,28)
C0M16Y31K28 
(0%,16%,31%,28%)
(0.00/0.16/0.31/0.28)	

CMYK percentages

%0
%15.85
%30.6
%28.24

Codes

Color #B79A7F in popluar color models

B79A7F
RGB183154127
HSL29°28.00%60.78%
HSB/HSV29°30.60%71.76%
CMYK0.00%15.85%30.60%
28.24%

Color #B79A7F in popluar number systems.

HEXB79A7F
Decimal183154127
Binary10110111100110101111111
Octal267232177

Shades and tints

Shades of #B79A7F

#B79A7F
(183,154,127)
#A78C74
(167,140,116)
#977E69
(151,126,105)
#87705E
(135,112,94)
#776253
(119,98,83)
#675448
(103,84,72)
#57463D
(87,70,61)
#473832
(71,56,50)
#372A27
(55,42,39)
#271C1C
(39,28,28)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #B79A7F

#B79A7F
(183,154,127)
#BDA38A
(189,163,138)
#C3AC95
(195,172,149)
#C9B5A0
(201,181,160)
#CFBEAB
(207,190,171)
#D5C7B6
(213,199,182)
#DBD0C1
(219,208,193)
#E1D9CC
(225,217,204)
#E7E2D7
(231,226,215)
#EDEBE2
(237,235,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79A7F color. Also use rgb(183,154,127) instead hex code.

Text Font Color

.myTextColor { color: #B79A7F; }

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

This text font color is #B79A7F.


Background Color

.myBgColor { background-color: #B79A7F; }

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

This div background color is #B79A7F.


Border color

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

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

This div border color is #B79A7F.


Opacity

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

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

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

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

This text has shadow with #B79A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79A7F on black background.


Color preview on white background

This text has color #B79A7F on white background.



Black color preview on #B79A7F background

This text has black color on #B79A7F background.


White color preview on #B79A7F background

This text has white color on #B79A7F background.