COLOR #B6817A

HEX: #B6817A RGB: (182,129,122)

Color info

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

RGB color model

#B6817A color RGB value is (182,129,122).

RGB: (182,129,122) (71%, 51%, 48%)

RGB channels and saturation

R 182 of 255 = 71%
G 129 of 255 = 51%
B 122 of 255 = 48%

182
129
122

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

Portions of RGB colors in percentages

R + G + B = 182 + 129 + 122 = 433 (100%)
R 182 of 433 ~ 42.03%
G 129 of 433 ~ 29.79%
B 122 of 433 ~ 28.18'%

%42.03
%29.79
%28.18

CMYK color model

#B6817A color CMYK value is (0,29,33,29).

  • cyan value is 0.00%
  • magenta value is 29.12%
  • yellow value is 32.97%
  • key color value is 28.63%

CMYK: (0,29,33,29)
C0M29Y33K29 (0%, 29%, 33%, 29%)
(0.00 / 0.29 / 0.33 / 0.29)

CMYK percentages

%0
%29.12
%32.97
%28.63

Codes

Color #B6817A in popluar color models

B6 81 7A
RGB 182 129 122
HSL 29.13% 59.61%
HSB/HSV 32.97% 71.37%
CMYK 0.00% 29.12% 32.97%
28.63%

Color #B6817A in popluar number systems.

HEX B6 81 7A
Decimal 182 129 122
Binary 10110110 10000001 1111010
Octal 266 201 172

Shades and tints

Shades of #B6817A

#B6817A
(182,129,122)
#A6766F
(166,118,111)
#966B64
(150,107,100)
#866059
(134,96,89)
#76554E
(118,85,78)
#664A43
(102,74,67)
#563F38
(86,63,56)
#46342D
(70,52,45)
#362922
(54,41,34)
#261E17
(38,30,23)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #B6817A

#B6817A
(182,129,122)
#BC8C86
(188,140,134)
#C29792
(194,151,146)
#C8A29E
(200,162,158)
#CEADAA
(206,173,170)
#D4B8B6
(212,184,182)
#DAC3C2
(218,195,194)
#E0CECE
(224,206,206)
#E6D9DA
(230,217,218)
#ECE4E6
(236,228,230)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6817A color. Also use rgb(182,129,122) instead hex code.

Text Font Color

.myTextColor { color: #B6817A; }

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

This text font color is #B6817A.

Background Color

.myBgColor { background-color: #B6817A; }

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

This div background color is #B6817A.

Border color

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

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

This div border color is #B6817A.

Opacity

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

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

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

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

This text has shadow with #B6817A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6817A.

Preview

Color preview on black background

This text has color #B6817A on black background.


Color preview on white background

This text has color #B6817A on white background.


Black color preview on #B6817A background

This text has black color on #B6817A background.


White color preview on #B6817A background

This text has white color on #B6817A background.


Related colors

Complementary color

Complementary color for #hex is #497E85.


I love getcolorcode.com

Triadic colors

1 #7AB681 and #817AB6 with #B6817A are triadic colors.

2 #7A81B6 and #81B67A with #B6817A are triadic colors.