COLOR #B69989

HEX: #B69989 RGB: (182,153,137)

Color info

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

RGB color model

#B69989 color RGB value is (182,153,137).

RGB: (182,153,137) (71%, 60%, 54%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 137 of 255 = 54%

182
153
137

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

Portions of RGB colors in percentages

R + G + B = 182 + 153 + 137 = 472 (100%)
R 182 of 472 ~ 38.56%
G 153 of 472 ~ 32.42%
B 137 of 472 ~ 29.03'%

%38.56
%32.42
%29.03

CMYK color model

#B69989 color CMYK value is (0,16,25,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 24.73%
  • key color value is 28.63%
CMYK: (0,16,25,29) C0M16Y25K29 (0%,16%,25%,29%) (0.00/0.16/0.25/0.29) 

CMYK percentages

%0
%15.93
%24.73
%28.63

Codes

Color #B69989 in popluar color models

B6 99 89
RGB 182 153 137
HSL 21° 23.56% 62.55%
HSB/HSV 21° 24.73% 71.37%
CMYK 0.00% 15.93% 24.73%
28.63%

Color #B69989 in popluar number systems.

HEX B6 99 89
Decimal 182 153 137
Binary 10110110 10011001 10001001
Octal 266 231 211

Shades and tints

Shades of #B69989

#B69989
(182,153,137)
#A68C7D
(166,140,125)
#967F71
(150,127,113)
#867265
(134,114,101)
#766559
(118,101,89)
#66584D
(102,88,77)
#564B41
(86,75,65)
#463E35
(70,62,53)
#363129
(54,49,41)
#26241D
(38,36,29)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #B69989

#B69989
(182,153,137)
#BCA293
(188,162,147)
#C2AB9D
(194,171,157)
#C8B4A7
(200,180,167)
#CEBDB1
(206,189,177)
#D4C6BB
(212,198,187)
#DACFC5
(218,207,197)
#E0D8CF
(224,216,207)
#E6E1D9
(230,225,217)
#ECEAE3
(236,234,227)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69989 color. Also use rgb(182,153,137) instead hex code.

Text Font Color

.myTextColor { color: #B69989; }

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

This text font color is #B69989.

Background Color

.myBgColor { background-color: #B69989; }

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

This div background color is #B69989.

Border color

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

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

This div border color is #B69989.

Opacity

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

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

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

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

This text has shadow with #B69989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69989.

Preview

Color preview on black background

This text has color #B69989 on black background.


Color preview on white background

This text has color #B69989 on white background.


Black color preview on #B69989 background

This text has black color on #B69989 background.


White color preview on #B69989 background

This text has white color on #B69989 background.


Related colors

Complementary color

Complementary color for #hex is #496676.


I love getcolorcode.com

Triadic colors

1 #89B699 and #9989B6 with #B69989 are triadic colors.

2 #8999B6 and #99B689 with #B69989 are triadic colors.