COLOR #B88583

HEX: #B88583
RGB: (184,133,131)

Color info

#B88583 contains red, green and blue colors in about the same proportion. Web safe color of #B88583 is #CC9999 (or #C99).

RGB color model

#B88583 color RGB value is (184,133,131).

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

RGB channels and saturation

R 184 of 255 = 72%
G 133 of 255 = 52%
B 131 of 255 = 51%

184
133
131

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

Portions of RGB colors in percentages

R + G + B =
184 + 133 + 131 = 448 (100%)
R 184 of 448 ~ 41.07%
G 133 of 448 ~ 29.69%
B 131 of 448 ~ 29.24%

%41.07
%29.69
%29.24

CMYK color model

#B88583 color CMYK value is (0,28,29,28).

  • cyan value is 0.00%
  • magenta value is 27.72%
  • yellow value is 28.80%
  • key color value is 27.84%
CMYK:
(0,28,29,28)
C0M28Y29K28 
(0%,28%,29%,28%)
(0.00/0.28/0.29/0.28)	

CMYK percentages

%0
%27.72
%28.8
%27.84

Codes

Color #B88583 in popluar color models

B88583
RGB184133131
HSL27.18%61.76%
HSB/HSV28.80%72.16%
CMYK0.00%27.72%28.80%
27.84%

Color #B88583 in popluar number systems.

HEXB88583
Decimal184133131
Binary101110001000010110000011
Octal270205203

Shades and tints

Shades of #B88583

#B88583
(184,133,131)
#A87978
(168,121,120)
#986D6D
(152,109,109)
#886162
(136,97,98)
#785557
(120,85,87)
#68494C
(104,73,76)
#583D41
(88,61,65)
#483136
(72,49,54)
#38252B
(56,37,43)
#281920
(40,25,32)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #B88583

#B88583
(184,133,131)
#BE908E
(190,144,142)
#C49B99
(196,155,153)
#CAA6A4
(202,166,164)
#D0B1AF
(208,177,175)
#D6BCBA
(214,188,186)
#DCC7C5
(220,199,197)
#E2D2D0
(226,210,208)
#E8DDDB
(232,221,219)
#EEE8E6
(238,232,230)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88583; }

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

This text font color is #B88583.


Background Color

.myBgColor { background-color: #B88583; }

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

This div background color is #B88583.


Border color

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

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

This div border color is #B88583.


Opacity

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

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

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

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

This text has shadow with #B88583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88583 on black background.


Color preview on white background

This text has color #B88583 on white background.



Black color preview on #B88583 background

This text has black color on #B88583 background.


White color preview on #B88583 background

This text has white color on #B88583 background.