COLOR #B79185

HEX: #B79185
RGB: (183,145,133)

Color info

#B79185 contains red, green and blue colors in about the same proportion. Web safe color of #B79185 is #CC9999 (or #C99).

RGB color model

#B79185 color RGB value is (183,145,133).

  • red value is 183;
  • green value is 145;
  • blue value is 133.
RGB:
(183,145,133)
(72%,57%,52%)

RGB channels and saturation

R 183 of 255 = 72%
G 145 of 255 = 57%
B 133 of 255 = 52%

183
145
133

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

Portions of RGB colors in percentages

R + G + B =
183 + 145 + 133 = 461 (100%)
R 183 of 461 ~ 39.7%
G 145 of 461 ~ 31.45%
B 133 of 461 ~ 28.85%

%39.7
%31.45
%28.85

CMYK color model

#B79185 color CMYK value is (0,21,27,28).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 27.32%
  • key color value is 28.24%
CMYK:
(0,21,27,28)
C0M21Y27K28 
(0%,21%,27%,28%)
(0.00/0.21/0.27/0.28)	

CMYK percentages

%0
%20.77
%27.32
%28.24

Codes

Color #B79185 in popluar color models

B79185
RGB183145133
HSL14°25.77%61.96%
HSB/HSV14°27.32%71.76%
CMYK0.00%20.77%27.32%
28.24%

Color #B79185 in popluar number systems.

HEXB79185
Decimal183145133
Binary101101111001000110000101
Octal267221205

Shades and tints

Shades of #B79185

#B79185
(183,145,133)
#A78479
(167,132,121)
#97776D
(151,119,109)
#876A61
(135,106,97)
#775D55
(119,93,85)
#675049
(103,80,73)
#57433D
(87,67,61)
#473631
(71,54,49)
#372925
(55,41,37)
#271C19
(39,28,25)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #B79185

#B79185
(183,145,133)
#BD9B90
(189,155,144)
#C3A59B
(195,165,155)
#C9AFA6
(201,175,166)
#CFB9B1
(207,185,177)
#D5C3BC
(213,195,188)
#DBCDC7
(219,205,199)
#E1D7D2
(225,215,210)
#E7E1DD
(231,225,221)
#EDEBE8
(237,235,232)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79185 color. Also use rgb(183,145,133) instead hex code.

Text Font Color

.myTextColor { color: #B79185; }

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

This text font color is #B79185.


Background Color

.myBgColor { background-color: #B79185; }

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

This div background color is #B79185.


Border color

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

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

This div border color is #B79185.


Opacity

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

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

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

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

This text has shadow with #B79185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79185 on black background.


Color preview on white background

This text has color #B79185 on white background.



Black color preview on #B79185 background

This text has black color on #B79185 background.


White color preview on #B79185 background

This text has white color on #B79185 background.