COLOR #B79187

HEX: #B79187
RGB: (183,145,135)

Color info

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

RGB color model

#B79187 color RGB value is (183,145,135).

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

RGB channels and saturation

R 183 of 255 = 72%
G 145 of 255 = 57%
B 135 of 255 = 53%

183
145
135

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

Portions of RGB colors in percentages

R + G + B =
183 + 145 + 135 = 463 (100%)
R 183 of 463 ~ 39.52%
G 145 of 463 ~ 31.32%
B 135 of 463 ~ 29.16%

%39.52
%31.32
%29.16

CMYK color model

#B79187 color CMYK value is (0,21,26,28).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 26.23%
  • key color value is 28.24%
CMYK:
(0,21,26,28)
C0M21Y26K28 
(0%,21%,26%,28%)
(0.00/0.21/0.26/0.28)	

CMYK percentages

%0
%20.77
%26.23
%28.24

Codes

Color #B79187 in popluar color models

B79187
RGB183145135
HSL13°25.00%62.35%
HSB/HSV13°26.23%71.76%
CMYK0.00%20.77%26.23%
28.24%

Color #B79187 in popluar number systems.

HEXB79187
Decimal183145135
Binary101101111001000110000111
Octal267221207

Shades and tints

Shades of #B79187

#B79187
(183,145,135)
#A7847B
(167,132,123)
#97776F
(151,119,111)
#876A63
(135,106,99)
#775D57
(119,93,87)
#67504B
(103,80,75)
#57433F
(87,67,63)
#473633
(71,54,51)
#372927
(55,41,39)
#271C1B
(39,28,27)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #B79187

#B79187
(183,145,135)
#BD9B91
(189,155,145)
#C3A59B
(195,165,155)
#C9AFA5
(201,175,165)
#CFB9AF
(207,185,175)
#D5C3B9
(213,195,185)
#DBCDC3
(219,205,195)
#E1D7CD
(225,215,205)
#E7E1D7
(231,225,215)
#EDEBE1
(237,235,225)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79187; }

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

This text font color is #B79187.


Background Color

.myBgColor { background-color: #B79187; }

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

This div background color is #B79187.


Border color

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

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

This div border color is #B79187.


Opacity

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

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

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

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

This text has shadow with #B79187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79187 on black background.


Color preview on white background

This text has color #B79187 on white background.



Black color preview on #B79187 background

This text has black color on #B79187 background.


White color preview on #B79187 background

This text has white color on #B79187 background.