COLOR #B88B85

HEX: #B88B85
RGB: (184,139,133)

Color info

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

RGB color model

#B88B85 color RGB value is (184,139,133).

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

RGB channels and saturation

R 184 of 255 = 72%
G 139 of 255 = 55%
B 133 of 255 = 52%

184
139
133

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

Portions of RGB colors in percentages

R + G + B =
184 + 139 + 133 = 456 (100%)
R 184 of 456 ~ 40.35%
G 139 of 456 ~ 30.48%
B 133 of 456 ~ 29.17%

%40.35
%30.48
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 27.72%
  • key color value is 27.84%
CMYK:
(0,24,28,28)
C0M24Y28K28 
(0%,24%,28%,28%)
(0.00/0.24/0.28/0.28)	

CMYK percentages

%0
%24.46
%27.72
%27.84

Codes

Color #B88B85 in popluar color models

B88B85
RGB184139133
HSL26.42%62.16%
HSB/HSV27.72%72.16%
CMYK0.00%24.46%27.72%
27.84%

Color #B88B85 in popluar number systems.

HEXB88B85
Decimal184139133
Binary101110001000101110000101
Octal270213205

Shades and tints

Shades of #B88B85

#B88B85
(184,139,133)
#A87F79
(168,127,121)
#98736D
(152,115,109)
#886761
(136,103,97)
#785B55
(120,91,85)
#684F49
(104,79,73)
#58433D
(88,67,61)
#483731
(72,55,49)
#382B25
(56,43,37)
#281F19
(40,31,25)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #B88B85

#B88B85
(184,139,133)
#BE9590
(190,149,144)
#C49F9B
(196,159,155)
#CAA9A6
(202,169,166)
#D0B3B1
(208,179,177)
#D6BDBC
(214,189,188)
#DCC7C7
(220,199,199)
#E2D1D2
(226,209,210)
#E8DBDD
(232,219,221)
#EEE5E8
(238,229,232)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88B85; }

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

This text font color is #B88B85.


Background Color

.myBgColor { background-color: #B88B85; }

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

This div background color is #B88B85.


Border color

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

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

This div border color is #B88B85.


Opacity

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

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

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

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

This text has shadow with #B88B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88B85 on black background.


Color preview on white background

This text has color #B88B85 on white background.



Black color preview on #B88B85 background

This text has black color on #B88B85 background.


White color preview on #B88B85 background

This text has white color on #B88B85 background.