COLOR #B67179

HEX: #B67179
RGB: (182,113,121)

Color info

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

RGB color model

#B67179 color RGB value is (182,113,121).

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

RGB channels and saturation

R 182 of 255 = 71%
G 113 of 255 = 44%
B 121 of 255 = 47%

182
113
121

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

Portions of RGB colors in percentages

R + G + B =
182 + 113 + 121 = 416 (100%)
R 182 of 416 ~ 43.75%
G 113 of 416 ~ 27.16%
B 121 of 416 ~ 29.09%

%43.75
%27.16
%29.09

CMYK color model

#B67179 color CMYK value is (0,38,34,29).

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 33.52%
  • key color value is 28.63%
CMYK:
(0,38,34,29)
C0M38Y34K29 
(0%,38%,34%,29%)
(0.00/0.38/0.34/0.29)	

CMYK percentages

%0
%37.91
%33.52
%28.63

Codes

Color #B67179 in popluar color models

B67179
RGB182113121
HSL353°32.09%57.84%
HSB/HSV353°37.91%71.37%
CMYK0.00%37.91%33.52%
28.63%

Color #B67179 in popluar number systems.

HEXB67179
Decimal182113121
Binary1011011011100011111001
Octal266161171

Shades and tints

Shades of #B67179

#B67179
(182,113,121)
#A6676E
(166,103,110)
#965D63
(150,93,99)
#865358
(134,83,88)
#76494D
(118,73,77)
#663F42
(102,63,66)
#563537
(86,53,55)
#462B2C
(70,43,44)
#362121
(54,33,33)
#261716
(38,23,22)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #B67179

#B67179
(182,113,121)
#BC7D85
(188,125,133)
#C28991
(194,137,145)
#C8959D
(200,149,157)
#CEA1A9
(206,161,169)
#D4ADB5
(212,173,181)
#DAB9C1
(218,185,193)
#E0C5CD
(224,197,205)
#E6D1D9
(230,209,217)
#ECDDE5
(236,221,229)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67179; }

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

This text font color is #B67179.


Background Color

.myBgColor { background-color: #B67179; }

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

This div background color is #B67179.


Border color

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

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

This div border color is #B67179.


Opacity

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

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

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

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

This text has shadow with #B67179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67179 on black background.


Color preview on white background

This text has color #B67179 on white background.



Black color preview on #B67179 background

This text has black color on #B67179 background.


White color preview on #B67179 background

This text has white color on #B67179 background.