COLOR #B27E4B

HEX: #B27E4B
RGB: (178,126,75)

Color info

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

RGB color model

#B27E4B color RGB value is (178,126,75).

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

RGB channels and saturation

R 178 of 255 = 70%
G 126 of 255 = 49%
B 75 of 255 = 29%

178
126
75

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

Portions of RGB colors in percentages

R + G + B =
178 + 126 + 75 = 379 (100%)
R 178 of 379 ~ 46.97%
G 126 of 379 ~ 33.25%
B 75 of 379 ~ 19.79%

%46.97
%33.25
%19.79

CMYK color model

#B27E4B color CMYK value is (0,29,58,30).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 57.87%
  • key color value is 30.20%
CMYK:
(0,29,58,30)
C0M29Y58K30 
(0%,29%,58%,30%)
(0.00/0.29/0.58/0.30)	

CMYK percentages

%0
%29.21
%57.87
%30.2

Codes

Color #B27E4B in popluar color models

B27E4B
RGB17812675
HSL30°40.71%49.61%
HSB/HSV30°57.87%69.80%
CMYK0.00%29.21%57.87%
30.20%

Color #B27E4B in popluar number systems.

HEXB27E4B
Decimal17812675
Binary1011001011111101001011
Octal262176113

Shades and tints

Shades of #B27E4B

#B27E4B
(178,126,75)
#A27345
(162,115,69)
#92683F
(146,104,63)
#825D39
(130,93,57)
#725233
(114,82,51)
#62472D
(98,71,45)
#523C27
(82,60,39)
#423121
(66,49,33)
#32261B
(50,38,27)
#221B15
(34,27,21)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #B27E4B

#B27E4B
(178,126,75)
#B9895B
(185,137,91)
#C0946B
(192,148,107)
#C79F7B
(199,159,123)
#CEAA8B
(206,170,139)
#D5B59B
(213,181,155)
#DCC0AB
(220,192,171)
#E3CBBB
(227,203,187)
#EAD6CB
(234,214,203)
#F1E1DB
(241,225,219)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27E4B; }

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

This text font color is #B27E4B.


Background Color

.myBgColor { background-color: #B27E4B; }

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

This div background color is #B27E4B.


Border color

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

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

This div border color is #B27E4B.


Opacity

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

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

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

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

This text has shadow with #B27E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27E4B on black background.


Color preview on white background

This text has color #B27E4B on white background.



Black color preview on #B27E4B background

This text has black color on #B27E4B background.


White color preview on #B27E4B background

This text has white color on #B27E4B background.