COLOR #B5782B

HEX: #B5782B RGB: (181,120,43)

Color info

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

RGB color model

#B5782B color RGB value is (181,120,43).

RGB: (181,120,43) (71%, 47%, 17%)

RGB channels and saturation

R 181 of 255 = 71%
G 120 of 255 = 47%
B 43 of 255 = 17%

181
120
43

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

Portions of RGB colors in percentages

R + G + B = 181 + 120 + 43 = 344 (100%)
R 181 of 344 ~ 52.62%
G 120 of 344 ~ 34.88%
B 43 of 344 ~ 12.5'%

%52.62
%34.88
%12.5

CMYK color model

#B5782B color CMYK value is (0,34,76,29).

  • cyan value is 0.00%
  • magenta value is 33.70%
  • yellow value is 76.24%
  • key color value is 29.02%

CMYK: (0,34,76,29)
C0M34Y76K29 (0%, 34%, 76%, 29%)
(0.00 / 0.34 / 0.76 / 0.29)

CMYK percentages

%0
%33.7
%76.24
%29.02

Codes

Color #B5782B in popluar color models

B5 78 2B
RGB 181 120 43
HSL 33° 61.61% 43.92%
HSB/HSV 33° 76.24% 70.98%
CMYK 0.00% 33.70% 76.24%
29.02%

Color #B5782B in popluar number systems.

HEX B5 78 2B
Decimal 181 120 43
Binary 10110101 1111000 101011
Octal 265 170 53

Shades and tints

Shades of #B5782B

#B5782B
(181,120,43)
#A56E28
(165,110,40)
#956425
(149,100,37)
#855A22
(133,90,34)
#75501F
(117,80,31)
#65461C
(101,70,28)
#553C19
(85,60,25)
#453216
(69,50,22)
#352813
(53,40,19)
#251E10
(37,30,16)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #B5782B

#B5782B
(181,120,43)
#BB843E
(187,132,62)
#C19051
(193,144,81)
#C79C64
(199,156,100)
#CDA877
(205,168,119)
#D3B48A
(211,180,138)
#D9C09D
(217,192,157)
#DFCCB0
(223,204,176)
#E5D8C3
(229,216,195)
#EBE4D6
(235,228,214)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5782B color. Also use rgb(181,120,43) instead hex code.

Text Font Color

.myTextColor { color: #B5782B; }

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

This text font color is #B5782B.

Background Color

.myBgColor { background-color: #B5782B; }

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

This div background color is #B5782B.

Border color

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

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

This div border color is #B5782B.

Opacity

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

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

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

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

This text has shadow with #B5782B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5782B.

Preview

Color preview on black background

This text has color #B5782B on black background.


Color preview on white background

This text has color #B5782B on white background.


Black color preview on #B5782B background

This text has black color on #B5782B background.


White color preview on #B5782B background

This text has white color on #B5782B background.


Related colors

Complementary color

Complementary color for #hex is #4A87D4.


I love getcolorcode.com

Triadic colors

1 #2BB578 and #782BB5 with #B5782B are triadic colors.

2 #2B78B5 and #78B52B with #B5782B are triadic colors.