COLOR #B68A7F

HEX: #B68A7F
RGB: (182,138,127)

Color info

#B68A7F contains red, green and blue colors in about the same proportion. Web safe color of #B68A7F is #CC9966 (or #C96).

RGB color model

#B68A7F color RGB value is (182,138,127).

  • red value is 182;
  • green value is 138;
  • blue value is 127.
RGB:
(182,138,127)
(71%,54%,50%)

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 127 of 255 = 50%

182
138
127

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

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 127 = 447 (100%)
R 182 of 447 ~ 40.72%
G 138 of 447 ~ 30.87%
B 127 of 447 ~ 28.41%

%40.72
%30.87
%28.41

CMYK color model

#B68A7F color CMYK value is (0,24,30,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(0,24,30,29)
C0M24Y30K29 
(0%,24%,30%,29%)
(0.00/0.24/0.30/0.29)	

CMYK percentages

%0
%24.18
%30.22
%28.63

Codes

Color #B68A7F in popluar color models

B68A7F
RGB182138127
HSL12°27.36%60.59%
HSB/HSV12°30.22%71.37%
CMYK0.00%24.18%30.22%
28.63%

Color #B68A7F in popluar number systems.

HEXB68A7F
Decimal182138127
Binary10110110100010101111111
Octal266212177

Shades and tints

Shades of #B68A7F

#B68A7F
(182,138,127)
#A67E74
(166,126,116)
#967269
(150,114,105)
#86665E
(134,102,94)
#765A53
(118,90,83)
#664E48
(102,78,72)
#56423D
(86,66,61)
#463632
(70,54,50)
#362A27
(54,42,39)
#261E1C
(38,30,28)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B68A7F

#B68A7F
(182,138,127)
#BC948A
(188,148,138)
#C29E95
(194,158,149)
#C8A8A0
(200,168,160)
#CEB2AB
(206,178,171)
#D4BCB6
(212,188,182)
#DAC6C1
(218,198,193)
#E0D0CC
(224,208,204)
#E6DAD7
(230,218,215)
#ECE4E2
(236,228,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68A7F color. Also use rgb(182,138,127) instead hex code.

Text Font Color

.myTextColor { color: #B68A7F; }

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

This text font color is #B68A7F.


Background Color

.myBgColor { background-color: #B68A7F; }

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

This div background color is #B68A7F.


Border color

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

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

This div border color is #B68A7F.


Opacity

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

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

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

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

This text has shadow with #B68A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68A7F on black background.


Color preview on white background

This text has color #B68A7F on white background.



Black color preview on #B68A7F background

This text has black color on #B68A7F background.


White color preview on #B68A7F background

This text has white color on #B68A7F background.