COLOR #B2925E

HEX: #B2925E
RGB: (178,146,94)

Color info

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

RGB color model

#B2925E color RGB value is (178,146,94).

  • red value is 178;
  • green value is 146;
  • blue value is 94.
RGB:
(178,146,94)
(70%,57%,37%)

RGB channels and saturation

R 178 of 255 = 70%
G 146 of 255 = 57%
B 94 of 255 = 37%

178
146
94

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

Portions of RGB colors in percentages

R + G + B =
178 + 146 + 94 = 418 (100%)
R 178 of 418 ~ 42.58%
G 146 of 418 ~ 34.93%
B 94 of 418 ~ 22.49%

%42.58
%34.93
%22.49

CMYK color model

#B2925E color CMYK value is (0,18,47,30).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 47.19%
  • key color value is 30.20%
CMYK:
(0,18,47,30)
C0M18Y47K30 
(0%,18%,47%,30%)
(0.00/0.18/0.47/0.30)	

CMYK percentages

%0
%17.98
%47.19
%30.2

Codes

Color #B2925E in popluar color models

B2925E
RGB17814694
HSL37°35.29%53.33%
HSB/HSV37°47.19%69.80%
CMYK0.00%17.98%47.19%
30.20%

Color #B2925E in popluar number systems.

HEXB2925E
Decimal17814694
Binary10110010100100101011110
Octal262222136

Shades and tints

Shades of #B2925E

#B2925E
(178,146,94)
#A28556
(162,133,86)
#92784E
(146,120,78)
#826B46
(130,107,70)
#725E3E
(114,94,62)
#625136
(98,81,54)
#52442E
(82,68,46)
#423726
(66,55,38)
#322A1E
(50,42,30)
#221D16
(34,29,22)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #B2925E

#B2925E
(178,146,94)
#B99B6C
(185,155,108)
#C0A47A
(192,164,122)
#C7AD88
(199,173,136)
#CEB696
(206,182,150)
#D5BFA4
(213,191,164)
#DCC8B2
(220,200,178)
#E3D1C0
(227,209,192)
#EADACE
(234,218,206)
#F1E3DC
(241,227,220)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2925E color. Also use rgb(178,146,94) instead hex code.

Text Font Color

.myTextColor { color: #B2925E; }

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

This text font color is #B2925E.


Background Color

.myBgColor { background-color: #B2925E; }

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

This div background color is #B2925E.


Border color

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

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

This div border color is #B2925E.


Opacity

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

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

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

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

This text has shadow with #B2925E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2925E on black background.


Color preview on white background

This text has color #B2925E on white background.



Black color preview on #B2925E background

This text has black color on #B2925E background.


White color preview on #B2925E background

This text has white color on #B2925E background.