COLOR #B58F61

HEX: #B58F61 RGB: (181,143,97)

Color info

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

RGB color model

#B58F61 color RGB value is (181,143,97).

RGB: (181,143,97) (71%, 56%, 38%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 97 of 255 = 38%

181
143
97

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

Portions of RGB colors in percentages

R + G + B = 181 + 143 + 97 = 421 (100%)
R 181 of 421 ~ 42.99%
G 143 of 421 ~ 33.97%
B 97 of 421 ~ 23.04'%

%42.99
%33.97
%23.04

CMYK color model

#B58F61 color CMYK value is (0,21,46,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 46.41%
  • key color value is 29.02%
CMYK: (0,21,46,29) C0M21Y46K29 (0%,21%,46%,29%) (0.00/0.21/0.46/0.29) 

CMYK percentages

%0
%20.99
%46.41
%29.02

Codes

Color #B58F61 in popluar color models

B5 8F 61
RGB 181 143 97
HSL 33° 36.21% 54.51%
HSB/HSV 33° 46.41% 70.98%
CMYK 0.00% 20.99% 46.41%
29.02%

Color #B58F61 in popluar number systems.

HEX B5 8F 61
Decimal 181 143 97
Binary 10110101 10001111 1100001
Octal 265 217 141

Shades and tints

Shades of #B58F61

#B58F61
(181,143,97)
#A58259
(165,130,89)
#957551
(149,117,81)
#856849
(133,104,73)
#755B41
(117,91,65)
#654E39
(101,78,57)
#554131
(85,65,49)
#453429
(69,52,41)
#352721
(53,39,33)
#251A19
(37,26,25)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #B58F61

#B58F61
(181,143,97)
#BB996F
(187,153,111)
#C1A37D
(193,163,125)
#C7AD8B
(199,173,139)
#CDB799
(205,183,153)
#D3C1A7
(211,193,167)
#D9CBB5
(217,203,181)
#DFD5C3
(223,213,195)
#E5DFD1
(229,223,209)
#EBE9DF
(235,233,223)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58F61; }

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

This text font color is #B58F61.

Background Color

.myBgColor { background-color: #B58F61; }

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

This div background color is #B58F61.

Border color

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

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

This div border color is #B58F61.

Opacity

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

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

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

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

This text has shadow with #B58F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58F61.

Preview

Color preview on black background

This text has color #B58F61 on black background.


Color preview on white background

This text has color #B58F61 on white background.


Black color preview on #B58F61 background

This text has black color on #B58F61 background.


White color preview on #B58F61 background

This text has white color on #B58F61 background.


Related colors

Complementary color

Complementary color for #hex is #4A709E.


I love getcolorcode.com

Triadic colors

1 #61B58F and #8F61B5 with #B58F61 are triadic colors.

2 #618FB5 and #8FB561 with #B58F61 are triadic colors.