COLOR #B2786E

HEX: #B2786E RGB: (178,120,110)

Color info

#B2786E contains mainly red and green colors. Web safe color of #B2786E is #996666 (or #966).

RGB color model

#B2786E color RGB value is (178,120,110).

RGB: (178,120,110) (70%, 47%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 120 of 255 = 47%
B 110 of 255 = 43%

178
120
110

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

Portions of RGB colors in percentages

R + G + B = 178 + 120 + 110 = 408 (100%)
R 178 of 408 ~ 43.63%
G 120 of 408 ~ 29.41%
B 110 of 408 ~ 26.96'%

%43.63
%29.41
%26.96

CMYK color model

#B2786E color CMYK value is (0,33,38,30).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 38.20%
  • key color value is 30.20%

CMYK: (0,33,38,30)
C0M33Y38K30 (0%, 33%, 38%, 30%)
(0.00 / 0.33 / 0.38 / 0.30)

CMYK percentages

%0
%32.58
%38.2
%30.2

Codes

Color #B2786E in popluar color models

B2 78 6E
RGB 178 120 110
HSL 30.63% 56.47%
HSB/HSV 38.20% 69.80%
CMYK 0.00% 32.58% 38.20%
30.20%

Color #B2786E in popluar number systems.

HEX B2 78 6E
Decimal 178 120 110
Binary 10110010 1111000 1101110
Octal 262 170 156

Shades and tints

Shades of #B2786E

#B2786E
(178,120,110)
#A26E64
(162,110,100)
#92645A
(146,100,90)
#825A50
(130,90,80)
#725046
(114,80,70)
#62463C
(98,70,60)
#523C32
(82,60,50)
#423228
(66,50,40)
#32281E
(50,40,30)
#221E14
(34,30,20)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #B2786E

#B2786E
(178,120,110)
#B9847B
(185,132,123)
#C09088
(192,144,136)
#C79C95
(199,156,149)
#CEA8A2
(206,168,162)
#D5B4AF
(213,180,175)
#DCC0BC
(220,192,188)
#E3CCC9
(227,204,201)
#EAD8D6
(234,216,214)
#F1E4E3
(241,228,227)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2786E color. Also use rgb(178,120,110) instead hex code.

Text Font Color

.myTextColor { color: #B2786E; }

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

This text font color is #B2786E.

Background Color

.myBgColor { background-color: #B2786E; }

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

This div background color is #B2786E.

Border color

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

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

This div border color is #B2786E.

Opacity

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

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

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

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

This text has shadow with #B2786E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2786E.

Preview

Color preview on black background

This text has color #B2786E on black background.


Color preview on white background

This text has color #B2786E on white background.


Black color preview on #B2786E background

This text has black color on #B2786E background.


White color preview on #B2786E background

This text has white color on #B2786E background.


Related colors

Complementary color

Complementary color for #hex is #4D8791.


I love getcolorcode.com

Triadic colors

1 #6EB278 and #786EB2 with #B2786E are triadic colors.

2 #6E78B2 and #78B26E with #B2786E are triadic colors.