COLOR #B69B8B

HEX: #B69B8B
RGB: (182,155,139)

Color info

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

RGB color model

#B69B8B color RGB value is (182,155,139).

  • red value is 182;
  • green value is 155;
  • blue value is 139.
RGB:
(182,155,139)
(71%,61%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 139 of 255 = 55%

182
155
139

R + G + B ~ 62%. #B69B8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 155 + 139 = 476 (100%)
R 182 of 476 ~ 38.24%
G 155 of 476 ~ 32.56%
B 139 of 476 ~ 29.2%

%38.24
%32.56
%29.2

CMYK color model

#B69B8B color CMYK value is (0,15,24,29).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(0,15,24,29)
C0M15Y24K29 
(0%,15%,24%,29%)
(0.00/0.15/0.24/0.29)	

CMYK percentages

%0
%14.84
%23.63
%28.63

Codes

Color #B69B8B in popluar color models

B69B8B
RGB182155139
HSL22°22.75%62.94%
HSB/HSV22°23.63%71.37%
CMYK0.00%14.84%23.63%
28.63%

Color #B69B8B in popluar number systems.

HEXB69B8B
Decimal182155139
Binary101101101001101110001011
Octal266233213

Shades and tints

Shades of #B69B8B

#B69B8B
(182,155,139)
#A68D7F
(166,141,127)
#967F73
(150,127,115)
#867167
(134,113,103)
#76635B
(118,99,91)
#66554F
(102,85,79)
#564743
(86,71,67)
#463937
(70,57,55)
#362B2B
(54,43,43)
#261D1F
(38,29,31)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #B69B8B

#B69B8B
(182,155,139)
#BCA495
(188,164,149)
#C2AD9F
(194,173,159)
#C8B6A9
(200,182,169)
#CEBFB3
(206,191,179)
#D4C8BD
(212,200,189)
#DAD1C7
(218,209,199)
#E0DAD1
(224,218,209)
#E6E3DB
(230,227,219)
#ECECE5
(236,236,229)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69B8B color. Also use rgb(182,155,139) instead hex code.

Text Font Color

.myTextColor { color: #B69B8B; }

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

This text font color is #B69B8B.


Background Color

.myBgColor { background-color: #B69B8B; }

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

This div background color is #B69B8B.


Border color

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

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

This div border color is #B69B8B.


Opacity

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

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

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

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

This text has shadow with #B69B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69B8B on black background.


Color preview on white background

This text has color #B69B8B on white background.



Black color preview on #B69B8B background

This text has black color on #B69B8B background.


White color preview on #B69B8B background

This text has white color on #B69B8B background.