COLOR #B88545

HEX: #B88545
RGB: (184,133,69)

Color info

#B88545 contains mainly red and green colors. Web safe color of #B88545 is #CC9933 (or #C93).

RGB color model

#B88545 color RGB value is (184,133,69).

  • red value is 184;
  • green value is 133;
  • blue value is 69.
RGB:
(184,133,69)
(72%,52%,27%)

RGB channels and saturation

R 184 of 255 = 72%
G 133 of 255 = 52%
B 69 of 255 = 27%

184
133
69

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

Portions of RGB colors in percentages

R + G + B =
184 + 133 + 69 = 386 (100%)
R 184 of 386 ~ 47.67%
G 133 of 386 ~ 34.46%
B 69 of 386 ~ 17.88%

%47.67
%34.46
%17.88

CMYK color model

#B88545 color CMYK value is (0,28,63,28).

  • cyan value is 0.00%
  • magenta value is 27.72%
  • yellow value is 62.50%
  • key color value is 27.84%
CMYK:
(0,28,63,28)
C0M28Y63K28 
(0%,28%,63%,28%)
(0.00/0.28/0.63/0.28)	

CMYK percentages

%0
%27.72
%62.5
%27.84

Codes

Color #B88545 in popluar color models

B88545
RGB18413369
HSL33°45.45%49.61%
HSB/HSV33°62.50%72.16%
CMYK0.00%27.72%62.50%
27.84%

Color #B88545 in popluar number systems.

HEXB88545
Decimal18413369
Binary10111000100001011000101
Octal270205105

Shades and tints

Shades of #B88545

#B88545
(184,133,69)
#A8793F
(168,121,63)
#986D39
(152,109,57)
#886133
(136,97,51)
#78552D
(120,85,45)
#684927
(104,73,39)
#583D21
(88,61,33)
#48311B
(72,49,27)
#382515
(56,37,21)
#28190F
(40,25,15)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #B88545

#B88545
(184,133,69)
#BE9055
(190,144,85)
#C49B65
(196,155,101)
#CAA675
(202,166,117)
#D0B185
(208,177,133)
#D6BC95
(214,188,149)
#DCC7A5
(220,199,165)
#E2D2B5
(226,210,181)
#E8DDC5
(232,221,197)
#EEE8D5
(238,232,213)
#F4F3E5
(244,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88545 color. Also use rgb(184,133,69) instead hex code.

Text Font Color

.myTextColor { color: #B88545; }

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

This text font color is #B88545.


Background Color

.myBgColor { background-color: #B88545; }

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

This div background color is #B88545.


Border color

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

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

This div border color is #B88545.


Opacity

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

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

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

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

This text has shadow with #B88545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88545 on black background.


Color preview on white background

This text has color #B88545 on white background.



Black color preview on #B88545 background

This text has black color on #B88545 background.


White color preview on #B88545 background

This text has white color on #B88545 background.