COLOR #B2875A

HEX: #B2875A RGB: (178,135,90)

Color info

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

RGB color model

#B2875A color RGB value is (178,135,90).

RGB: (178,135,90) (70%, 53%, 35%)

RGB channels and saturation

R 178 of 255 = 70%
G 135 of 255 = 53%
B 90 of 255 = 35%

178
135
90

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

Portions of RGB colors in percentages

R + G + B = 178 + 135 + 90 = 403 (100%)
R 178 of 403 ~ 44.17%
G 135 of 403 ~ 33.5%
B 90 of 403 ~ 22.33'%

%44.17
%33.5
%22.33

CMYK color model

#B2875A color CMYK value is (0,24,49,30).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 49.44%
  • key color value is 30.20%

CMYK: (0,24,49,30)
C0M24Y49K30 (0%, 24%, 49%, 30%)
(0.00 / 0.24 / 0.49 / 0.30)

CMYK percentages

%0
%24.16
%49.44
%30.2

Codes

Color #B2875A in popluar color models

B2 87 5A
RGB 178 135 90
HSL 31° 36.36% 52.55%
HSB/HSV 31° 49.44% 69.80%
CMYK 0.00% 24.16% 49.44%
30.20%

Color #B2875A in popluar number systems.

HEX B2 87 5A
Decimal 178 135 90
Binary 10110010 10000111 1011010
Octal 262 207 132

Shades and tints

Shades of #B2875A

#B2875A
(178,135,90)
#A27B52
(162,123,82)
#926F4A
(146,111,74)
#826342
(130,99,66)
#72573A
(114,87,58)
#624B32
(98,75,50)
#523F2A
(82,63,42)
#423322
(66,51,34)
#32271A
(50,39,26)
#221B12
(34,27,18)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #B2875A

#B2875A
(178,135,90)
#B99169
(185,145,105)
#C09B78
(192,155,120)
#C7A587
(199,165,135)
#CEAF96
(206,175,150)
#D5B9A5
(213,185,165)
#DCC3B4
(220,195,180)
#E3CDC3
(227,205,195)
#EAD7D2
(234,215,210)
#F1E1E1
(241,225,225)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2875A color. Also use rgb(178,135,90) instead hex code.

Text Font Color

.myTextColor { color: #B2875A; }

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

This text font color is #B2875A.

Background Color

.myBgColor { background-color: #B2875A; }

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

This div background color is #B2875A.

Border color

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

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

This div border color is #B2875A.

Opacity

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

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

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

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

This text has shadow with #B2875A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2875A.

Preview

Color preview on black background

This text has color #B2875A on black background.


Color preview on white background

This text has color #B2875A on white background.


Black color preview on #B2875A background

This text has black color on #B2875A background.


White color preview on #B2875A background

This text has white color on #B2875A background.


Related colors

Complementary color

Complementary color for #hex is #4D78A5.


I love getcolorcode.com

Triadic colors

1 #5AB287 and #875AB2 with #B2875A are triadic colors.

2 #5A87B2 and #87B25A with #B2875A are triadic colors.