COLOR #B68F6B

HEX: #B68F6B
RGB: (182,143,107)

Color info

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

RGB color model

#B68F6B color RGB value is (182,143,107).

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

RGB channels and saturation

R 182 of 255 = 71%
G 143 of 255 = 56%
B 107 of 255 = 42%

182
143
107

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

Portions of RGB colors in percentages

R + G + B =
182 + 143 + 107 = 432 (100%)
R 182 of 432 ~ 42.13%
G 143 of 432 ~ 33.1%
B 107 of 432 ~ 24.77%

%42.13
%33.1
%24.77

CMYK color model

#B68F6B color CMYK value is (0,21,41,29).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 41.21%
  • key color value is 28.63%
CMYK:
(0,21,41,29)
C0M21Y41K29 
(0%,21%,41%,29%)
(0.00/0.21/0.41/0.29)	

CMYK percentages

%0
%21.43
%41.21
%28.63

Codes

Color #B68F6B in popluar color models

B68F6B
RGB182143107
HSL29°33.94%56.67%
HSB/HSV29°41.21%71.37%
CMYK0.00%21.43%41.21%
28.63%

Color #B68F6B in popluar number systems.

HEXB68F6B
Decimal182143107
Binary10110110100011111101011
Octal266217153

Shades and tints

Shades of #B68F6B

#B68F6B
(182,143,107)
#A68262
(166,130,98)
#967559
(150,117,89)
#866850
(134,104,80)
#765B47
(118,91,71)
#664E3E
(102,78,62)
#564135
(86,65,53)
#46342C
(70,52,44)
#362723
(54,39,35)
#261A1A
(38,26,26)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #B68F6B

#B68F6B
(182,143,107)
#BC9978
(188,153,120)
#C2A385
(194,163,133)
#C8AD92
(200,173,146)
#CEB79F
(206,183,159)
#D4C1AC
(212,193,172)
#DACBB9
(218,203,185)
#E0D5C6
(224,213,198)
#E6DFD3
(230,223,211)
#ECE9E0
(236,233,224)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68F6B; }

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

This text font color is #B68F6B.


Background Color

.myBgColor { background-color: #B68F6B; }

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

This div background color is #B68F6B.


Border color

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

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

This div border color is #B68F6B.


Opacity

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

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

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

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

This text has shadow with #B68F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68F6B on black background.


Color preview on white background

This text has color #B68F6B on white background.



Black color preview on #B68F6B background

This text has black color on #B68F6B background.


White color preview on #B68F6B background

This text has white color on #B68F6B background.