COLOR #B67E75

HEX: #B67E75
RGB: (182,126,117)

Color info

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

RGB color model

#B67E75 color RGB value is (182,126,117).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 117 of 255 = 46%

182
126
117

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 117 = 425 (100%)
R 182 of 425 ~ 42.82%
G 126 of 425 ~ 29.65%
B 117 of 425 ~ 27.53%

%42.82
%29.65
%27.53

CMYK color model

#B67E75 color CMYK value is (0,31,36,29).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(0,31,36,29)
C0M31Y36K29 
(0%,31%,36%,29%)
(0.00/0.31/0.36/0.29)	

CMYK percentages

%0
%30.77
%35.71
%28.63

Codes

Color #B67E75 in popluar color models

B67E75
RGB182126117
HSL30.81%58.63%
HSB/HSV35.71%71.37%
CMYK0.00%30.77%35.71%
28.63%

Color #B67E75 in popluar number systems.

HEXB67E75
Decimal182126117
Binary1011011011111101110101
Octal266176165

Shades and tints

Shades of #B67E75

#B67E75
(182,126,117)
#A6736B
(166,115,107)
#966861
(150,104,97)
#865D57
(134,93,87)
#76524D
(118,82,77)
#664743
(102,71,67)
#563C39
(86,60,57)
#46312F
(70,49,47)
#362625
(54,38,37)
#261B1B
(38,27,27)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #B67E75

#B67E75
(182,126,117)
#BC8981
(188,137,129)
#C2948D
(194,148,141)
#C89F99
(200,159,153)
#CEAAA5
(206,170,165)
#D4B5B1
(212,181,177)
#DAC0BD
(218,192,189)
#E0CBC9
(224,203,201)
#E6D6D5
(230,214,213)
#ECE1E1
(236,225,225)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E75; }

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

This text font color is #B67E75.


Background Color

.myBgColor { background-color: #B67E75; }

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

This div background color is #B67E75.


Border color

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

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

This div border color is #B67E75.


Opacity

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

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

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

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

This text has shadow with #B67E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E75 on black background.


Color preview on white background

This text has color #B67E75 on white background.



Black color preview on #B67E75 background

This text has black color on #B67E75 background.


White color preview on #B67E75 background

This text has white color on #B67E75 background.