COLOR #B5816A

HEX: #B5816A
RGB: (181,129,106)

Color info

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

RGB color model

#B5816A color RGB value is (181,129,106).

  • red value is 181;
  • green value is 129;
  • blue value is 106.
RGB:
(181,129,106)
(71%,51%,42%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 106 of 255 = 42%

181
129
106

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

Portions of RGB colors in percentages

R + G + B =
181 + 129 + 106 = 416 (100%)
R 181 of 416 ~ 43.51%
G 129 of 416 ~ 31.01%
B 106 of 416 ~ 25.48%

%43.51
%31.01
%25.48

CMYK color model

#B5816A color CMYK value is (0,29,41,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 41.44%
  • key color value is 29.02%
CMYK:
(0,29,41,29)
C0M29Y41K29 
(0%,29%,41%,29%)
(0.00/0.29/0.41/0.29)	

CMYK percentages

%0
%28.73
%41.44
%29.02

Codes

Color #B5816A in popluar color models

B5816A
RGB181129106
HSL18°33.63%56.27%
HSB/HSV18°41.44%70.98%
CMYK0.00%28.73%41.44%
29.02%

Color #B5816A in popluar number systems.

HEXB5816A
Decimal181129106
Binary10110101100000011101010
Octal265201152

Shades and tints

Shades of #B5816A

#B5816A
(181,129,106)
#A57661
(165,118,97)
#956B58
(149,107,88)
#85604F
(133,96,79)
#755546
(117,85,70)
#654A3D
(101,74,61)
#553F34
(85,63,52)
#45342B
(69,52,43)
#352922
(53,41,34)
#251E19
(37,30,25)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #B5816A

#B5816A
(181,129,106)
#BB8C77
(187,140,119)
#C19784
(193,151,132)
#C7A291
(199,162,145)
#CDAD9E
(205,173,158)
#D3B8AB
(211,184,171)
#D9C3B8
(217,195,184)
#DFCEC5
(223,206,197)
#E5D9D2
(229,217,210)
#EBE4DF
(235,228,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5816A color. Also use rgb(181,129,106) instead hex code.

Text Font Color

.myTextColor { color: #B5816A; }

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

This text font color is #B5816A.


Background Color

.myBgColor { background-color: #B5816A; }

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

This div background color is #B5816A.


Border color

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

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

This div border color is #B5816A.


Opacity

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

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

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

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

This text has shadow with #B5816A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5816A on black background.


Color preview on white background

This text has color #B5816A on white background.



Black color preview on #B5816A background

This text has black color on #B5816A background.


White color preview on #B5816A background

This text has white color on #B5816A background.