COLOR #B2967D

HEX: #B2967D
RGB: (178,150,125)

Color info

#B2967D contains red, green and blue colors in about the same proportion. Web safe color of #B2967D is #999966 (or #996).

RGB color model

#B2967D color RGB value is (178,150,125).

  • red value is 178;
  • green value is 150;
  • blue value is 125.
RGB:
(178,150,125)
(70%,59%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 125 of 255 = 49%

178
150
125

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

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 125 = 453 (100%)
R 178 of 453 ~ 39.29%
G 150 of 453 ~ 33.11%
B 125 of 453 ~ 27.59%

%39.29
%33.11
%27.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(0,16,30,30)
C0M16Y30K30 
(0%,16%,30%,30%)
(0.00/0.16/0.30/0.30)	

CMYK percentages

%0
%15.73
%29.78
%30.2

Codes

Color #B2967D in popluar color models

B2967D
RGB178150125
HSL28°25.60%59.41%
HSB/HSV28°29.78%69.80%
CMYK0.00%15.73%29.78%
30.20%

Color #B2967D in popluar number systems.

HEXB2967D
Decimal178150125
Binary10110010100101101111101
Octal262226175

Shades and tints

Shades of #B2967D

#B2967D
(178,150,125)
#A28972
(162,137,114)
#927C67
(146,124,103)
#826F5C
(130,111,92)
#726251
(114,98,81)
#625546
(98,85,70)
#52483B
(82,72,59)
#423B30
(66,59,48)
#322E25
(50,46,37)
#22211A
(34,33,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #B2967D

#B2967D
(178,150,125)
#B99F88
(185,159,136)
#C0A893
(192,168,147)
#C7B19E
(199,177,158)
#CEBAA9
(206,186,169)
#D5C3B4
(213,195,180)
#DCCCBF
(220,204,191)
#E3D5CA
(227,213,202)
#EADED5
(234,222,213)
#F1E7E0
(241,231,224)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2967D color. Also use rgb(178,150,125) instead hex code.

Text Font Color

.myTextColor { color: #B2967D; }

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

This text font color is #B2967D.


Background Color

.myBgColor { background-color: #B2967D; }

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

This div background color is #B2967D.


Border color

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

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

This div border color is #B2967D.


Opacity

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

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

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

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

This text has shadow with #B2967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2967D on black background.


Color preview on white background

This text has color #B2967D on white background.



Black color preview on #B2967D background

This text has black color on #B2967D background.


White color preview on #B2967D background

This text has white color on #B2967D background.