COLOR #B79188

HEX: #B79188
RGB: (183,145,136)

Color info

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

RGB color model

#B79188 color RGB value is (183,145,136).

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

RGB channels and saturation

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

183
145
136

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

Portions of RGB colors in percentages

R + G + B =
183 + 145 + 136 = 464 (100%)
R 183 of 464 ~ 39.44%
G 145 of 464 ~ 31.25%
B 136 of 464 ~ 29.31%

%39.44
%31.25
%29.31

CMYK color model

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

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

Codes

Color #B79188 in popluar color models

B79188
RGB183145136
HSL11°24.61%62.55%
HSB/HSV11°25.68%71.76%
CMYK0.00%20.77%25.68%
28.24%

Color #B79188 in popluar number systems.

HEXB79188
Decimal183145136
Binary101101111001000110001000
Octal267221210

Shades and tints

Shades of #B79188

#B79188
(183,145,136)
#A7847C
(167,132,124)
#977770
(151,119,112)
#876A64
(135,106,100)
#775D58
(119,93,88)
#67504C
(103,80,76)
#574340
(87,67,64)
#473634
(71,54,52)
#372928
(55,41,40)
#271C1C
(39,28,28)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #B79188

#B79188
(183,145,136)
#BD9B92
(189,155,146)
#C3A59C
(195,165,156)
#C9AFA6
(201,175,166)
#CFB9B0
(207,185,176)
#D5C3BA
(213,195,186)
#DBCDC4
(219,205,196)
#E1D7CE
(225,215,206)
#E7E1D8
(231,225,216)
#EDEBE2
(237,235,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79188; }

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

This text font color is #B79188.


Background Color

.myBgColor { background-color: #B79188; }

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

This div background color is #B79188.


Border color

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

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

This div border color is #B79188.


Opacity

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

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

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

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

This text has shadow with #B79188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79188 on black background.


Color preview on white background

This text has color #B79188 on white background.



Black color preview on #B79188 background

This text has black color on #B79188 background.


White color preview on #B79188 background

This text has white color on #B79188 background.