COLOR #B28E65

HEX: #B28E65 RGB: (178,142,101)

Color info

#B28E65 contains mainly red and green colors. Web safe color of #B28E65 is #999966 (or #996).

RGB color model

#B28E65 color RGB value is (178,142,101).

RGB: (178,142,101) (70%, 56%, 40%)

RGB channels and saturation

R 178 of 255 = 70%
G 142 of 255 = 56%
B 101 of 255 = 40%

178
142
101

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

Portions of RGB colors in percentages

R + G + B = 178 + 142 + 101 = 421 (100%)
R 178 of 421 ~ 42.28%
G 142 of 421 ~ 33.73%
B 101 of 421 ~ 23.99'%

%42.28
%33.73
%23.99

CMYK color model

#B28E65 color CMYK value is (0,20,43,30).

  • cyan value is 0.00%
  • magenta value is 20.22%
  • yellow value is 43.26%
  • key color value is 30.20%

CMYK: (0,20,43,30)
C0M20Y43K30 (0%, 20%, 43%, 30%)
(0.00 / 0.20 / 0.43 / 0.30)

CMYK percentages

%0
%20.22
%43.26
%30.2

Codes

Color #B28E65 in popluar color models

B2 8E 65
RGB 178 142 101
HSL 32° 33.33% 54.71%
HSB/HSV 32° 43.26% 69.80%
CMYK 0.00% 20.22% 43.26%
30.20%

Color #B28E65 in popluar number systems.

HEX B2 8E 65
Decimal 178 142 101
Binary 10110010 10001110 1100101
Octal 262 216 145

Shades and tints

Shades of #B28E65

#B28E65
(178,142,101)
#A2825C
(162,130,92)
#927653
(146,118,83)
#826A4A
(130,106,74)
#725E41
(114,94,65)
#625238
(98,82,56)
#52462F
(82,70,47)
#423A26
(66,58,38)
#322E1D
(50,46,29)
#222214
(34,34,20)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #B28E65

#B28E65
(178,142,101)
#B99873
(185,152,115)
#C0A281
(192,162,129)
#C7AC8F
(199,172,143)
#CEB69D
(206,182,157)
#D5C0AB
(213,192,171)
#DCCAB9
(220,202,185)
#E3D4C7
(227,212,199)
#EADED5
(234,222,213)
#F1E8E3
(241,232,227)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28E65 color. Also use rgb(178,142,101) instead hex code.

Text Font Color

.myTextColor { color: #B28E65; }

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

This text font color is #B28E65.

Background Color

.myBgColor { background-color: #B28E65; }

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

This div background color is #B28E65.

Border color

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

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

This div border color is #B28E65.

Opacity

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

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

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

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

This text has shadow with #B28E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B28E65.

Preview

Color preview on black background

This text has color #B28E65 on black background.


Color preview on white background

This text has color #B28E65 on white background.


Black color preview on #B28E65 background

This text has black color on #B28E65 background.


White color preview on #B28E65 background

This text has white color on #B28E65 background.


Related colors

Complementary color

Complementary color for #hex is #4D719A.


I love getcolorcode.com

Triadic colors

1 #65B28E and #8E65B2 with #B28E65 are triadic colors.

2 #658EB2 and #8EB265 with #B28E65 are triadic colors.