COLOR #B27A43

HEX: #B27A43 RGB: (178,122,67)

Color info

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

RGB color model

#B27A43 color RGB value is (178,122,67).

RGB: (178,122,67) (70%, 48%, 26%)

RGB channels and saturation

R 178 of 255 = 70%
G 122 of 255 = 48%
B 67 of 255 = 26%

178
122
67

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

Portions of RGB colors in percentages

R + G + B = 178 + 122 + 67 = 367 (100%)
R 178 of 367 ~ 48.5%
G 122 of 367 ~ 33.24%
B 67 of 367 ~ 18.26'%

%48.5
%33.24
%18.26

CMYK color model

#B27A43 color CMYK value is (0,31,62,30).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 62.36%
  • key color value is 30.20%

CMYK: (0,31,62,30)
C0M31Y62K30 (0%, 31%, 62%, 30%)
(0.00 / 0.31 / 0.62 / 0.30)

CMYK percentages

%0
%31.46
%62.36
%30.2

Codes

Color #B27A43 in popluar color models

B2 7A 43
RGB 178 122 67
HSL 30° 45.31% 48.04%
HSB/HSV 30° 62.36% 69.80%
CMYK 0.00% 31.46% 62.36%
30.20%

Color #B27A43 in popluar number systems.

HEX B2 7A 43
Decimal 178 122 67
Binary 10110010 1111010 1000011
Octal 262 172 103

Shades and tints

Shades of #B27A43

#B27A43
(178,122,67)
#A26F3D
(162,111,61)
#926437
(146,100,55)
#825931
(130,89,49)
#724E2B
(114,78,43)
#624325
(98,67,37)
#52381F
(82,56,31)
#422D19
(66,45,25)
#322213
(50,34,19)
#22170D
(34,23,13)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #B27A43

#B27A43
(178,122,67)
#B98654
(185,134,84)
#C09265
(192,146,101)
#C79E76
(199,158,118)
#CEAA87
(206,170,135)
#D5B698
(213,182,152)
#DCC2A9
(220,194,169)
#E3CEBA
(227,206,186)
#EADACB
(234,218,203)
#F1E6DC
(241,230,220)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27A43; }

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

This text font color is #B27A43.

Background Color

.myBgColor { background-color: #B27A43; }

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

This div background color is #B27A43.

Border color

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

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

This div border color is #B27A43.

Opacity

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

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

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

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

This text has shadow with #B27A43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B27A43.

Preview

Color preview on black background

This text has color #B27A43 on black background.


Color preview on white background

This text has color #B27A43 on white background.


Black color preview on #B27A43 background

This text has black color on #B27A43 background.


White color preview on #B27A43 background

This text has white color on #B27A43 background.


Related colors

Complementary color

Complementary color for #hex is #4D85BC.


I love getcolorcode.com

Triadic colors

1 #43B27A and #7A43B2 with #B27A43 are triadic colors.

2 #437AB2 and #7AB243 with #B27A43 are triadic colors.