COLOR #B88D4C

HEX: #B88D4C
RGB: (184,141,76)

Color info

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

RGB color model

#B88D4C color RGB value is (184,141,76).

  • red value is 184;
  • green value is 141;
  • blue value is 76.
RGB:
(184,141,76)
(72%,55%,30%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 76 of 255 = 30%

184
141
76

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

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 76 = 401 (100%)
R 184 of 401 ~ 45.89%
G 141 of 401 ~ 35.16%
B 76 of 401 ~ 18.95%

%45.89
%35.16
%18.95

CMYK color model

#B88D4C color CMYK value is (0,23,59,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 58.70%
  • key color value is 27.84%
CMYK:
(0,23,59,28)
C0M23Y59K28 
(0%,23%,59%,28%)
(0.00/0.23/0.59/0.28)	

CMYK percentages

%0
%23.37
%58.7
%27.84

Codes

Color #B88D4C in popluar color models

B88D4C
RGB18414176
HSL36°43.20%50.98%
HSB/HSV36°58.70%72.16%
CMYK0.00%23.37%58.70%
27.84%

Color #B88D4C in popluar number systems.

HEXB88D4C
Decimal18414176
Binary10111000100011011001100
Octal270215114

Shades and tints

Shades of #B88D4C

#B88D4C
(184,141,76)
#A88146
(168,129,70)
#987540
(152,117,64)
#88693A
(136,105,58)
#785D34
(120,93,52)
#68512E
(104,81,46)
#584528
(88,69,40)
#483922
(72,57,34)
#382D1C
(56,45,28)
#282116
(40,33,22)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #B88D4C

#B88D4C
(184,141,76)
#BE975C
(190,151,92)
#C4A16C
(196,161,108)
#CAAB7C
(202,171,124)
#D0B58C
(208,181,140)
#D6BF9C
(214,191,156)
#DCC9AC
(220,201,172)
#E2D3BC
(226,211,188)
#E8DDCC
(232,221,204)
#EEE7DC
(238,231,220)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88D4C color. Also use rgb(184,141,76) instead hex code.

Text Font Color

.myTextColor { color: #B88D4C; }

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

This text font color is #B88D4C.


Background Color

.myBgColor { background-color: #B88D4C; }

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

This div background color is #B88D4C.


Border color

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

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

This div border color is #B88D4C.


Opacity

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

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

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

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

This text has shadow with #B88D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88D4C on black background.


Color preview on white background

This text has color #B88D4C on white background.



Black color preview on #B88D4C background

This text has black color on #B88D4C background.


White color preview on #B88D4C background

This text has white color on #B88D4C background.