COLOR #B88C46

HEX: #B88C46
RGB: (184,140,70)

Color info

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

RGB color model

#B88C46 color RGB value is (184,140,70).

  • red value is 184;
  • green value is 140;
  • blue value is 70.
RGB:
(184,140,70)
(72%,55%,27%)

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 70 of 255 = 27%

184
140
70

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

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 70 = 394 (100%)
R 184 of 394 ~ 46.7%
G 140 of 394 ~ 35.53%
B 70 of 394 ~ 17.77%

%46.7
%35.53
%17.77

CMYK color model

#B88C46 color CMYK value is (0,24,62,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 61.96%
  • key color value is 27.84%
CMYK:
(0,24,62,28)
C0M24Y62K28 
(0%,24%,62%,28%)
(0.00/0.24/0.62/0.28)	

CMYK percentages

%0
%23.91
%61.96
%27.84

Codes

Color #B88C46 in popluar color models

B88C46
RGB18414070
HSL37°44.88%49.80%
HSB/HSV37°61.96%72.16%
CMYK0.00%23.91%61.96%
27.84%

Color #B88C46 in popluar number systems.

HEXB88C46
Decimal18414070
Binary10111000100011001000110
Octal270214106

Shades and tints

Shades of #B88C46

#B88C46
(184,140,70)
#A88040
(168,128,64)
#98743A
(152,116,58)
#886834
(136,104,52)
#785C2E
(120,92,46)
#685028
(104,80,40)
#584422
(88,68,34)
#48381C
(72,56,28)
#382C16
(56,44,22)
#282010
(40,32,16)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #B88C46

#B88C46
(184,140,70)
#BE9656
(190,150,86)
#C4A066
(196,160,102)
#CAAA76
(202,170,118)
#D0B486
(208,180,134)
#D6BE96
(214,190,150)
#DCC8A6
(220,200,166)
#E2D2B6
(226,210,182)
#E8DCC6
(232,220,198)
#EEE6D6
(238,230,214)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88C46 color. Also use rgb(184,140,70) instead hex code.

Text Font Color

.myTextColor { color: #B88C46; }

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

This text font color is #B88C46.


Background Color

.myBgColor { background-color: #B88C46; }

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

This div background color is #B88C46.


Border color

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

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

This div border color is #B88C46.


Opacity

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

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

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

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

This text has shadow with #B88C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88C46 on black background.


Color preview on white background

This text has color #B88C46 on white background.



Black color preview on #B88C46 background

This text has black color on #B88C46 background.


White color preview on #B88C46 background

This text has white color on #B88C46 background.