COLOR #B58564

HEX: #B58564
RGB: (181,133,100)

Color info

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

RGB color model

#B58564 color RGB value is (181,133,100).

  • red value is 181;
  • green value is 133;
  • blue value is 100.
RGB:
(181,133,100)
(71%,52%,39%)

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 100 of 255 = 39%

181
133
100

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

Portions of RGB colors in percentages

R + G + B =
181 + 133 + 100 = 414 (100%)
R 181 of 414 ~ 43.72%
G 133 of 414 ~ 32.13%
B 100 of 414 ~ 24.15%

%43.72
%32.13
%24.15

CMYK color model

#B58564 color CMYK value is (0,27,45,29).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 44.75%
  • key color value is 29.02%
CMYK:
(0,27,45,29)
C0M27Y45K29 
(0%,27%,45%,29%)
(0.00/0.27/0.45/0.29)	

CMYK percentages

%0
%26.52
%44.75
%29.02

Codes

Color #B58564 in popluar color models

B58564
RGB181133100
HSL24°35.37%55.10%
HSB/HSV24°44.75%70.98%
CMYK0.00%26.52%44.75%
29.02%

Color #B58564 in popluar number systems.

HEXB58564
Decimal181133100
Binary10110101100001011100100
Octal265205144

Shades and tints

Shades of #B58564

#B58564
(181,133,100)
#A5795B
(165,121,91)
#956D52
(149,109,82)
#856149
(133,97,73)
#755540
(117,85,64)
#654937
(101,73,55)
#553D2E
(85,61,46)
#453125
(69,49,37)
#35251C
(53,37,28)
#251913
(37,25,19)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #B58564

#B58564
(181,133,100)
#BB9072
(187,144,114)
#C19B80
(193,155,128)
#C7A68E
(199,166,142)
#CDB19C
(205,177,156)
#D3BCAA
(211,188,170)
#D9C7B8
(217,199,184)
#DFD2C6
(223,210,198)
#E5DDD4
(229,221,212)
#EBE8E2
(235,232,226)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58564 color. Also use rgb(181,133,100) instead hex code.

Text Font Color

.myTextColor { color: #B58564; }

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

This text font color is #B58564.


Background Color

.myBgColor { background-color: #B58564; }

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

This div background color is #B58564.


Border color

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

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

This div border color is #B58564.


Opacity

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

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

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

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

This text has shadow with #B58564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58564 on black background.


Color preview on white background

This text has color #B58564 on white background.



Black color preview on #B58564 background

This text has black color on #B58564 background.


White color preview on #B58564 background

This text has white color on #B58564 background.