COLOR #B88F8A

HEX: #B88F8A RGB: (184,143,138)

Color info

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

RGB color model

#B88F8A color RGB value is (184,143,138).

RGB: (184,143,138) (72%, 56%, 54%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 138 of 255 = 54%

184
143
138

R + G + B ~ 61%. #B88F8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 143 + 138 = 465 (100%)
R 184 of 465 ~ 39.57%
G 143 of 465 ~ 30.75%
B 138 of 465 ~ 29.68'%

%39.57
%30.75
%29.68

CMYK color model

#B88F8A color CMYK value is (0,22,25,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK: (0,22,25,28) C0M22Y25K28 (0%,22%,25%,28%) (0.00/0.22/0.25/0.28) 

CMYK percentages

%0
%22.28
%25
%27.84

Codes

Color #B88F8A in popluar color models

B8 8F 8A
RGB 184 143 138
HSL 24.47% 63.14%
HSB/HSV 25.00% 72.16%
CMYK 0.00% 22.28% 25.00%
27.84%

Color #B88F8A in popluar number systems.

HEX B8 8F 8A
Decimal 184 143 138
Binary 10111000 10001111 10001010
Octal 270 217 212

Shades and tints

Shades of #B88F8A

#B88F8A
(184,143,138)
#A8827E
(168,130,126)
#987572
(152,117,114)
#886866
(136,104,102)
#785B5A
(120,91,90)
#684E4E
(104,78,78)
#584142
(88,65,66)
#483436
(72,52,54)
#38272A
(56,39,42)
#281A1E
(40,26,30)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #B88F8A

#B88F8A
(184,143,138)
#BE9994
(190,153,148)
#C4A39E
(196,163,158)
#CAADA8
(202,173,168)
#D0B7B2
(208,183,178)
#D6C1BC
(214,193,188)
#DCCBC6
(220,203,198)
#E2D5D0
(226,213,208)
#E8DFDA
(232,223,218)
#EEE9E4
(238,233,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88F8A color. Also use rgb(184,143,138) instead hex code.

Text Font Color

.myTextColor { color: #B88F8A; }

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

This text font color is #B88F8A.

Background Color

.myBgColor { background-color: #B88F8A; }

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

This div background color is #B88F8A.

Border color

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

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

This div border color is #B88F8A.

Opacity

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

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

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

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

This text has shadow with #B88F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88F8A.

Preview

Color preview on black background

This text has color #B88F8A on black background.


Color preview on white background

This text has color #B88F8A on white background.


Black color preview on #B88F8A background

This text has black color on #B88F8A background.


White color preview on #B88F8A background

This text has white color on #B88F8A background.


Related colors

Complementary color

Complementary color for #hex is #477075.


I love getcolorcode.com

Triadic colors

1 #8AB88F and #8F8AB8 with #B88F8A are triadic colors.

2 #8A8FB8 and #8FB88A with #B88F8A are triadic colors.