COLOR #B58E58

HEX: #B58E58 RGB: (181,142,88)

Color info

#B58E58 contains mainly red and green colors. Web safe color of #B58E58 is #CC9966 (or #C96).

RGB color model

#B58E58 color RGB value is (181,142,88).

RGB: (181,142,88) (71%, 56%, 35%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 88 of 255 = 35%

181
142
88

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

Portions of RGB colors in percentages

R + G + B = 181 + 142 + 88 = 411 (100%)
R 181 of 411 ~ 44.04%
G 142 of 411 ~ 34.55%
B 88 of 411 ~ 21.41'%

%44.04
%34.55
%21.41

CMYK color model

#B58E58 color CMYK value is (0,22,51,29).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 51.38%
  • key color value is 29.02%

CMYK: (0,22,51,29)
C0M22Y51K29 (0%, 22%, 51%, 29%)
(0.00 / 0.22 / 0.51 / 0.29)

CMYK percentages

%0
%21.55
%51.38
%29.02

Codes

Color #B58E58 in popluar color models

B5 8E 58
RGB 181 142 88
HSL 35° 38.59% 52.75%
HSB/HSV 35° 51.38% 70.98%
CMYK 0.00% 21.55% 51.38%
29.02%

Color #B58E58 in popluar number systems.

HEX B5 8E 58
Decimal 181 142 88
Binary 10110101 10001110 1011000
Octal 265 216 130

Shades and tints

Shades of #B58E58

#B58E58
(181,142,88)
#A58250
(165,130,80)
#957648
(149,118,72)
#856A40
(133,106,64)
#755E38
(117,94,56)
#655230
(101,82,48)
#554628
(85,70,40)
#453A20
(69,58,32)
#352E18
(53,46,24)
#252210
(37,34,16)
#151608
(21,22,8)
#000000
(0,0,0)

Tints of #B58E58

#B58E58
(181,142,88)
#BB9867
(187,152,103)
#C1A276
(193,162,118)
#C7AC85
(199,172,133)
#CDB694
(205,182,148)
#D3C0A3
(211,192,163)
#D9CAB2
(217,202,178)
#DFD4C1
(223,212,193)
#E5DED0
(229,222,208)
#EBE8DF
(235,232,223)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58E58 color. Also use rgb(181,142,88) instead hex code.

Text Font Color

.myTextColor { color: #B58E58; }

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

This text font color is #B58E58.

Background Color

.myBgColor { background-color: #B58E58; }

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

This div background color is #B58E58.

Border color

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

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

This div border color is #B58E58.

Opacity

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

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

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

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

This text has shadow with #B58E58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58E58.

Preview

Color preview on black background

This text has color #B58E58 on black background.


Color preview on white background

This text has color #B58E58 on white background.


Black color preview on #B58E58 background

This text has black color on #B58E58 background.


White color preview on #B58E58 background

This text has white color on #B58E58 background.


Related colors

Complementary color

Complementary color for #hex is #4A71A7.


I love getcolorcode.com

Triadic colors

1 #58B58E and #8E58B5 with #B58E58 are triadic colors.

2 #588EB5 and #8EB558 with #B58E58 are triadic colors.