COLOR #B69082

HEX: #B69082 RGB: (182,144,130)

Color info

#B69082 contains red, green and blue colors in about the same proportion. Web safe color of #B69082 is #CC9999 (or #C99).

RGB color model

#B69082 color RGB value is (182,144,130).

RGB: (182,144,130) (71%, 56%, 51%)

RGB channels and saturation

R 182 of 255 = 71%
G 144 of 255 = 56%
B 130 of 255 = 51%

182
144
130

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

Portions of RGB colors in percentages

R + G + B = 182 + 144 + 130 = 456 (100%)
R 182 of 456 ~ 39.91%
G 144 of 456 ~ 31.58%
B 130 of 456 ~ 28.51'%

%39.91
%31.58
%28.51

CMYK color model

#B69082 color CMYK value is (0,21,29,29).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 28.57%
  • key color value is 28.63%

CMYK: (0,21,29,29)
C0M21Y29K29 (0%, 21%, 29%, 29%)
(0.00 / 0.21 / 0.29 / 0.29)

CMYK percentages

%0
%20.88
%28.57
%28.63

Codes

Color #B69082 in popluar color models

B6 90 82
RGB 182 144 130
HSL 16° 26.26% 61.18%
HSB/HSV 16° 28.57% 71.37%
CMYK 0.00% 20.88% 28.57%
28.63%

Color #B69082 in popluar number systems.

HEX B6 90 82
Decimal 182 144 130
Binary 10110110 10010000 10000010
Octal 266 220 202

Shades and tints

Shades of #B69082

#B69082
(182,144,130)
#A68377
(166,131,119)
#96766C
(150,118,108)
#866961
(134,105,97)
#765C56
(118,92,86)
#664F4B
(102,79,75)
#564240
(86,66,64)
#463535
(70,53,53)
#36282A
(54,40,42)
#261B1F
(38,27,31)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #B69082

#B69082
(182,144,130)
#BC9A8D
(188,154,141)
#C2A498
(194,164,152)
#C8AEA3
(200,174,163)
#CEB8AE
(206,184,174)
#D4C2B9
(212,194,185)
#DACCC4
(218,204,196)
#E0D6CF
(224,214,207)
#E6E0DA
(230,224,218)
#ECEAE5
(236,234,229)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69082 color. Also use rgb(182,144,130) instead hex code.

Text Font Color

.myTextColor { color: #B69082; }

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

This text font color is #B69082.

Background Color

.myBgColor { background-color: #B69082; }

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

This div background color is #B69082.

Border color

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

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

This div border color is #B69082.

Opacity

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

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

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

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

This text has shadow with #B69082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69082.

Preview

Color preview on black background

This text has color #B69082 on black background.


Color preview on white background

This text has color #B69082 on white background.


Black color preview on #B69082 background

This text has black color on #B69082 background.


White color preview on #B69082 background

This text has white color on #B69082 background.


Related colors

Complementary color

Complementary color for #hex is #496F7D.


I love getcolorcode.com

Triadic colors

1 #82B690 and #9082B6 with #B69082 are triadic colors.

2 #8290B6 and #90B682 with #B69082 are triadic colors.