COLOR #B57A3F

HEX: #B57A3F RGB: (181,122,63)

Color info

#B57A3F contains mainly red and green colors. Web safe color of #B57A3F is #CC6633 (or #C63).

RGB color model

#B57A3F color RGB value is (181,122,63).

RGB: (181,122,63) (71%, 48%, 25%)

RGB channels and saturation

R 181 of 255 = 71%
G 122 of 255 = 48%
B 63 of 255 = 25%

181
122
63

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

Portions of RGB colors in percentages

R + G + B = 181 + 122 + 63 = 366 (100%)
R 181 of 366 ~ 49.45%
G 122 of 366 ~ 33.33%
B 63 of 366 ~ 17.21'%

%49.45
%33.33
%17.21

CMYK color model

#B57A3F color CMYK value is (0,33,65,29).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 65.19%
  • key color value is 29.02%

CMYK: (0,33,65,29)
C0M33Y65K29 (0%, 33%, 65%, 29%)
(0.00 / 0.33 / 0.65 / 0.29)

CMYK percentages

%0
%32.6
%65.19
%29.02

Codes

Color #B57A3F in popluar color models

B5 7A 3F
RGB 181 122 63
HSL 30° 48.36% 47.84%
HSB/HSV 30° 65.19% 70.98%
CMYK 0.00% 32.60% 65.19%
29.02%

Color #B57A3F in popluar number systems.

HEX B5 7A 3F
Decimal 181 122 63
Binary 10110101 1111010 111111
Octal 265 172 77

Shades and tints

Shades of #B57A3F

#B57A3F
(181,122,63)
#A56F3A
(165,111,58)
#956435
(149,100,53)
#855930
(133,89,48)
#754E2B
(117,78,43)
#654326
(101,67,38)
#553821
(85,56,33)
#452D1C
(69,45,28)
#352217
(53,34,23)
#251712
(37,23,18)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #B57A3F

#B57A3F
(181,122,63)
#BB8650
(187,134,80)
#C19261
(193,146,97)
#C79E72
(199,158,114)
#CDAA83
(205,170,131)
#D3B694
(211,182,148)
#D9C2A5
(217,194,165)
#DFCEB6
(223,206,182)
#E5DAC7
(229,218,199)
#EBE6D8
(235,230,216)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57A3F color. Also use rgb(181,122,63) instead hex code.

Text Font Color

.myTextColor { color: #B57A3F; }

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

This text font color is #B57A3F.

Background Color

.myBgColor { background-color: #B57A3F; }

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

This div background color is #B57A3F.

Border color

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

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

This div border color is #B57A3F.

Opacity

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

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

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

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

This text has shadow with #B57A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57A3F.

Preview

Color preview on black background

This text has color #B57A3F on black background.


Color preview on white background

This text has color #B57A3F on white background.


Black color preview on #B57A3F background

This text has black color on #B57A3F background.


White color preview on #B57A3F background

This text has white color on #B57A3F background.


Related colors

Complementary color

Complementary color for #hex is #4A85C0.


I love getcolorcode.com

Triadic colors

1 #3FB57A and #7A3FB5 with #B57A3F are triadic colors.

2 #3F7AB5 and #7AB53F with #B57A3F are triadic colors.