COLOR #B97669

HEX: #B97669 RGB: (185,118,105)

Color info

#B97669 contains mainly red color. Web safe color of #B97669 is #CC6666 (or #C66).

RGB color model

#B97669 color RGB value is (185,118,105).

RGB: (185,118,105) (73%, 46%, 41%)

RGB channels and saturation

R 185 of 255 = 73%
G 118 of 255 = 46%
B 105 of 255 = 41%

185
118
105

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

Portions of RGB colors in percentages

R + G + B = 185 + 118 + 105 = 408 (100%)
R 185 of 408 ~ 45.34%
G 118 of 408 ~ 28.92%
B 105 of 408 ~ 25.74'%

%45.34
%28.92
%25.74

CMYK color model

#B97669 color CMYK value is (0,36,43,27).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 43.24%
  • key color value is 27.45%

CMYK: (0,36,43,27)
C0M36Y43K27 (0%, 36%, 43%, 27%)
(0.00 / 0.36 / 0.43 / 0.27)

CMYK percentages

%0
%36.22
%43.24
%27.45

Codes

Color #B97669 in popluar color models

B9 76 69
RGB 185 118 105
HSL 10° 36.36% 56.86%
HSB/HSV 10° 43.24% 72.55%
CMYK 0.00% 36.22% 43.24%
27.45%

Color #B97669 in popluar number systems.

HEX B9 76 69
Decimal 185 118 105
Binary 10111001 1110110 1101001
Octal 271 166 151

Shades and tints

Shades of #B97669

#B97669
(185,118,105)
#A96C60
(169,108,96)
#996257
(153,98,87)
#89584E
(137,88,78)
#794E45
(121,78,69)
#69443C
(105,68,60)
#593A33
(89,58,51)
#49302A
(73,48,42)
#392621
(57,38,33)
#291C18
(41,28,24)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #B97669

#B97669
(185,118,105)
#BF8276
(191,130,118)
#C58E83
(197,142,131)
#CB9A90
(203,154,144)
#D1A69D
(209,166,157)
#D7B2AA
(215,178,170)
#DDBEB7
(221,190,183)
#E3CAC4
(227,202,196)
#E9D6D1
(233,214,209)
#EFE2DE
(239,226,222)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97669 color. Also use rgb(185,118,105) instead hex code.

Text Font Color

.myTextColor { color: #B97669; }

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

This text font color is #B97669.

Background Color

.myBgColor { background-color: #B97669; }

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

This div background color is #B97669.

Border color

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

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

This div border color is #B97669.

Opacity

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

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

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

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

This text has shadow with #B97669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97669.

Preview

Color preview on black background

This text has color #B97669 on black background.


Color preview on white background

This text has color #B97669 on white background.


Black color preview on #B97669 background

This text has black color on #B97669 background.


White color preview on #B97669 background

This text has white color on #B97669 background.


Related colors

Complementary color

Complementary color for #hex is #468996.


I love getcolorcode.com

Triadic colors

1 #69B976 and #7669B9 with #B97669 are triadic colors.

2 #6976B9 and #76B969 with #B97669 are triadic colors.