COLOR #B5764B

HEX: #B5764B RGB: (181,118,75)

Color info

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

RGB color model

#B5764B color RGB value is (181,118,75).

RGB: (181,118,75) (71%, 46%, 29%)

RGB channels and saturation

R 181 of 255 = 71%
G 118 of 255 = 46%
B 75 of 255 = 29%

181
118
75

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

Portions of RGB colors in percentages

R + G + B = 181 + 118 + 75 = 374 (100%)
R 181 of 374 ~ 48.4%
G 118 of 374 ~ 31.55%
B 75 of 374 ~ 20.05'%

%48.4
%31.55
%20.05

CMYK color model

#B5764B color CMYK value is (0,35,59,29).

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

CMYK: (0,35,59,29)
C0M35Y59K29 (0%, 35%, 59%, 29%)
(0.00 / 0.35 / 0.59 / 0.29)

CMYK percentages

%0
%34.81
%58.56
%29.02

Codes

Color #B5764B in popluar color models

B5 76 4B
RGB 181 118 75
HSL 24° 41.73% 50.20%
HSB/HSV 24° 58.56% 70.98%
CMYK 0.00% 34.81% 58.56%
29.02%

Color #B5764B in popluar number systems.

HEX B5 76 4B
Decimal 181 118 75
Binary 10110101 1110110 1001011
Octal 265 166 113

Shades and tints

Shades of #B5764B

#B5764B
(181,118,75)
#A56C45
(165,108,69)
#95623F
(149,98,63)
#855839
(133,88,57)
#754E33
(117,78,51)
#65442D
(101,68,45)
#553A27
(85,58,39)
#453021
(69,48,33)
#35261B
(53,38,27)
#251C15
(37,28,21)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #B5764B

#B5764B
(181,118,75)
#BB825B
(187,130,91)
#C18E6B
(193,142,107)
#C79A7B
(199,154,123)
#CDA68B
(205,166,139)
#D3B29B
(211,178,155)
#D9BEAB
(217,190,171)
#DFCABB
(223,202,187)
#E5D6CB
(229,214,203)
#EBE2DB
(235,226,219)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5764B; }

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

This text font color is #B5764B.

Background Color

.myBgColor { background-color: #B5764B; }

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

This div background color is #B5764B.

Border color

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

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

This div border color is #B5764B.

Opacity

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

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

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

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

This text has shadow with #B5764B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5764B.

Preview

Color preview on black background

This text has color #B5764B on black background.


Color preview on white background

This text has color #B5764B on white background.


Black color preview on #B5764B background

This text has black color on #B5764B background.


White color preview on #B5764B background

This text has white color on #B5764B background.


Related colors

Complementary color

Complementary color for #hex is #4A89B4.


I love getcolorcode.com

Triadic colors

1 #4BB576 and #764BB5 with #B5764B are triadic colors.

2 #4B76B5 and #76B54B with #B5764B are triadic colors.