COLOR #B67C7A

HEX: #B67C7A RGB: (182,124,122)

Color info

#B67C7A contains mainly red and green colors. Web safe color of #B67C7A is #CC6666 (or #C66).

RGB color model

#B67C7A color RGB value is (182,124,122).

RGB: (182,124,122) (71%, 49%, 48%)

RGB channels and saturation

R 182 of 255 = 71%
G 124 of 255 = 49%
B 122 of 255 = 48%

182
124
122

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

Portions of RGB colors in percentages

R + G + B = 182 + 124 + 122 = 428 (100%)
R 182 of 428 ~ 42.52%
G 124 of 428 ~ 28.97%
B 122 of 428 ~ 28.5'%

%42.52
%28.97
%28.5

CMYK color model

#B67C7A color CMYK value is (0,32,33,29).

  • cyan value is 0.00%
  • magenta value is 31.87%
  • yellow value is 32.97%
  • key color value is 28.63%

CMYK: (0,32,33,29)
C0M32Y33K29 (0%, 32%, 33%, 29%)
(0.00 / 0.32 / 0.33 / 0.29)

CMYK percentages

%0
%31.87
%32.97
%28.63

Codes

Color #B67C7A in popluar color models

B6 7C 7A
RGB 182 124 122
HSL 29.13% 59.61%
HSB/HSV 32.97% 71.37%
CMYK 0.00% 31.87% 32.97%
28.63%

Color #B67C7A in popluar number systems.

HEX B6 7C 7A
Decimal 182 124 122
Binary 10110110 1111100 1111010
Octal 266 174 172

Shades and tints

Shades of #B67C7A

#B67C7A
(182,124,122)
#A6716F
(166,113,111)
#966664
(150,102,100)
#865B59
(134,91,89)
#76504E
(118,80,78)
#664543
(102,69,67)
#563A38
(86,58,56)
#462F2D
(70,47,45)
#362422
(54,36,34)
#261917
(38,25,23)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #B67C7A

#B67C7A
(182,124,122)
#BC8786
(188,135,134)
#C29292
(194,146,146)
#C89D9E
(200,157,158)
#CEA8AA
(206,168,170)
#D4B3B6
(212,179,182)
#DABEC2
(218,190,194)
#E0C9CE
(224,201,206)
#E6D4DA
(230,212,218)
#ECDFE6
(236,223,230)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67C7A color. Also use rgb(182,124,122) instead hex code.

Text Font Color

.myTextColor { color: #B67C7A; }

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

This text font color is #B67C7A.

Background Color

.myBgColor { background-color: #B67C7A; }

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

This div background color is #B67C7A.

Border color

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

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

This div border color is #B67C7A.

Opacity

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

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

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

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

This text has shadow with #B67C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B67C7A.

Preview

Color preview on black background

This text has color #B67C7A on black background.


Color preview on white background

This text has color #B67C7A on white background.


Black color preview on #B67C7A background

This text has black color on #B67C7A background.


White color preview on #B67C7A background

This text has white color on #B67C7A background.


Related colors

Complementary color

Complementary color for #hex is #498385.


I love getcolorcode.com

Triadic colors

1 #7AB67C and #7C7AB6 with #B67C7A are triadic colors.

2 #7A7CB6 and #7CB67A with #B67C7A are triadic colors.