COLOR #B2976A

HEX: #B2976A
RGB: (178,151,106)

Color info

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

RGB color model

#B2976A color RGB value is (178,151,106).

  • red value is 178;
  • green value is 151;
  • blue value is 106.
RGB:
(178,151,106)
(70%,59%,42%)

RGB channels and saturation

R 178 of 255 = 70%
G 151 of 255 = 59%
B 106 of 255 = 42%

178
151
106

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

Portions of RGB colors in percentages

R + G + B =
178 + 151 + 106 = 435 (100%)
R 178 of 435 ~ 40.92%
G 151 of 435 ~ 34.71%
B 106 of 435 ~ 24.37%

%40.92
%34.71
%24.37

CMYK color model

#B2976A color CMYK value is (0,15,40,30).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK:
(0,15,40,30)
C0M15Y40K30 
(0%,15%,40%,30%)
(0.00/0.15/0.40/0.30)	

CMYK percentages

%0
%15.17
%40.45
%30.2

Codes

Color #B2976A in popluar color models

B2976A
RGB178151106
HSL38°31.86%55.69%
HSB/HSV38°40.45%69.80%
CMYK0.00%15.17%40.45%
30.20%

Color #B2976A in popluar number systems.

HEXB2976A
Decimal178151106
Binary10110010100101111101010
Octal262227152

Shades and tints

Shades of #B2976A

#B2976A
(178,151,106)
#A28A61
(162,138,97)
#927D58
(146,125,88)
#82704F
(130,112,79)
#726346
(114,99,70)
#62563D
(98,86,61)
#524934
(82,73,52)
#423C2B
(66,60,43)
#322F22
(50,47,34)
#222219
(34,34,25)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #B2976A

#B2976A
(178,151,106)
#B9A077
(185,160,119)
#C0A984
(192,169,132)
#C7B291
(199,178,145)
#CEBB9E
(206,187,158)
#D5C4AB
(213,196,171)
#DCCDB8
(220,205,184)
#E3D6C5
(227,214,197)
#EADFD2
(234,223,210)
#F1E8DF
(241,232,223)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2976A color. Also use rgb(178,151,106) instead hex code.

Text Font Color

.myTextColor { color: #B2976A; }

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

This text font color is #B2976A.


Background Color

.myBgColor { background-color: #B2976A; }

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

This div background color is #B2976A.


Border color

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

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

This div border color is #B2976A.


Opacity

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

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

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

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

This text has shadow with #B2976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2976A on black background.


Color preview on white background

This text has color #B2976A on white background.



Black color preview on #B2976A background

This text has black color on #B2976A background.


White color preview on #B2976A background

This text has white color on #B2976A background.