COLOR #B68D78

HEX: #B68D78 RGB: (182,141,120)

Color info

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

RGB color model

#B68D78 color RGB value is (182,141,120).

RGB: (182,141,120) (71%, 55%, 47%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 120 of 255 = 47%

182
141
120

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

Portions of RGB colors in percentages

R + G + B = 182 + 141 + 120 = 443 (100%)
R 182 of 443 ~ 41.08%
G 141 of 443 ~ 31.83%
B 120 of 443 ~ 27.09'%

%41.08
%31.83
%27.09

CMYK color model

#B68D78 color CMYK value is (0,23,34,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 34.07%
  • key color value is 28.63%

CMYK: (0,23,34,29)
C0M23Y34K29 (0%, 23%, 34%, 29%)
(0.00 / 0.23 / 0.34 / 0.29)

CMYK percentages

%0
%22.53
%34.07
%28.63

Codes

Color #B68D78 in popluar color models

B6 8D 78
RGB 182 141 120
HSL 20° 29.81% 59.22%
HSB/HSV 20° 34.07% 71.37%
CMYK 0.00% 22.53% 34.07%
28.63%

Color #B68D78 in popluar number systems.

HEX B6 8D 78
Decimal 182 141 120
Binary 10110110 10001101 1111000
Octal 266 215 170

Shades and tints

Shades of #B68D78

#B68D78
(182,141,120)
#A6816E
(166,129,110)
#967564
(150,117,100)
#86695A
(134,105,90)
#765D50
(118,93,80)
#665146
(102,81,70)
#56453C
(86,69,60)
#463932
(70,57,50)
#362D28
(54,45,40)
#26211E
(38,33,30)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B68D78

#B68D78
(182,141,120)
#BC9784
(188,151,132)
#C2A190
(194,161,144)
#C8AB9C
(200,171,156)
#CEB5A8
(206,181,168)
#D4BFB4
(212,191,180)
#DAC9C0
(218,201,192)
#E0D3CC
(224,211,204)
#E6DDD8
(230,221,216)
#ECE7E4
(236,231,228)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68D78 color. Also use rgb(182,141,120) instead hex code.

Text Font Color

.myTextColor { color: #B68D78; }

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

This text font color is #B68D78.

Background Color

.myBgColor { background-color: #B68D78; }

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

This div background color is #B68D78.

Border color

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

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

This div border color is #B68D78.

Opacity

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

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

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

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

This text has shadow with #B68D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68D78.

Preview

Color preview on black background

This text has color #B68D78 on black background.


Color preview on white background

This text has color #B68D78 on white background.


Black color preview on #B68D78 background

This text has black color on #B68D78 background.


White color preview on #B68D78 background

This text has white color on #B68D78 background.


Related colors

Complementary color

Complementary color for #hex is #497287.


I love getcolorcode.com

Triadic colors

1 #78B68D and #8D78B6 with #B68D78 are triadic colors.

2 #788DB6 and #8DB678 with #B68D78 are triadic colors.