COLOR #B08069

HEX: #B08069 RGB: (176,128,105)

Color info

#B08069 contains mainly red and green colors. Web safe color of #B08069 is #996666 (or #966).

RGB color model

#B08069 color RGB value is (176,128,105).

RGB: (176,128,105) (69%, 50%, 41%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 105 of 255 = 41%

176
128
105

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

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 105 = 409 (100%)
R 176 of 409 ~ 43.03%
G 128 of 409 ~ 31.3%
B 105 of 409 ~ 25.67'%

%43.03
%31.3
%25.67

CMYK color model

#B08069 color CMYK value is (0,27,40,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 40.34%
  • key color value is 30.98%

CMYK: (0,27,40,31)
C0M27Y40K31 (0%, 27%, 40%, 31%)
(0.00 / 0.27 / 0.40 / 0.31)

CMYK percentages

%0
%27.27
%40.34
%30.98

Codes

Color #B08069 in popluar color models

B0 80 69
RGB 176 128 105
HSL 19° 31.00% 55.10%
HSB/HSV 19° 40.34% 69.02%
CMYK 0.00% 27.27% 40.34%
30.98%

Color #B08069 in popluar number systems.

HEX B0 80 69
Decimal 176 128 105
Binary 10110000 10000000 1101001
Octal 260 200 151

Shades and tints

Shades of #B08069

#B08069
(176,128,105)
#A07560
(160,117,96)
#906A57
(144,106,87)
#805F4E
(128,95,78)
#705445
(112,84,69)
#60493C
(96,73,60)
#503E33
(80,62,51)
#40332A
(64,51,42)
#302821
(48,40,33)
#201D18
(32,29,24)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #B08069

#B08069
(176,128,105)
#B78B76
(183,139,118)
#BE9683
(190,150,131)
#C5A190
(197,161,144)
#CCAC9D
(204,172,157)
#D3B7AA
(211,183,170)
#DAC2B7
(218,194,183)
#E1CDC4
(225,205,196)
#E8D8D1
(232,216,209)
#EFE3DE
(239,227,222)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08069 color. Also use rgb(176,128,105) instead hex code.

Text Font Color

.myTextColor { color: #B08069; }

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

This text font color is #B08069.

Background Color

.myBgColor { background-color: #B08069; }

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

This div background color is #B08069.

Border color

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

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

This div border color is #B08069.

Opacity

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

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

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

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

This text has shadow with #B08069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08069.

Preview

Color preview on black background

This text has color #B08069 on black background.


Color preview on white background

This text has color #B08069 on white background.


Black color preview on #B08069 background

This text has black color on #B08069 background.


White color preview on #B08069 background

This text has white color on #B08069 background.


Related colors

Complementary color

Complementary color for #hex is #4F7F96.


I love getcolorcode.com

Triadic colors

1 #69B080 and #8069B0 with #B08069 are triadic colors.

2 #6980B0 and #80B069 with #B08069 are triadic colors.