COLOR #B29565

HEX: #B29565
RGB: (178,149,101)

Color info

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

RGB color model

#B29565 color RGB value is (178,149,101).

  • red value is 178;
  • green value is 149;
  • blue value is 101.
RGB:
(178,149,101)
(70%,58%,40%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 101 of 255 = 40%

178
149
101

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

Portions of RGB colors in percentages

R + G + B =
178 + 149 + 101 = 428 (100%)
R 178 of 428 ~ 41.59%
G 149 of 428 ~ 34.81%
B 101 of 428 ~ 23.6%

%41.59
%34.81
%23.6

CMYK color model

#B29565 color CMYK value is (0,16,43,30).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 43.26%
  • key color value is 30.20%
CMYK:
(0,16,43,30)
C0M16Y43K30 
(0%,16%,43%,30%)
(0.00/0.16/0.43/0.30)	

CMYK percentages

%0
%16.29
%43.26
%30.2

Codes

Color #B29565 in popluar color models

B29565
RGB178149101
HSL37°33.33%54.71%
HSB/HSV37°43.26%69.80%
CMYK0.00%16.29%43.26%
30.20%

Color #B29565 in popluar number systems.

HEXB29565
Decimal178149101
Binary10110010100101011100101
Octal262225145

Shades and tints

Shades of #B29565

#B29565
(178,149,101)
#A2885C
(162,136,92)
#927B53
(146,123,83)
#826E4A
(130,110,74)
#726141
(114,97,65)
#625438
(98,84,56)
#52472F
(82,71,47)
#423A26
(66,58,38)
#322D1D
(50,45,29)
#222014
(34,32,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #B29565

#B29565
(178,149,101)
#B99E73
(185,158,115)
#C0A781
(192,167,129)
#C7B08F
(199,176,143)
#CEB99D
(206,185,157)
#D5C2AB
(213,194,171)
#DCCBB9
(220,203,185)
#E3D4C7
(227,212,199)
#EADDD5
(234,221,213)
#F1E6E3
(241,230,227)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29565; }

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

This text font color is #B29565.


Background Color

.myBgColor { background-color: #B29565; }

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

This div background color is #B29565.


Border color

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

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

This div border color is #B29565.


Opacity

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

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

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

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

This text has shadow with #B29565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29565 on black background.


Color preview on white background

This text has color #B29565 on white background.



Black color preview on #B29565 background

This text has black color on #B29565 background.


White color preview on #B29565 background

This text has white color on #B29565 background.