COLOR #B88D7A

HEX: #B88D7A RGB: (184,141,122)

Color info

#B88D7A contains mainly red and green colors. Web safe color of #B88D7A is #CC9966 (or #C96).

RGB color model

#B88D7A color RGB value is (184,141,122).

RGB: (184,141,122) (72%, 55%, 48%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 122 of 255 = 48%

184
141
122

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

Portions of RGB colors in percentages

R + G + B = 184 + 141 + 122 = 447 (100%)
R 184 of 447 ~ 41.16%
G 141 of 447 ~ 31.54%
B 122 of 447 ~ 27.29'%

%41.16
%31.54
%27.29

CMYK color model

#B88D7A color CMYK value is (0,23,34,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 33.70%
  • key color value is 27.84%

CMYK: (0,23,34,28)
C0M23Y34K28 (0%, 23%, 34%, 28%)
(0.00 / 0.23 / 0.34 / 0.28)

CMYK percentages

%0
%23.37
%33.7
%27.84

Codes

Color #B88D7A in popluar color models

B8 8D 7A
RGB 184 141 122
HSL 18° 30.39% 60.00%
HSB/HSV 18° 33.70% 72.16%
CMYK 0.00% 23.37% 33.70%
27.84%

Color #B88D7A in popluar number systems.

HEX B8 8D 7A
Decimal 184 141 122
Binary 10111000 10001101 1111010
Octal 270 215 172

Shades and tints

Shades of #B88D7A

#B88D7A
(184,141,122)
#A8816F
(168,129,111)
#987564
(152,117,100)
#886959
(136,105,89)
#785D4E
(120,93,78)
#685143
(104,81,67)
#584538
(88,69,56)
#48392D
(72,57,45)
#382D22
(56,45,34)
#282117
(40,33,23)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #B88D7A

#B88D7A
(184,141,122)
#BE9786
(190,151,134)
#C4A192
(196,161,146)
#CAAB9E
(202,171,158)
#D0B5AA
(208,181,170)
#D6BFB6
(214,191,182)
#DCC9C2
(220,201,194)
#E2D3CE
(226,211,206)
#E8DDDA
(232,221,218)
#EEE7E6
(238,231,230)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88D7A; }

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

This text font color is #B88D7A.

Background Color

.myBgColor { background-color: #B88D7A; }

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

This div background color is #B88D7A.

Border color

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

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

This div border color is #B88D7A.

Opacity

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

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

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

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

This text has shadow with #B88D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88D7A.

Preview

Color preview on black background

This text has color #B88D7A on black background.


Color preview on white background

This text has color #B88D7A on white background.


Black color preview on #B88D7A background

This text has black color on #B88D7A background.


White color preview on #B88D7A background

This text has white color on #B88D7A background.


Related colors

Complementary color

Complementary color for #hex is #477285.


I love getcolorcode.com

Triadic colors

1 #7AB88D and #8D7AB8 with #B88D7A are triadic colors.

2 #7A8DB8 and #8DB87A with #B88D7A are triadic colors.