COLOR #B08023

HEX: #B08023
RGB: (176,128,35)

Color info

#B08023 contains mainly red and green colors. Web safe color of #B08023 is #996633 (or #963).

RGB color model

#B08023 color RGB value is (176,128,35).

  • red value is 176;
  • green value is 128;
  • blue value is 35.
RGB:
(176,128,35)
(69%,50%,14%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 35 of 255 = 14%

176
128
35

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

Portions of RGB colors in percentages

R + G + B =
176 + 128 + 35 = 339 (100%)
R 176 of 339 ~ 51.92%
G 128 of 339 ~ 37.76%
B 35 of 339 ~ 10.32%

%51.92
%37.76
%10.32

CMYK color model

#B08023 color CMYK value is (0,27,80,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 80.11%
  • key color value is 30.98%
CMYK:
(0,27,80,31)
C0M27Y80K31 
(0%,27%,80%,31%)
(0.00/0.27/0.80/0.31)	

CMYK percentages

%0
%27.27
%80.11
%30.98

Codes

Color #B08023 in popluar color models

B08023
RGB17612835
HSL40°66.82%41.37%
HSB/HSV40°80.11%69.02%
CMYK0.00%27.27%80.11%
30.98%

Color #B08023 in popluar number systems.

HEXB08023
Decimal17612835
Binary1011000010000000100011
Octal26020043

Shades and tints

Shades of #B08023

#B08023
(176,128,35)
#A07520
(160,117,32)
#906A1D
(144,106,29)
#805F1A
(128,95,26)
#705417
(112,84,23)
#604914
(96,73,20)
#503E11
(80,62,17)
#40330E
(64,51,14)
#30280B
(48,40,11)
#201D08
(32,29,8)
#101205
(16,18,5)
#000000
(0,0,0)

Tints of #B08023

#B08023
(176,128,35)
#B78B37
(183,139,55)
#BE964B
(190,150,75)
#C5A15F
(197,161,95)
#CCAC73
(204,172,115)
#D3B787
(211,183,135)
#DAC29B
(218,194,155)
#E1CDAF
(225,205,175)
#E8D8C3
(232,216,195)
#EFE3D7
(239,227,215)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08023; }

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

This text font color is #B08023.


Background Color

.myBgColor { background-color: #B08023; }

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

This div background color is #B08023.


Border color

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

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

This div border color is #B08023.


Opacity

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

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

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

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

This text has shadow with #B08023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08023 on black background.


Color preview on white background

This text has color #B08023 on white background.



Black color preview on #B08023 background

This text has black color on #B08023 background.


White color preview on #B08023 background

This text has white color on #B08023 background.