COLOR #B58E68

HEX: #B58E68 RGB: (181,142,104)

Color info

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

RGB color model

#B58E68 color RGB value is (181,142,104).

RGB: (181,142,104) (71%, 56%, 41%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 104 of 255 = 41%

181
142
104

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

Portions of RGB colors in percentages

R + G + B = 181 + 142 + 104 = 427 (100%)
R 181 of 427 ~ 42.39%
G 142 of 427 ~ 33.26%
B 104 of 427 ~ 24.36'%

%42.39
%33.26
%24.36

CMYK color model

#B58E68 color CMYK value is (0,22,43,29).

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

CMYK: (0,22,43,29)
C0M22Y43K29 (0%, 22%, 43%, 29%)
(0.00 / 0.22 / 0.43 / 0.29)

CMYK percentages

%0
%21.55
%42.54
%29.02

Codes

Color #B58E68 in popluar color models

B5 8E 68
RGB 181 142 104
HSL 30° 34.22% 55.88%
HSB/HSV 30° 42.54% 70.98%
CMYK 0.00% 21.55% 42.54%
29.02%

Color #B58E68 in popluar number systems.

HEX B5 8E 68
Decimal 181 142 104
Binary 10110101 10001110 1101000
Octal 265 216 150

Shades and tints

Shades of #B58E68

#B58E68
(181,142,104)
#A5825F
(165,130,95)
#957656
(149,118,86)
#856A4D
(133,106,77)
#755E44
(117,94,68)
#65523B
(101,82,59)
#554632
(85,70,50)
#453A29
(69,58,41)
#352E20
(53,46,32)
#252217
(37,34,23)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #B58E68

#B58E68
(181,142,104)
#BB9875
(187,152,117)
#C1A282
(193,162,130)
#C7AC8F
(199,172,143)
#CDB69C
(205,182,156)
#D3C0A9
(211,192,169)
#D9CAB6
(217,202,182)
#DFD4C3
(223,212,195)
#E5DED0
(229,222,208)
#EBE8DD
(235,232,221)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58E68; }

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

This text font color is #B58E68.

Background Color

.myBgColor { background-color: #B58E68; }

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

This div background color is #B58E68.

Border color

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

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

This div border color is #B58E68.

Opacity

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

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

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

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

This text has shadow with #B58E68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58E68.

Preview

Color preview on black background

This text has color #B58E68 on black background.


Color preview on white background

This text has color #B58E68 on white background.


Black color preview on #B58E68 background

This text has black color on #B58E68 background.


White color preview on #B58E68 background

This text has white color on #B58E68 background.


Related colors

Complementary color

Complementary color for #hex is #4A7197.


I love getcolorcode.com

Triadic colors

1 #68B58E and #8E68B5 with #B58E68 are triadic colors.

2 #688EB5 and #8EB568 with #B58E68 are triadic colors.