COLOR #B08074

HEX: #B08074 RGB: (176,128,116)

Color info

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

RGB color model

#B08074 color RGB value is (176,128,116).

RGB: (176,128,116) (69%, 50%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 116 of 255 = 45%

176
128
116

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

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 116 = 420 (100%)
R 176 of 420 ~ 41.9%
G 128 of 420 ~ 30.48%
B 116 of 420 ~ 27.62'%

%41.9
%30.48
%27.62

CMYK color model

#B08074 color CMYK value is (0,27,34,31).

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

CMYK: (0,27,34,31)
C0M27Y34K31 (0%, 27%, 34%, 31%)
(0.00 / 0.27 / 0.34 / 0.31)

CMYK percentages

%0
%27.27
%34.09
%30.98

Codes

Color #B08074 in popluar color models

B0 80 74
RGB 176 128 116
HSL 12° 27.52% 57.25%
HSB/HSV 12° 34.09% 69.02%
CMYK 0.00% 27.27% 34.09%
30.98%

Color #B08074 in popluar number systems.

HEX B0 80 74
Decimal 176 128 116
Binary 10110000 10000000 1110100
Octal 260 200 164

Shades and tints

Shades of #B08074

#B08074
(176,128,116)
#A0756A
(160,117,106)
#906A60
(144,106,96)
#805F56
(128,95,86)
#70544C
(112,84,76)
#604942
(96,73,66)
#503E38
(80,62,56)
#40332E
(64,51,46)
#302824
(48,40,36)
#201D1A
(32,29,26)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B08074

#B08074
(176,128,116)
#B78B80
(183,139,128)
#BE968C
(190,150,140)
#C5A198
(197,161,152)
#CCACA4
(204,172,164)
#D3B7B0
(211,183,176)
#DAC2BC
(218,194,188)
#E1CDC8
(225,205,200)
#E8D8D4
(232,216,212)
#EFE3E0
(239,227,224)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08074; }

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

This text font color is #B08074.

Background Color

.myBgColor { background-color: #B08074; }

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

This div background color is #B08074.

Border color

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

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

This div border color is #B08074.

Opacity

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

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

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

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

This text has shadow with #B08074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08074.

Preview

Color preview on black background

This text has color #B08074 on black background.


Color preview on white background

This text has color #B08074 on white background.


Black color preview on #B08074 background

This text has black color on #B08074 background.


White color preview on #B08074 background

This text has white color on #B08074 background.


Related colors

Complementary color

Complementary color for #hex is #4F7F8B.


I love getcolorcode.com

Triadic colors

1 #74B080 and #8074B0 with #B08074 are triadic colors.

2 #7480B0 and #80B074 with #B08074 are triadic colors.