COLOR #B58F66

HEX: #B58F66
RGB: (181,143,102)

Color info

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

RGB color model

#B58F66 color RGB value is (181,143,102).

  • red value is 181;
  • green value is 143;
  • blue value is 102.
RGB:
(181,143,102)
(71%,56%,40%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 102 of 255 = 40%

181
143
102

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 102 = 426 (100%)
R 181 of 426 ~ 42.49%
G 143 of 426 ~ 33.57%
B 102 of 426 ~ 23.94%

%42.49
%33.57
%23.94

CMYK color model

#B58F66 color CMYK value is (0,21,44,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 43.65%
  • key color value is 29.02%
CMYK:
(0,21,44,29)
C0M21Y44K29 
(0%,21%,44%,29%)
(0.00/0.21/0.44/0.29)	

CMYK percentages

%0
%20.99
%43.65
%29.02

Codes

Color #B58F66 in popluar color models

B58F66
RGB181143102
HSL31°34.80%55.49%
HSB/HSV31°43.65%70.98%
CMYK0.00%20.99%43.65%
29.02%

Color #B58F66 in popluar number systems.

HEXB58F66
Decimal181143102
Binary10110101100011111100110
Octal265217146

Shades and tints

Shades of #B58F66

#B58F66
(181,143,102)
#A5825D
(165,130,93)
#957554
(149,117,84)
#85684B
(133,104,75)
#755B42
(117,91,66)
#654E39
(101,78,57)
#554130
(85,65,48)
#453427
(69,52,39)
#35271E
(53,39,30)
#251A15
(37,26,21)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #B58F66

#B58F66
(181,143,102)
#BB9973
(187,153,115)
#C1A380
(193,163,128)
#C7AD8D
(199,173,141)
#CDB79A
(205,183,154)
#D3C1A7
(211,193,167)
#D9CBB4
(217,203,180)
#DFD5C1
(223,213,193)
#E5DFCE
(229,223,206)
#EBE9DB
(235,233,219)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58F66; }

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

This text font color is #B58F66.


Background Color

.myBgColor { background-color: #B58F66; }

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

This div background color is #B58F66.


Border color

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

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

This div border color is #B58F66.


Opacity

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

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

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

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

This text has shadow with #B58F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58F66 on black background.


Color preview on white background

This text has color #B58F66 on white background.



Black color preview on #B58F66 background

This text has black color on #B58F66 background.


White color preview on #B58F66 background

This text has white color on #B58F66 background.