COLOR #B5744B

HEX: #B5744B RGB: (181,116,75)

Color info

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

RGB color model

#B5744B color RGB value is (181,116,75).

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

RGB channels and saturation

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

181
116
75

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

Portions of RGB colors in percentages

R + G + B = 181 + 116 + 75 = 372 (100%)
R 181 of 372 ~ 48.66%
G 116 of 372 ~ 31.18%
B 75 of 372 ~ 20.16'%

%48.66
%31.18
%20.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.91%
  • yellow value is 58.56%
  • 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
%58.56
%29.02

Codes

Color #B5744B in popluar color models

B5 74 4B
RGB 181 116 75
HSL 23° 41.73% 50.20%
HSB/HSV 23° 58.56% 70.98%
CMYK 0.00% 35.91% 58.56%
29.02%

Color #B5744B in popluar number systems.

HEX B5 74 4B
Decimal 181 116 75
Binary 10110101 1110100 1001011
Octal 265 164 113

Shades and tints

Shades of #B5744B

#B5744B
(181,116,75)
#A56A45
(165,106,69)
#95603F
(149,96,63)
#855639
(133,86,57)
#754C33
(117,76,51)
#65422D
(101,66,45)
#553827
(85,56,39)
#452E21
(69,46,33)
#35241B
(53,36,27)
#251A15
(37,26,21)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #B5744B

#B5744B
(181,116,75)
#BB805B
(187,128,91)
#C18C6B
(193,140,107)
#C7987B
(199,152,123)
#CDA48B
(205,164,139)
#D3B09B
(211,176,155)
#D9BCAB
(217,188,171)
#DFC8BB
(223,200,187)
#E5D4CB
(229,212,203)
#EBE0DB
(235,224,219)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5744B; }

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

This text font color is #B5744B.

Background Color

.myBgColor { background-color: #B5744B; }

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

This div background color is #B5744B.

Border color

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

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

This div border color is #B5744B.

Opacity

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

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

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

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

This text has shadow with #B5744B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5744B.

Preview

Color preview on black background

This text has color #B5744B on black background.


Color preview on white background

This text has color #B5744B on white background.


Black color preview on #B5744B background

This text has black color on #B5744B background.


White color preview on #B5744B background

This text has white color on #B5744B background.


Related colors

Complementary color

Complementary color for #hex is #4A8BB4.


I love getcolorcode.com

Triadic colors

1 #4BB574 and #744BB5 with #B5744B are triadic colors.

2 #4B74B5 and #74B54B with #B5744B are triadic colors.