COLOR #B27A48

HEX: #B27A48
RGB: (178,122,72)

Color info

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

RGB color model

#B27A48 color RGB value is (178,122,72).

  • red value is 178;
  • green value is 122;
  • blue value is 72.
RGB:
(178,122,72)
(70%,48%,28%)

RGB channels and saturation

R 178 of 255 = 70%
G 122 of 255 = 48%
B 72 of 255 = 28%

178
122
72

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

Portions of RGB colors in percentages

R + G + B =
178 + 122 + 72 = 372 (100%)
R 178 of 372 ~ 47.85%
G 122 of 372 ~ 32.8%
B 72 of 372 ~ 19.35%

%47.85
%32.8
%19.35

CMYK color model

#B27A48 color CMYK value is (0,31,60,30).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 59.55%
  • key color value is 30.20%
CMYK:
(0,31,60,30)
C0M31Y60K30 
(0%,31%,60%,30%)
(0.00/0.31/0.60/0.30)	

CMYK percentages

%0
%31.46
%59.55
%30.2

Codes

Color #B27A48 in popluar color models

B27A48
RGB17812272
HSL28°42.40%49.02%
HSB/HSV28°59.55%69.80%
CMYK0.00%31.46%59.55%
30.20%

Color #B27A48 in popluar number systems.

HEXB27A48
Decimal17812272
Binary1011001011110101001000
Octal262172110

Shades and tints

Shades of #B27A48

#B27A48
(178,122,72)
#A26F42
(162,111,66)
#92643C
(146,100,60)
#825936
(130,89,54)
#724E30
(114,78,48)
#62432A
(98,67,42)
#523824
(82,56,36)
#422D1E
(66,45,30)
#322218
(50,34,24)
#221712
(34,23,18)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #B27A48

#B27A48
(178,122,72)
#B98658
(185,134,88)
#C09268
(192,146,104)
#C79E78
(199,158,120)
#CEAA88
(206,170,136)
#D5B698
(213,182,152)
#DCC2A8
(220,194,168)
#E3CEB8
(227,206,184)
#EADAC8
(234,218,200)
#F1E6D8
(241,230,216)
#F8F2E8
(248,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27A48 color. Also use rgb(178,122,72) instead hex code.

Text Font Color

.myTextColor { color: #B27A48; }

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

This text font color is #B27A48.


Background Color

.myBgColor { background-color: #B27A48; }

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

This div background color is #B27A48.


Border color

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

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

This div border color is #B27A48.


Opacity

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

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

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

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

This text has shadow with #B27A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27A48 on black background.


Color preview on white background

This text has color #B27A48 on white background.



Black color preview on #B27A48 background

This text has black color on #B27A48 background.


White color preview on #B27A48 background

This text has white color on #B27A48 background.