COLOR #B68F70

HEX: #B68F70
RGB: (182,143,112)

Color info

#B68F70 contains mainly red and green colors. Web safe color of #B68F70 is #CC9966 (or #C96).

RGB color model

#B68F70 color RGB value is (182,143,112).

  • red value is 182;
  • green value is 143;
  • blue value is 112.
RGB:
(182,143,112)
(71%,56%,44%)

RGB channels and saturation

R 182 of 255 = 71%
G 143 of 255 = 56%
B 112 of 255 = 44%

182
143
112

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

Portions of RGB colors in percentages

R + G + B =
182 + 143 + 112 = 437 (100%)
R 182 of 437 ~ 41.65%
G 143 of 437 ~ 32.72%
B 112 of 437 ~ 25.63%

%41.65
%32.72
%25.63

CMYK color model

#B68F70 color CMYK value is (0,21,38,29).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 38.46%
  • key color value is 28.63%
CMYK:
(0,21,38,29)
C0M21Y38K29 
(0%,21%,38%,29%)
(0.00/0.21/0.38/0.29)	

CMYK percentages

%0
%21.43
%38.46
%28.63

Codes

Color #B68F70 in popluar color models

B68F70
RGB182143112
HSL27°32.41%57.65%
HSB/HSV27°38.46%71.37%
CMYK0.00%21.43%38.46%
28.63%

Color #B68F70 in popluar number systems.

HEXB68F70
Decimal182143112
Binary10110110100011111110000
Octal266217160

Shades and tints

Shades of #B68F70

#B68F70
(182,143,112)
#A68266
(166,130,102)
#96755C
(150,117,92)
#866852
(134,104,82)
#765B48
(118,91,72)
#664E3E
(102,78,62)
#564134
(86,65,52)
#46342A
(70,52,42)
#362720
(54,39,32)
#261A16
(38,26,22)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #B68F70

#B68F70
(182,143,112)
#BC997D
(188,153,125)
#C2A38A
(194,163,138)
#C8AD97
(200,173,151)
#CEB7A4
(206,183,164)
#D4C1B1
(212,193,177)
#DACBBE
(218,203,190)
#E0D5CB
(224,213,203)
#E6DFD8
(230,223,216)
#ECE9E5
(236,233,229)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68F70 color. Also use rgb(182,143,112) instead hex code.

Text Font Color

.myTextColor { color: #B68F70; }

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

This text font color is #B68F70.


Background Color

.myBgColor { background-color: #B68F70; }

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

This div background color is #B68F70.


Border color

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

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

This div border color is #B68F70.


Opacity

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

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

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

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

This text has shadow with #B68F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68F70 on black background.


Color preview on white background

This text has color #B68F70 on white background.



Black color preview on #B68F70 background

This text has black color on #B68F70 background.


White color preview on #B68F70 background

This text has white color on #B68F70 background.