COLOR #B5762D

HEX: #B5762D RGB: (181,118,45)

Color info

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

RGB color model

#B5762D color RGB value is (181,118,45).

RGB: (181,118,45) (71%, 46%, 18%)

RGB channels and saturation

R 181 of 255 = 71%
G 118 of 255 = 46%
B 45 of 255 = 18%

181
118
45

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

Portions of RGB colors in percentages

R + G + B = 181 + 118 + 45 = 344 (100%)
R 181 of 344 ~ 52.62%
G 118 of 344 ~ 34.3%
B 45 of 344 ~ 13.08'%

%52.62
%34.3
%13.08

CMYK color model

#B5762D color CMYK value is (0,35,75,29).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 75.14%
  • key color value is 29.02%

CMYK: (0,35,75,29)
C0M35Y75K29 (0%, 35%, 75%, 29%)
(0.00 / 0.35 / 0.75 / 0.29)

CMYK percentages

%0
%34.81
%75.14
%29.02

Codes

Color #B5762D in popluar color models

B5 76 2D
RGB 181 118 45
HSL 32° 60.18% 44.31%
HSB/HSV 32° 75.14% 70.98%
CMYK 0.00% 34.81% 75.14%
29.02%

Color #B5762D in popluar number systems.

HEX B5 76 2D
Decimal 181 118 45
Binary 10110101 1110110 101101
Octal 265 166 55

Shades and tints

Shades of #B5762D

#B5762D
(181,118,45)
#A56C29
(165,108,41)
#956225
(149,98,37)
#855821
(133,88,33)
#754E1D
(117,78,29)
#654419
(101,68,25)
#553A15
(85,58,21)
#453011
(69,48,17)
#35260D
(53,38,13)
#251C09
(37,28,9)
#151205
(21,18,5)
#000000
(0,0,0)

Tints of #B5762D

#B5762D
(181,118,45)
#BB8240
(187,130,64)
#C18E53
(193,142,83)
#C79A66
(199,154,102)
#CDA679
(205,166,121)
#D3B28C
(211,178,140)
#D9BE9F
(217,190,159)
#DFCAB2
(223,202,178)
#E5D6C5
(229,214,197)
#EBE2D8
(235,226,216)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5762D color. Also use rgb(181,118,45) instead hex code.

Text Font Color

.myTextColor { color: #B5762D; }

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

This text font color is #B5762D.

Background Color

.myBgColor { background-color: #B5762D; }

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

This div background color is #B5762D.

Border color

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

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

This div border color is #B5762D.

Opacity

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

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

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

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

This text has shadow with #B5762D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5762D.

Preview

Color preview on black background

This text has color #B5762D on black background.


Color preview on white background

This text has color #B5762D on white background.


Black color preview on #B5762D background

This text has black color on #B5762D background.


White color preview on #B5762D background

This text has white color on #B5762D background.


Related colors

Complementary color

Complementary color for #hex is #4A89D2.


I love getcolorcode.com

Triadic colors

1 #2DB576 and #762DB5 with #B5762D are triadic colors.

2 #2D76B5 and #76B52D with #B5762D are triadic colors.