COLOR #B88F7F

HEX: #B88F7F RGB: (184,143,127)

Color info

#B88F7F contains red, green and blue colors in about the same proportion. Web safe color of #B88F7F is #CC9966 (or #C96).

RGB color model

#B88F7F color RGB value is (184,143,127).

RGB: (184,143,127) (72%, 56%, 50%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 127 of 255 = 50%

184
143
127

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

Portions of RGB colors in percentages

R + G + B = 184 + 143 + 127 = 454 (100%)
R 184 of 454 ~ 40.53%
G 143 of 454 ~ 31.5%
B 127 of 454 ~ 27.97'%

%40.53
%31.5
%27.97

CMYK color model

#B88F7F color CMYK value is (0,22,31,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 30.98%
  • key color value is 27.84%

CMYK: (0,22,31,28)
C0M22Y31K28 (0%, 22%, 31%, 28%)
(0.00 / 0.22 / 0.31 / 0.28)

CMYK percentages

%0
%22.28
%30.98
%27.84

Codes

Color #B88F7F in popluar color models

B8 8F 7F
RGB 184 143 127
HSL 17° 28.64% 60.98%
HSB/HSV 17° 30.98% 72.16%
CMYK 0.00% 22.28% 30.98%
27.84%

Color #B88F7F in popluar number systems.

HEX B8 8F 7F
Decimal 184 143 127
Binary 10111000 10001111 1111111
Octal 270 217 177

Shades and tints

Shades of #B88F7F

#B88F7F
(184,143,127)
#A88274
(168,130,116)
#987569
(152,117,105)
#88685E
(136,104,94)
#785B53
(120,91,83)
#684E48
(104,78,72)
#58413D
(88,65,61)
#483432
(72,52,50)
#382727
(56,39,39)
#281A1C
(40,26,28)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #B88F7F

#B88F7F
(184,143,127)
#BE998A
(190,153,138)
#C4A395
(196,163,149)
#CAADA0
(202,173,160)
#D0B7AB
(208,183,171)
#D6C1B6
(214,193,182)
#DCCBC1
(220,203,193)
#E2D5CC
(226,213,204)
#E8DFD7
(232,223,215)
#EEE9E2
(238,233,226)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88F7F; }

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

This text font color is #B88F7F.

Background Color

.myBgColor { background-color: #B88F7F; }

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

This div background color is #B88F7F.

Border color

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

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

This div border color is #B88F7F.

Opacity

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

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

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

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

This text has shadow with #B88F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88F7F.

Preview

Color preview on black background

This text has color #B88F7F on black background.


Color preview on white background

This text has color #B88F7F on white background.


Black color preview on #B88F7F background

This text has black color on #B88F7F background.


White color preview on #B88F7F background

This text has white color on #B88F7F background.


Related colors

Complementary color

Complementary color for #hex is #477080.


I love getcolorcode.com

Triadic colors

1 #7FB88F and #8F7FB8 with #B88F7F are triadic colors.

2 #7F8FB8 and #8FB87F with #B88F7F are triadic colors.