COLOR #B79591

HEX: #B79591
RGB: (183,149,145)

Color info

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

RGB color model

#B79591 color RGB value is (183,149,145).

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

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 145 of 255 = 57%

183
149
145

R + G + B ~ 62%. #B79591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 145 = 477 (100%)
R 183 of 477 ~ 38.36%
G 149 of 477 ~ 31.24%
B 145 of 477 ~ 30.4%

%38.36
%31.24
%30.4

CMYK color model

#B79591 color CMYK value is (0,19,21,28).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 20.77%
  • key color value is 28.24%
CMYK:
(0,19,21,28)
C0M19Y21K28 
(0%,19%,21%,28%)
(0.00/0.19/0.21/0.28)	

CMYK percentages

%0
%18.58
%20.77
%28.24

Codes

Color #B79591 in popluar color models

B79591
RGB183149145
HSL20.88%64.31%
HSB/HSV20.77%71.76%
CMYK0.00%18.58%20.77%
28.24%

Color #B79591 in popluar number systems.

HEXB79591
Decimal183149145
Binary101101111001010110010001
Octal267225221

Shades and tints

Shades of #B79591

#B79591
(183,149,145)
#A78884
(167,136,132)
#977B77
(151,123,119)
#876E6A
(135,110,106)
#77615D
(119,97,93)
#675450
(103,84,80)
#574743
(87,71,67)
#473A36
(71,58,54)
#372D29
(55,45,41)
#27201C
(39,32,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #B79591

#B79591
(183,149,145)
#BD9E9B
(189,158,155)
#C3A7A5
(195,167,165)
#C9B0AF
(201,176,175)
#CFB9B9
(207,185,185)
#D5C2C3
(213,194,195)
#DBCBCD
(219,203,205)
#E1D4D7
(225,212,215)
#E7DDE1
(231,221,225)
#EDE6EB
(237,230,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79591; }

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

This text font color is #B79591.


Background Color

.myBgColor { background-color: #B79591; }

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

This div background color is #B79591.


Border color

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

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

This div border color is #B79591.


Opacity

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

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

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

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

This text has shadow with #B79591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79591 on black background.


Color preview on white background

This text has color #B79591 on white background.



Black color preview on #B79591 background

This text has black color on #B79591 background.


White color preview on #B79591 background

This text has white color on #B79591 background.