COLOR #B58F6D

HEX: #B58F6D RGB: (181,143,109)

Color info

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

RGB color model

#B58F6D color RGB value is (181,143,109).

RGB: (181,143,109) (71%, 56%, 43%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 109 of 255 = 43%

181
143
109

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

Portions of RGB colors in percentages

R + G + B = 181 + 143 + 109 = 433 (100%)
R 181 of 433 ~ 41.8%
G 143 of 433 ~ 33.03%
B 109 of 433 ~ 25.17'%

%41.8
%33.03
%25.17

CMYK color model

#B58F6D color CMYK value is (0,21,40,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 39.78%
  • key color value is 29.02%

CMYK: (0,21,40,29)
C0M21Y40K29 (0%, 21%, 40%, 29%)
(0.00 / 0.21 / 0.40 / 0.29)

CMYK percentages

%0
%20.99
%39.78
%29.02

Codes

Color #B58F6D in popluar color models

B5 8F 6D
RGB 181 143 109
HSL 28° 32.73% 56.86%
HSB/HSV 28° 39.78% 70.98%
CMYK 0.00% 20.99% 39.78%
29.02%

Color #B58F6D in popluar number systems.

HEX B5 8F 6D
Decimal 181 143 109
Binary 10110101 10001111 1101101
Octal 265 217 155

Shades and tints

Shades of #B58F6D

#B58F6D
(181,143,109)
#A58264
(165,130,100)
#95755B
(149,117,91)
#856852
(133,104,82)
#755B49
(117,91,73)
#654E40
(101,78,64)
#554137
(85,65,55)
#45342E
(69,52,46)
#352725
(53,39,37)
#251A1C
(37,26,28)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #B58F6D

#B58F6D
(181,143,109)
#BB997A
(187,153,122)
#C1A387
(193,163,135)
#C7AD94
(199,173,148)
#CDB7A1
(205,183,161)
#D3C1AE
(211,193,174)
#D9CBBB
(217,203,187)
#DFD5C8
(223,213,200)
#E5DFD5
(229,223,213)
#EBE9E2
(235,233,226)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58F6D color. Also use rgb(181,143,109) instead hex code.

Text Font Color

.myTextColor { color: #B58F6D; }

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

This text font color is #B58F6D.

Background Color

.myBgColor { background-color: #B58F6D; }

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

This div background color is #B58F6D.

Border color

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

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

This div border color is #B58F6D.

Opacity

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

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

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

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

This text has shadow with #B58F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58F6D.

Preview

Color preview on black background

This text has color #B58F6D on black background.


Color preview on white background

This text has color #B58F6D on white background.


Black color preview on #B58F6D background

This text has black color on #B58F6D background.


White color preview on #B58F6D background

This text has white color on #B58F6D background.


Related colors

Complementary color

Complementary color for #hex is #4A7092.


I love getcolorcode.com

Triadic colors

1 #6DB58F and #8F6DB5 with #B58F6D are triadic colors.

2 #6D8FB5 and #8FB56D with #B58F6D are triadic colors.