COLOR #B67A73

HEX: #B67A73
RGB: (182,122,115)

Color info

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

RGB color model

#B67A73 color RGB value is (182,122,115).

  • red value is 182;
  • green value is 122;
  • blue value is 115.
RGB:
(182,122,115)
(71%,48%,45%)

RGB channels and saturation

R 182 of 255 = 71%
G 122 of 255 = 48%
B 115 of 255 = 45%

182
122
115

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

Portions of RGB colors in percentages

R + G + B =
182 + 122 + 115 = 419 (100%)
R 182 of 419 ~ 43.44%
G 122 of 419 ~ 29.12%
B 115 of 419 ~ 27.45%

%43.44
%29.12
%27.45

CMYK color model

#B67A73 color CMYK value is (0,33,37,29).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 36.81%
  • key color value is 28.63%
CMYK:
(0,33,37,29)
C0M33Y37K29 
(0%,33%,37%,29%)
(0.00/0.33/0.37/0.29)	

CMYK percentages

%0
%32.97
%36.81
%28.63

Codes

Color #B67A73 in popluar color models

B67A73
RGB182122115
HSL31.46%58.24%
HSB/HSV36.81%71.37%
CMYK0.00%32.97%36.81%
28.63%

Color #B67A73 in popluar number systems.

HEXB67A73
Decimal182122115
Binary1011011011110101110011
Octal266172163

Shades and tints

Shades of #B67A73

#B67A73
(182,122,115)
#A66F69
(166,111,105)
#96645F
(150,100,95)
#865955
(134,89,85)
#764E4B
(118,78,75)
#664341
(102,67,65)
#563837
(86,56,55)
#462D2D
(70,45,45)
#362223
(54,34,35)
#261719
(38,23,25)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #B67A73

#B67A73
(182,122,115)
#BC867F
(188,134,127)
#C2928B
(194,146,139)
#C89E97
(200,158,151)
#CEAAA3
(206,170,163)
#D4B6AF
(212,182,175)
#DAC2BB
(218,194,187)
#E0CEC7
(224,206,199)
#E6DAD3
(230,218,211)
#ECE6DF
(236,230,223)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67A73; }

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

This text font color is #B67A73.


Background Color

.myBgColor { background-color: #B67A73; }

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

This div background color is #B67A73.


Border color

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

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

This div border color is #B67A73.


Opacity

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

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

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

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

This text has shadow with #B67A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67A73 on black background.


Color preview on white background

This text has color #B67A73 on white background.



Black color preview on #B67A73 background

This text has black color on #B67A73 background.


White color preview on #B67A73 background

This text has white color on #B67A73 background.