COLOR #B58F7C

HEX: #B58F7C RGB: (181,143,124)

Color info

#B58F7C contains red, green and blue colors in about the same proportion. Web safe color of #B58F7C is #CC9966 (or #C96).

RGB color model

#B58F7C color RGB value is (181,143,124).

RGB: (181,143,124) (71%, 56%, 49%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 124 of 255 = 49%

181
143
124

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

Portions of RGB colors in percentages

R + G + B = 181 + 143 + 124 = 448 (100%)
R 181 of 448 ~ 40.4%
G 143 of 448 ~ 31.92%
B 124 of 448 ~ 27.68'%

%40.4
%31.92
%27.68

CMYK color model

#B58F7C color CMYK value is (0,21,31,29).

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

CMYK: (0,21,31,29)
C0M21Y31K29 (0%, 21%, 31%, 29%)
(0.00 / 0.21 / 0.31 / 0.29)

CMYK percentages

%0
%20.99
%31.49
%29.02

Codes

Color #B58F7C in popluar color models

B5 8F 7C
RGB 181 143 124
HSL 20° 27.80% 59.80%
HSB/HSV 20° 31.49% 70.98%
CMYK 0.00% 20.99% 31.49%
29.02%

Color #B58F7C in popluar number systems.

HEX B5 8F 7C
Decimal 181 143 124
Binary 10110101 10001111 1111100
Octal 265 217 174

Shades and tints

Shades of #B58F7C

#B58F7C
(181,143,124)
#A58271
(165,130,113)
#957566
(149,117,102)
#85685B
(133,104,91)
#755B50
(117,91,80)
#654E45
(101,78,69)
#55413A
(85,65,58)
#45342F
(69,52,47)
#352724
(53,39,36)
#251A19
(37,26,25)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #B58F7C

#B58F7C
(181,143,124)
#BB9987
(187,153,135)
#C1A392
(193,163,146)
#C7AD9D
(199,173,157)
#CDB7A8
(205,183,168)
#D3C1B3
(211,193,179)
#D9CBBE
(217,203,190)
#DFD5C9
(223,213,201)
#E5DFD4
(229,223,212)
#EBE9DF
(235,233,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58F7C; }

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

This text font color is #B58F7C.

Background Color

.myBgColor { background-color: #B58F7C; }

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

This div background color is #B58F7C.

Border color

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

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

This div border color is #B58F7C.

Opacity

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

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

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

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

This text has shadow with #B58F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58F7C.

Preview

Color preview on black background

This text has color #B58F7C on black background.


Color preview on white background

This text has color #B58F7C on white background.


Black color preview on #B58F7C background

This text has black color on #B58F7C background.


White color preview on #B58F7C background

This text has white color on #B58F7C background.


Related colors

Complementary color

Complementary color for #hex is #4A7083.


I love getcolorcode.com

Triadic colors

1 #7CB58F and #8F7CB5 with #B58F7C are triadic colors.

2 #7C8FB5 and #8FB57C with #B58F7C are triadic colors.