COLOR #B08580

HEX: #B08580 RGB: (176,133,128)

Color info

#B08580 contains red, green and blue colors in about the same proportion. Web safe color of #B08580 is #999966 (or #996).

RGB color model

#B08580 color RGB value is (176,133,128).

RGB: (176,133,128) (69%, 52%, 50%)

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 128 of 255 = 50%

176
133
128

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

Portions of RGB colors in percentages

R + G + B = 176 + 133 + 128 = 437 (100%)
R 176 of 437 ~ 40.27%
G 133 of 437 ~ 30.43%
B 128 of 437 ~ 29.29'%

%40.27
%30.43
%29.29

CMYK color model

#B08580 color CMYK value is (0,24,27,31).

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

CMYK: (0,24,27,31)
C0M24Y27K31 (0%, 24%, 27%, 31%)
(0.00 / 0.24 / 0.27 / 0.31)

CMYK percentages

%0
%24.43
%27.27
%30.98

Codes

Color #B08580 in popluar color models

B0 85 80
RGB 176 133 128
HSL 23.30% 59.61%
HSB/HSV 27.27% 69.02%
CMYK 0.00% 24.43% 27.27%
30.98%

Color #B08580 in popluar number systems.

HEX B0 85 80
Decimal 176 133 128
Binary 10110000 10000101 10000000
Octal 260 205 200

Shades and tints

Shades of #B08580

#B08580
(176,133,128)
#A07975
(160,121,117)
#906D6A
(144,109,106)
#80615F
(128,97,95)
#705554
(112,85,84)
#604949
(96,73,73)
#503D3E
(80,61,62)
#403133
(64,49,51)
#302528
(48,37,40)
#20191D
(32,25,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #B08580

#B08580
(176,133,128)
#B7908B
(183,144,139)
#BE9B96
(190,155,150)
#C5A6A1
(197,166,161)
#CCB1AC
(204,177,172)
#D3BCB7
(211,188,183)
#DAC7C2
(218,199,194)
#E1D2CD
(225,210,205)
#E8DDD8
(232,221,216)
#EFE8E3
(239,232,227)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08580; }

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

This text font color is #B08580.

Background Color

.myBgColor { background-color: #B08580; }

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

This div background color is #B08580.

Border color

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

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

This div border color is #B08580.

Opacity

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

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

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

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

This text has shadow with #B08580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08580.

Preview

Color preview on black background

This text has color #B08580 on black background.


Color preview on white background

This text has color #B08580 on white background.


Black color preview on #B08580 background

This text has black color on #B08580 background.


White color preview on #B08580 background

This text has white color on #B08580 background.


Related colors

Complementary color

Complementary color for #hex is #4F7A7F.


I love getcolorcode.com

Triadic colors

1 #80B085 and #8580B0 with #B08580 are triadic colors.

2 #8085B0 and #85B080 with #B08580 are triadic colors.