COLOR #B5744A

HEX: #B5744A RGB: (181,116,74)

Color info

#B5744A contains mainly red color. Web safe color of #B5744A is #CC6633 (or #C63).

RGB color model

#B5744A color RGB value is (181,116,74).

RGB: (181,116,74) (71%, 45%, 29%)

RGB channels and saturation

R 181 of 255 = 71%
G 116 of 255 = 45%
B 74 of 255 = 29%

181
116
74

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

Portions of RGB colors in percentages

R + G + B = 181 + 116 + 74 = 371 (100%)
R 181 of 371 ~ 48.79%
G 116 of 371 ~ 31.27%
B 74 of 371 ~ 19.95'%

%48.79
%31.27
%19.95

CMYK color model

#B5744A color CMYK value is (0,36,59,29).

  • cyan value is 0.00%
  • magenta value is 35.91%
  • yellow value is 59.12%
  • key color value is 29.02%

CMYK: (0,36,59,29)
C0M36Y59K29 (0%, 36%, 59%, 29%)
(0.00 / 0.36 / 0.59 / 0.29)

CMYK percentages

%0
%35.91
%59.12
%29.02

Codes

Color #B5744A in popluar color models

B5 74 4A
RGB 181 116 74
HSL 24° 41.96% 50.00%
HSB/HSV 24° 59.12% 70.98%
CMYK 0.00% 35.91% 59.12%
29.02%

Color #B5744A in popluar number systems.

HEX B5 74 4A
Decimal 181 116 74
Binary 10110101 1110100 1001010
Octal 265 164 112

Shades and tints

Shades of #B5744A

#B5744A
(181,116,74)
#A56A44
(165,106,68)
#95603E
(149,96,62)
#855638
(133,86,56)
#754C32
(117,76,50)
#65422C
(101,66,44)
#553826
(85,56,38)
#452E20
(69,46,32)
#35241A
(53,36,26)
#251A14
(37,26,20)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #B5744A

#B5744A
(181,116,74)
#BB805A
(187,128,90)
#C18C6A
(193,140,106)
#C7987A
(199,152,122)
#CDA48A
(205,164,138)
#D3B09A
(211,176,154)
#D9BCAA
(217,188,170)
#DFC8BA
(223,200,186)
#E5D4CA
(229,212,202)
#EBE0DA
(235,224,218)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5744A color. Also use rgb(181,116,74) instead hex code.

Text Font Color

.myTextColor { color: #B5744A; }

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

This text font color is #B5744A.

Background Color

.myBgColor { background-color: #B5744A; }

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

This div background color is #B5744A.

Border color

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

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

This div border color is #B5744A.

Opacity

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

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

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

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

This text has shadow with #B5744A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5744A.

Preview

Color preview on black background

This text has color #B5744A on black background.


Color preview on white background

This text has color #B5744A on white background.


Black color preview on #B5744A background

This text has black color on #B5744A background.


White color preview on #B5744A background

This text has white color on #B5744A background.


Related colors

Complementary color

Complementary color for #hex is #4A8BB5.


I love getcolorcode.com

Triadic colors

1 #4AB574 and #744AB5 with #B5744A are triadic colors.

2 #4A74B5 and #74B54A with #B5744A are triadic colors.