COLOR #B2852E

HEX: #B2852E
RGB: (178,133,46)

Color info

#B2852E contains mainly red and green colors. Web safe color of #B2852E is #999933 (or #993).

RGB color model

#B2852E color RGB value is (178,133,46).

  • red value is 178;
  • green value is 133;
  • blue value is 46.
RGB:
(178,133,46)
(70%,52%,18%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 46 of 255 = 18%

178
133
46

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

Portions of RGB colors in percentages

R + G + B =
178 + 133 + 46 = 357 (100%)
R 178 of 357 ~ 49.86%
G 133 of 357 ~ 37.25%
B 46 of 357 ~ 12.89%

%49.86
%37.25
%12.89

CMYK color model

#B2852E color CMYK value is (0,25,74,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 74.16%
  • key color value is 30.20%
CMYK:
(0,25,74,30)
C0M25Y74K30 
(0%,25%,74%,30%)
(0.00/0.25/0.74/0.30)	

CMYK percentages

%0
%25.28
%74.16
%30.2

Codes

Color #B2852E in popluar color models

B2852E
RGB17813346
HSL40°58.93%43.92%
HSB/HSV40°74.16%69.80%
CMYK0.00%25.28%74.16%
30.20%

Color #B2852E in popluar number systems.

HEXB2852E
Decimal17813346
Binary1011001010000101101110
Octal26220556

Shades and tints

Shades of #B2852E

#B2852E
(178,133,46)
#A2792A
(162,121,42)
#926D26
(146,109,38)
#826122
(130,97,34)
#72551E
(114,85,30)
#62491A
(98,73,26)
#523D16
(82,61,22)
#423112
(66,49,18)
#32250E
(50,37,14)
#22190A
(34,25,10)
#120D06
(18,13,6)
#000000
(0,0,0)

Tints of #B2852E

#B2852E
(178,133,46)
#B99041
(185,144,65)
#C09B54
(192,155,84)
#C7A667
(199,166,103)
#CEB17A
(206,177,122)
#D5BC8D
(213,188,141)
#DCC7A0
(220,199,160)
#E3D2B3
(227,210,179)
#EADDC6
(234,221,198)
#F1E8D9
(241,232,217)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2852E color. Also use rgb(178,133,46) instead hex code.

Text Font Color

.myTextColor { color: #B2852E; }

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

This text font color is #B2852E.


Background Color

.myBgColor { background-color: #B2852E; }

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

This div background color is #B2852E.


Border color

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

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

This div border color is #B2852E.


Opacity

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

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

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

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

This text has shadow with #B2852E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2852E on black background.


Color preview on white background

This text has color #B2852E on white background.



Black color preview on #B2852E background

This text has black color on #B2852E background.


White color preview on #B2852E background

This text has white color on #B2852E background.