COLOR #B88F6A

HEX: #B88F6A
RGB: (184,143,106)

Color info

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

RGB color model

#B88F6A color RGB value is (184,143,106).

  • red value is 184;
  • green value is 143;
  • blue value is 106.
RGB:
(184,143,106)
(72%,56%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 106 of 255 = 42%

184
143
106

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

Portions of RGB colors in percentages

R + G + B =
184 + 143 + 106 = 433 (100%)
R 184 of 433 ~ 42.49%
G 143 of 433 ~ 33.03%
B 106 of 433 ~ 24.48%

%42.49
%33.03
%24.48

CMYK color model

#B88F6A color CMYK value is (0,22,42,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 42.39%
  • key color value is 27.84%
CMYK:
(0,22,42,28)
C0M22Y42K28 
(0%,22%,42%,28%)
(0.00/0.22/0.42/0.28)	

CMYK percentages

%0
%22.28
%42.39
%27.84

Codes

Color #B88F6A in popluar color models

B88F6A
RGB184143106
HSL28°35.45%56.86%
HSB/HSV28°42.39%72.16%
CMYK0.00%22.28%42.39%
27.84%

Color #B88F6A in popluar number systems.

HEXB88F6A
Decimal184143106
Binary10111000100011111101010
Octal270217152

Shades and tints

Shades of #B88F6A

#B88F6A
(184,143,106)
#A88261
(168,130,97)
#987558
(152,117,88)
#88684F
(136,104,79)
#785B46
(120,91,70)
#684E3D
(104,78,61)
#584134
(88,65,52)
#48342B
(72,52,43)
#382722
(56,39,34)
#281A19
(40,26,25)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #B88F6A

#B88F6A
(184,143,106)
#BE9977
(190,153,119)
#C4A384
(196,163,132)
#CAAD91
(202,173,145)
#D0B79E
(208,183,158)
#D6C1AB
(214,193,171)
#DCCBB8
(220,203,184)
#E2D5C5
(226,213,197)
#E8DFD2
(232,223,210)
#EEE9DF
(238,233,223)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88F6A; }

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

This text font color is #B88F6A.


Background Color

.myBgColor { background-color: #B88F6A; }

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

This div background color is #B88F6A.


Border color

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

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

This div border color is #B88F6A.


Opacity

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

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

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

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

This text has shadow with #B88F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88F6A on black background.


Color preview on white background

This text has color #B88F6A on white background.



Black color preview on #B88F6A background

This text has black color on #B88F6A background.


White color preview on #B88F6A background

This text has white color on #B88F6A background.