COLOR #B58663

HEX: #B58663
RGB: (181,134,99)

Color info

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

RGB color model

#B58663 color RGB value is (181,134,99).

  • red value is 181;
  • green value is 134;
  • blue value is 99.
RGB:
(181,134,99)
(71%,53%,39%)

RGB channels and saturation

R 181 of 255 = 71%
G 134 of 255 = 53%
B 99 of 255 = 39%

181
134
99

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

Portions of RGB colors in percentages

R + G + B =
181 + 134 + 99 = 414 (100%)
R 181 of 414 ~ 43.72%
G 134 of 414 ~ 32.37%
B 99 of 414 ~ 23.91%

%43.72
%32.37
%23.91

CMYK color model

#B58663 color CMYK value is (0,26,45,29).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 45.30%
  • key color value is 29.02%
CMYK:
(0,26,45,29)
C0M26Y45K29 
(0%,26%,45%,29%)
(0.00/0.26/0.45/0.29)	

CMYK percentages

%0
%25.97
%45.3
%29.02

Codes

Color #B58663 in popluar color models

B58663
RGB18113499
HSL26°35.65%54.90%
HSB/HSV26°45.30%70.98%
CMYK0.00%25.97%45.30%
29.02%

Color #B58663 in popluar number systems.

HEXB58663
Decimal18113499
Binary10110101100001101100011
Octal265206143

Shades and tints

Shades of #B58663

#B58663
(181,134,99)
#A57A5A
(165,122,90)
#956E51
(149,110,81)
#856248
(133,98,72)
#75563F
(117,86,63)
#654A36
(101,74,54)
#553E2D
(85,62,45)
#453224
(69,50,36)
#35261B
(53,38,27)
#251A12
(37,26,18)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #B58663

#B58663
(181,134,99)
#BB9171
(187,145,113)
#C19C7F
(193,156,127)
#C7A78D
(199,167,141)
#CDB29B
(205,178,155)
#D3BDA9
(211,189,169)
#D9C8B7
(217,200,183)
#DFD3C5
(223,211,197)
#E5DED3
(229,222,211)
#EBE9E1
(235,233,225)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58663 color. Also use rgb(181,134,99) instead hex code.

Text Font Color

.myTextColor { color: #B58663; }

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

This text font color is #B58663.


Background Color

.myBgColor { background-color: #B58663; }

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

This div background color is #B58663.


Border color

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

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

This div border color is #B58663.


Opacity

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

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

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

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

This text has shadow with #B58663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58663 on black background.


Color preview on white background

This text has color #B58663 on white background.



Black color preview on #B58663 background

This text has black color on #B58663 background.


White color preview on #B58663 background

This text has white color on #B58663 background.