COLOR #B67C75

HEX: #B67C75
RGB: (182,124,117)

Color info

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

RGB color model

#B67C75 color RGB value is (182,124,117).

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

RGB channels and saturation

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

182
124
117

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

Portions of RGB colors in percentages

R + G + B =
182 + 124 + 117 = 423 (100%)
R 182 of 423 ~ 43.03%
G 124 of 423 ~ 29.31%
B 117 of 423 ~ 27.66%

%43.03
%29.31
%27.66

CMYK color model

#B67C75 color CMYK value is (0,32,36,29).

  • cyan value is 0.00%
  • magenta value is 31.87%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(0,32,36,29)
C0M32Y36K29 
(0%,32%,36%,29%)
(0.00/0.32/0.36/0.29)	

CMYK percentages

%0
%31.87
%35.71
%28.63

Codes

Color #B67C75 in popluar color models

B67C75
RGB182124117
HSL30.81%58.63%
HSB/HSV35.71%71.37%
CMYK0.00%31.87%35.71%
28.63%

Color #B67C75 in popluar number systems.

HEXB67C75
Decimal182124117
Binary1011011011111001110101
Octal266174165

Shades and tints

Shades of #B67C75

#B67C75
(182,124,117)
#A6716B
(166,113,107)
#966661
(150,102,97)
#865B57
(134,91,87)
#76504D
(118,80,77)
#664543
(102,69,67)
#563A39
(86,58,57)
#462F2F
(70,47,47)
#362425
(54,36,37)
#26191B
(38,25,27)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #B67C75

#B67C75
(182,124,117)
#BC8781
(188,135,129)
#C2928D
(194,146,141)
#C89D99
(200,157,153)
#CEA8A5
(206,168,165)
#D4B3B1
(212,179,177)
#DABEBD
(218,190,189)
#E0C9C9
(224,201,201)
#E6D4D5
(230,212,213)
#ECDFE1
(236,223,225)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67C75; }

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

This text font color is #B67C75.


Background Color

.myBgColor { background-color: #B67C75; }

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

This div background color is #B67C75.


Border color

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

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

This div border color is #B67C75.


Opacity

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

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

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

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

This text has shadow with #B67C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67C75 on black background.


Color preview on white background

This text has color #B67C75 on white background.



Black color preview on #B67C75 background

This text has black color on #B67C75 background.


White color preview on #B67C75 background

This text has white color on #B67C75 background.