COLOR #B08A5D

HEX: #B08A5D RGB: (176,138,93)

Color info

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

RGB color model

#B08A5D color RGB value is (176,138,93).

RGB: (176,138,93) (69%, 54%, 36%)

RGB channels and saturation

R 176 of 255 = 69%
G 138 of 255 = 54%
B 93 of 255 = 36%

176
138
93

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

Portions of RGB colors in percentages

R + G + B = 176 + 138 + 93 = 407 (100%)
R 176 of 407 ~ 43.24%
G 138 of 407 ~ 33.91%
B 93 of 407 ~ 22.85'%

%43.24
%33.91
%22.85

CMYK color model

#B08A5D color CMYK value is (0,22,47,31).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 47.16%
  • key color value is 30.98%

CMYK: (0,22,47,31)
C0M22Y47K31 (0%, 22%, 47%, 31%)
(0.00 / 0.22 / 0.47 / 0.31)

CMYK percentages

%0
%21.59
%47.16
%30.98

Codes

Color #B08A5D in popluar color models

B0 8A 5D
RGB 176 138 93
HSL 33° 34.44% 52.75%
HSB/HSV 33° 47.16% 69.02%
CMYK 0.00% 21.59% 47.16%
30.98%

Color #B08A5D in popluar number systems.

HEX B0 8A 5D
Decimal 176 138 93
Binary 10110000 10001010 1011101
Octal 260 212 135

Shades and tints

Shades of #B08A5D

#B08A5D
(176,138,93)
#A07E55
(160,126,85)
#90724D
(144,114,77)
#806645
(128,102,69)
#705A3D
(112,90,61)
#604E35
(96,78,53)
#50422D
(80,66,45)
#403625
(64,54,37)
#302A1D
(48,42,29)
#201E15
(32,30,21)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #B08A5D

#B08A5D
(176,138,93)
#B7946B
(183,148,107)
#BE9E79
(190,158,121)
#C5A887
(197,168,135)
#CCB295
(204,178,149)
#D3BCA3
(211,188,163)
#DAC6B1
(218,198,177)
#E1D0BF
(225,208,191)
#E8DACD
(232,218,205)
#EFE4DB
(239,228,219)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08A5D color. Also use rgb(176,138,93) instead hex code.

Text Font Color

.myTextColor { color: #B08A5D; }

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

This text font color is #B08A5D.

Background Color

.myBgColor { background-color: #B08A5D; }

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

This div background color is #B08A5D.

Border color

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

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

This div border color is #B08A5D.

Opacity

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

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

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

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

This text has shadow with #B08A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08A5D.

Preview

Color preview on black background

This text has color #B08A5D on black background.


Color preview on white background

This text has color #B08A5D on white background.


Black color preview on #B08A5D background

This text has black color on #B08A5D background.


White color preview on #B08A5D background

This text has white color on #B08A5D background.


Related colors

Complementary color

Complementary color for #hex is #4F75A2.


I love getcolorcode.com

Triadic colors

1 #5DB08A and #8A5DB0 with #B08A5D are triadic colors.

2 #5D8AB0 and #8AB05D with #B08A5D are triadic colors.