COLOR #B08574

HEX: #B08574 RGB: (176,133,116)

Color info

#B08574 contains mainly red and green colors. Web safe color of #B08574 is #999966 (or #996).

RGB color model

#B08574 color RGB value is (176,133,116).

RGB: (176,133,116) (69%, 52%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 116 of 255 = 45%

176
133
116

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

Portions of RGB colors in percentages

R + G + B = 176 + 133 + 116 = 425 (100%)
R 176 of 425 ~ 41.41%
G 133 of 425 ~ 31.29%
B 116 of 425 ~ 27.29'%

%41.41
%31.29
%27.29

CMYK color model

#B08574 color CMYK value is (0,24,34,31).

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

CMYK: (0,24,34,31)
C0M24Y34K31 (0%, 24%, 34%, 31%)
(0.00 / 0.24 / 0.34 / 0.31)

CMYK percentages

%0
%24.43
%34.09
%30.98

Codes

Color #B08574 in popluar color models

B0 85 74
RGB 176 133 116
HSL 17° 27.52% 57.25%
HSB/HSV 17° 34.09% 69.02%
CMYK 0.00% 24.43% 34.09%
30.98%

Color #B08574 in popluar number systems.

HEX B0 85 74
Decimal 176 133 116
Binary 10110000 10000101 1110100
Octal 260 205 164

Shades and tints

Shades of #B08574

#B08574
(176,133,116)
#A0796A
(160,121,106)
#906D60
(144,109,96)
#806156
(128,97,86)
#70554C
(112,85,76)
#604942
(96,73,66)
#503D38
(80,61,56)
#40312E
(64,49,46)
#302524
(48,37,36)
#20191A
(32,25,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #B08574

#B08574
(176,133,116)
#B79080
(183,144,128)
#BE9B8C
(190,155,140)
#C5A698
(197,166,152)
#CCB1A4
(204,177,164)
#D3BCB0
(211,188,176)
#DAC7BC
(218,199,188)
#E1D2C8
(225,210,200)
#E8DDD4
(232,221,212)
#EFE8E0
(239,232,224)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08574; }

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

This text font color is #B08574.

Background Color

.myBgColor { background-color: #B08574; }

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

This div background color is #B08574.

Border color

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

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

This div border color is #B08574.

Opacity

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

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

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

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

This text has shadow with #B08574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08574.

Preview

Color preview on black background

This text has color #B08574 on black background.


Color preview on white background

This text has color #B08574 on white background.


Black color preview on #B08574 background

This text has black color on #B08574 background.


White color preview on #B08574 background

This text has white color on #B08574 background.


Related colors

Complementary color

Complementary color for #hex is #4F7A8B.


I love getcolorcode.com

Triadic colors

1 #74B085 and #8574B0 with #B08574 are triadic colors.

2 #7485B0 and #85B074 with #B08574 are triadic colors.