COLOR #B29975

HEX: #B29975
RGB: (178,153,117)

Color info

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

RGB color model

#B29975 color RGB value is (178,153,117).

  • red value is 178;
  • green value is 153;
  • blue value is 117.
RGB:
(178,153,117)
(70%,60%,46%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 117 of 255 = 46%

178
153
117

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

Portions of RGB colors in percentages

R + G + B =
178 + 153 + 117 = 448 (100%)
R 178 of 448 ~ 39.73%
G 153 of 448 ~ 34.15%
B 117 of 448 ~ 26.12%

%39.73
%34.15
%26.12

CMYK color model

#B29975 color CMYK value is (0,14,34,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 34.27%
  • key color value is 30.20%
CMYK:
(0,14,34,30)
C0M14Y34K30 
(0%,14%,34%,30%)
(0.00/0.14/0.34/0.30)	

CMYK percentages

%0
%14.04
%34.27
%30.2

Codes

Color #B29975 in popluar color models

B29975
RGB178153117
HSL35°28.37%57.84%
HSB/HSV35°34.27%69.80%
CMYK0.00%14.04%34.27%
30.20%

Color #B29975 in popluar number systems.

HEXB29975
Decimal178153117
Binary10110010100110011110101
Octal262231165

Shades and tints

Shades of #B29975

#B29975
(178,153,117)
#A28C6B
(162,140,107)
#927F61
(146,127,97)
#827257
(130,114,87)
#72654D
(114,101,77)
#625843
(98,88,67)
#524B39
(82,75,57)
#423E2F
(66,62,47)
#323125
(50,49,37)
#22241B
(34,36,27)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #B29975

#B29975
(178,153,117)
#B9A281
(185,162,129)
#C0AB8D
(192,171,141)
#C7B499
(199,180,153)
#CEBDA5
(206,189,165)
#D5C6B1
(213,198,177)
#DCCFBD
(220,207,189)
#E3D8C9
(227,216,201)
#EAE1D5
(234,225,213)
#F1EAE1
(241,234,225)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29975 color. Also use rgb(178,153,117) instead hex code.

Text Font Color

.myTextColor { color: #B29975; }

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

This text font color is #B29975.


Background Color

.myBgColor { background-color: #B29975; }

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

This div background color is #B29975.


Border color

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

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

This div border color is #B29975.


Opacity

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

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

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

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

This text has shadow with #B29975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29975 on black background.


Color preview on white background

This text has color #B29975 on white background.



Black color preview on #B29975 background

This text has black color on #B29975 background.


White color preview on #B29975 background

This text has white color on #B29975 background.