COLOR #B88975

HEX: #B88975
RGB: (184,137,117)

Color info

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

RGB color model

#B88975 color RGB value is (184,137,117).

  • red value is 184;
  • green value is 137;
  • blue value is 117.
RGB:
(184,137,117)
(72%,54%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 117 of 255 = 46%

184
137
117

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

Portions of RGB colors in percentages

R + G + B =
184 + 137 + 117 = 438 (100%)
R 184 of 438 ~ 42.01%
G 137 of 438 ~ 31.28%
B 117 of 438 ~ 26.71%

%42.01
%31.28
%26.71

CMYK color model

#B88975 color CMYK value is (0,26,36,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(0,26,36,28)
C0M26Y36K28 
(0%,26%,36%,28%)
(0.00/0.26/0.36/0.28)	

CMYK percentages

%0
%25.54
%36.41
%27.84

Codes

Color #B88975 in popluar color models

B88975
RGB184137117
HSL18°32.06%59.02%
HSB/HSV18°36.41%72.16%
CMYK0.00%25.54%36.41%
27.84%

Color #B88975 in popluar number systems.

HEXB88975
Decimal184137117
Binary10111000100010011110101
Octal270211165

Shades and tints

Shades of #B88975

#B88975
(184,137,117)
#A87D6B
(168,125,107)
#987161
(152,113,97)
#886557
(136,101,87)
#78594D
(120,89,77)
#684D43
(104,77,67)
#584139
(88,65,57)
#48352F
(72,53,47)
#382925
(56,41,37)
#281D1B
(40,29,27)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #B88975

#B88975
(184,137,117)
#BE9381
(190,147,129)
#C49D8D
(196,157,141)
#CAA799
(202,167,153)
#D0B1A5
(208,177,165)
#D6BBB1
(214,187,177)
#DCC5BD
(220,197,189)
#E2CFC9
(226,207,201)
#E8D9D5
(232,217,213)
#EEE3E1
(238,227,225)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88975 color. Also use rgb(184,137,117) instead hex code.

Text Font Color

.myTextColor { color: #B88975; }

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

This text font color is #B88975.


Background Color

.myBgColor { background-color: #B88975; }

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

This div background color is #B88975.


Border color

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

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

This div border color is #B88975.


Opacity

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

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

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

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

This text has shadow with #B88975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88975 on black background.


Color preview on white background

This text has color #B88975 on white background.



Black color preview on #B88975 background

This text has black color on #B88975 background.


White color preview on #B88975 background

This text has white color on #B88975 background.