COLOR #B58A68

HEX: #B58A68
RGB: (181,138,104)

Color info

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

RGB color model

#B58A68 color RGB value is (181,138,104).

  • red value is 181;
  • green value is 138;
  • blue value is 104.
RGB:
(181,138,104)
(71%,54%,41%)

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 104 of 255 = 41%

181
138
104

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

Portions of RGB colors in percentages

R + G + B =
181 + 138 + 104 = 423 (100%)
R 181 of 423 ~ 42.79%
G 138 of 423 ~ 32.62%
B 104 of 423 ~ 24.59%

%42.79
%32.62
%24.59

CMYK color model

#B58A68 color CMYK value is (0,24,43,29).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 42.54%
  • key color value is 29.02%
CMYK:
(0,24,43,29)
C0M24Y43K29 
(0%,24%,43%,29%)
(0.00/0.24/0.43/0.29)	

CMYK percentages

%0
%23.76
%42.54
%29.02

Codes

Color #B58A68 in popluar color models

B58A68
RGB181138104
HSL26°34.22%55.88%
HSB/HSV26°42.54%70.98%
CMYK0.00%23.76%42.54%
29.02%

Color #B58A68 in popluar number systems.

HEXB58A68
Decimal181138104
Binary10110101100010101101000
Octal265212150

Shades and tints

Shades of #B58A68

#B58A68
(181,138,104)
#A57E5F
(165,126,95)
#957256
(149,114,86)
#85664D
(133,102,77)
#755A44
(117,90,68)
#654E3B
(101,78,59)
#554232
(85,66,50)
#453629
(69,54,41)
#352A20
(53,42,32)
#251E17
(37,30,23)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #B58A68

#B58A68
(181,138,104)
#BB9475
(187,148,117)
#C19E82
(193,158,130)
#C7A88F
(199,168,143)
#CDB29C
(205,178,156)
#D3BCA9
(211,188,169)
#D9C6B6
(217,198,182)
#DFD0C3
(223,208,195)
#E5DAD0
(229,218,208)
#EBE4DD
(235,228,221)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58A68; }

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

This text font color is #B58A68.


Background Color

.myBgColor { background-color: #B58A68; }

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

This div background color is #B58A68.


Border color

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

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

This div border color is #B58A68.


Opacity

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

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

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

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

This text has shadow with #B58A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58A68 on black background.


Color preview on white background

This text has color #B58A68 on white background.



Black color preview on #B58A68 background

This text has black color on #B58A68 background.


White color preview on #B58A68 background

This text has white color on #B58A68 background.