COLOR #B2774B

HEX: #B2774B
RGB: (178,119,75)

Color info

#B2774B contains mainly red and green colors. Web safe color of #B2774B is #996633 (or #963).

RGB color model

#B2774B color RGB value is (178,119,75).

  • red value is 178;
  • green value is 119;
  • blue value is 75.
RGB:
(178,119,75)
(70%,47%,29%)

RGB channels and saturation

R 178 of 255 = 70%
G 119 of 255 = 47%
B 75 of 255 = 29%

178
119
75

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

Portions of RGB colors in percentages

R + G + B =
178 + 119 + 75 = 372 (100%)
R 178 of 372 ~ 47.85%
G 119 of 372 ~ 31.99%
B 75 of 372 ~ 20.16%

%47.85
%31.99
%20.16

CMYK color model

#B2774B color CMYK value is (0,33,58,30).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 57.87%
  • key color value is 30.20%
CMYK:
(0,33,58,30)
C0M33Y58K30 
(0%,33%,58%,30%)
(0.00/0.33/0.58/0.30)	

CMYK percentages

%0
%33.15
%57.87
%30.2

Codes

Color #B2774B in popluar color models

B2774B
RGB17811975
HSL26°40.71%49.61%
HSB/HSV26°57.87%69.80%
CMYK0.00%33.15%57.87%
30.20%

Color #B2774B in popluar number systems.

HEXB2774B
Decimal17811975
Binary1011001011101111001011
Octal262167113

Shades and tints

Shades of #B2774B

#B2774B
(178,119,75)
#A26D45
(162,109,69)
#92633F
(146,99,63)
#825939
(130,89,57)
#724F33
(114,79,51)
#62452D
(98,69,45)
#523B27
(82,59,39)
#423121
(66,49,33)
#32271B
(50,39,27)
#221D15
(34,29,21)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #B2774B

#B2774B
(178,119,75)
#B9835B
(185,131,91)
#C08F6B
(192,143,107)
#C79B7B
(199,155,123)
#CEA78B
(206,167,139)
#D5B39B
(213,179,155)
#DCBFAB
(220,191,171)
#E3CBBB
(227,203,187)
#EAD7CB
(234,215,203)
#F1E3DB
(241,227,219)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2774B color. Also use rgb(178,119,75) instead hex code.

Text Font Color

.myTextColor { color: #B2774B; }

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

This text font color is #B2774B.


Background Color

.myBgColor { background-color: #B2774B; }

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

This div background color is #B2774B.


Border color

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

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

This div border color is #B2774B.


Opacity

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

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

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

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

This text has shadow with #B2774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2774B on black background.


Color preview on white background

This text has color #B2774B on white background.



Black color preview on #B2774B background

This text has black color on #B2774B background.


White color preview on #B2774B background

This text has white color on #B2774B background.