COLOR #B67579

HEX: #B67579
RGB: (182,117,121)

Color info

#B67579 contains mainly red color. Web safe color of #B67579 is #CC6666 (or #C66).

RGB color model

#B67579 color RGB value is (182,117,121).

  • red value is 182;
  • green value is 117;
  • blue value is 121.
RGB:
(182,117,121)
(71%,46%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 117 of 255 = 46%
B 121 of 255 = 47%

182
117
121

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

Portions of RGB colors in percentages

R + G + B =
182 + 117 + 121 = 420 (100%)
R 182 of 420 ~ 43.33%
G 117 of 420 ~ 27.86%
B 121 of 420 ~ 28.81%

%43.33
%27.86
%28.81

CMYK color model

#B67579 color CMYK value is (0,36,34,29).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 33.52%
  • key color value is 28.63%
CMYK:
(0,36,34,29)
C0M36Y34K29 
(0%,36%,34%,29%)
(0.00/0.36/0.34/0.29)	

CMYK percentages

%0
%35.71
%33.52
%28.63

Codes

Color #B67579 in popluar color models

B67579
RGB182117121
HSL356°30.81%58.63%
HSB/HSV356°35.71%71.37%
CMYK0.00%35.71%33.52%
28.63%

Color #B67579 in popluar number systems.

HEXB67579
Decimal182117121
Binary1011011011101011111001
Octal266165171

Shades and tints

Shades of #B67579

#B67579
(182,117,121)
#A66B6E
(166,107,110)
#966163
(150,97,99)
#865758
(134,87,88)
#764D4D
(118,77,77)
#664342
(102,67,66)
#563937
(86,57,55)
#462F2C
(70,47,44)
#362521
(54,37,33)
#261B16
(38,27,22)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #B67579

#B67579
(182,117,121)
#BC8185
(188,129,133)
#C28D91
(194,141,145)
#C8999D
(200,153,157)
#CEA5A9
(206,165,169)
#D4B1B5
(212,177,181)
#DABDC1
(218,189,193)
#E0C9CD
(224,201,205)
#E6D5D9
(230,213,217)
#ECE1E5
(236,225,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67579 color. Also use rgb(182,117,121) instead hex code.

Text Font Color

.myTextColor { color: #B67579; }

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

This text font color is #B67579.


Background Color

.myBgColor { background-color: #B67579; }

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

This div background color is #B67579.


Border color

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

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

This div border color is #B67579.


Opacity

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

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

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

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

This text has shadow with #B67579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67579 on black background.


Color preview on white background

This text has color #B67579 on white background.



Black color preview on #B67579 background

This text has black color on #B67579 background.


White color preview on #B67579 background

This text has white color on #B67579 background.