COLOR #B68A79

HEX: #B68A79 RGB: (182,138,121)

Color info

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

RGB color model

#B68A79 color RGB value is (182,138,121).

RGB: (182,138,121) (71%, 54%, 47%)

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 121 of 255 = 47%

182
138
121

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

Portions of RGB colors in percentages

R + G + B = 182 + 138 + 121 = 441 (100%)
R 182 of 441 ~ 41.27%
G 138 of 441 ~ 31.29%
B 121 of 441 ~ 27.44'%

%41.27
%31.29
%27.44

CMYK color model

#B68A79 color CMYK value is (0,24,34,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 33.52%
  • key color value is 28.63%

CMYK: (0,24,34,29)
C0M24Y34K29 (0%, 24%, 34%, 29%)
(0.00 / 0.24 / 0.34 / 0.29)

CMYK percentages

%0
%24.18
%33.52
%28.63

Codes

Color #B68A79 in popluar color models

B6 8A 79
RGB 182 138 121
HSL 17° 29.47% 59.41%
HSB/HSV 17° 33.52% 71.37%
CMYK 0.00% 24.18% 33.52%
28.63%

Color #B68A79 in popluar number systems.

HEX B6 8A 79
Decimal 182 138 121
Binary 10110110 10001010 1111001
Octal 266 212 171

Shades and tints

Shades of #B68A79

#B68A79
(182,138,121)
#A67E6E
(166,126,110)
#967263
(150,114,99)
#866658
(134,102,88)
#765A4D
(118,90,77)
#664E42
(102,78,66)
#564237
(86,66,55)
#46362C
(70,54,44)
#362A21
(54,42,33)
#261E16
(38,30,22)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #B68A79

#B68A79
(182,138,121)
#BC9485
(188,148,133)
#C29E91
(194,158,145)
#C8A89D
(200,168,157)
#CEB2A9
(206,178,169)
#D4BCB5
(212,188,181)
#DAC6C1
(218,198,193)
#E0D0CD
(224,208,205)
#E6DAD9
(230,218,217)
#ECE4E5
(236,228,229)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68A79; }

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

This text font color is #B68A79.

Background Color

.myBgColor { background-color: #B68A79; }

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

This div background color is #B68A79.

Border color

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

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

This div border color is #B68A79.

Opacity

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

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

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

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

This text has shadow with #B68A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68A79.

Preview

Color preview on black background

This text has color #B68A79 on black background.


Color preview on white background

This text has color #B68A79 on white background.


Black color preview on #B68A79 background

This text has black color on #B68A79 background.


White color preview on #B68A79 background

This text has white color on #B68A79 background.


Related colors

Complementary color

Complementary color for #hex is #497586.


I love getcolorcode.com

Triadic colors

1 #79B68A and #8A79B6 with #B68A79 are triadic colors.

2 #798AB6 and #8AB679 with #B68A79 are triadic colors.