COLOR #B69899

HEX: #B69899 RGB: (182,152,153)

Color info

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

RGB color model

#B69899 color RGB value is (182,152,153).

RGB: (182,152,153) (71%, 60%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 152 of 255 = 60%
B 153 of 255 = 60%

182
152
153

R + G + B ~ 64%. #B69899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 152 + 153 = 487 (100%)
R 182 of 487 ~ 37.37%
G 152 of 487 ~ 31.21%
B 153 of 487 ~ 31.42'%

%37.37
%31.21
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK: (0,16,16,29) C0M16Y16K29 (0%,16%,16%,29%) (0.00/0.16/0.16/0.29) 

CMYK percentages

%0
%16.48
%15.93
%28.63

Codes

Color #B69899 in popluar color models

B6 98 99
RGB 182 152 153
HSL 358° 17.05% 65.49%
HSB/HSV 358° 16.48% 71.37%
CMYK 0.00% 16.48% 15.93%
28.63%

Color #B69899 in popluar number systems.

HEX B6 98 99
Decimal 182 152 153
Binary 10110110 10011000 10011001
Octal 266 230 231

Shades and tints

Shades of #B69899

#B69899
(182,152,153)
#A68B8C
(166,139,140)
#967E7F
(150,126,127)
#867172
(134,113,114)
#766465
(118,100,101)
#665758
(102,87,88)
#564A4B
(86,74,75)
#463D3E
(70,61,62)
#363031
(54,48,49)
#262324
(38,35,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #B69899

#B69899
(182,152,153)
#BCA1A2
(188,161,162)
#C2AAAB
(194,170,171)
#C8B3B4
(200,179,180)
#CEBCBD
(206,188,189)
#D4C5C6
(212,197,198)
#DACECF
(218,206,207)
#E0D7D8
(224,215,216)
#E6E0E1
(230,224,225)
#ECE9EA
(236,233,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69899; }

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

This text font color is #B69899.

Background Color

.myBgColor { background-color: #B69899; }

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

This div background color is #B69899.

Border color

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

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

This div border color is #B69899.

Opacity

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

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

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

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

This text has shadow with #B69899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69899.

Preview

Color preview on black background

This text has color #B69899 on black background.


Color preview on white background

This text has color #B69899 on white background.


Black color preview on #B69899 background

This text has black color on #B69899 background.


White color preview on #B69899 background

This text has white color on #B69899 background.


Related colors

Complementary color

Complementary color for #hex is #496766.


I love getcolorcode.com

Triadic colors

1 #99B698 and #9899B6 with #B69899 are triadic colors.

2 #9998B6 and #98B699 with #B69899 are triadic colors.