COLOR #B88469

HEX: #B88469
RGB: (184,132,105)

Color info

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

RGB color model

#B88469 color RGB value is (184,132,105).

  • red value is 184;
  • green value is 132;
  • blue value is 105.
RGB:
(184,132,105)
(72%,52%,41%)

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 105 of 255 = 41%

184
132
105

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

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 105 = 421 (100%)
R 184 of 421 ~ 43.71%
G 132 of 421 ~ 31.35%
B 105 of 421 ~ 24.94%

%43.71
%31.35
%24.94

CMYK color model

#B88469 color CMYK value is (0,28,43,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 42.93%
  • key color value is 27.84%
CMYK:
(0,28,43,28)
C0M28Y43K28 
(0%,28%,43%,28%)
(0.00/0.28/0.43/0.28)	

CMYK percentages

%0
%28.26
%42.93
%27.84

Codes

Color #B88469 in popluar color models

B88469
RGB184132105
HSL21°35.75%56.67%
HSB/HSV21°42.93%72.16%
CMYK0.00%28.26%42.93%
27.84%

Color #B88469 in popluar number systems.

HEXB88469
Decimal184132105
Binary10111000100001001101001
Octal270204151

Shades and tints

Shades of #B88469

#B88469
(184,132,105)
#A87860
(168,120,96)
#986C57
(152,108,87)
#88604E
(136,96,78)
#785445
(120,84,69)
#68483C
(104,72,60)
#583C33
(88,60,51)
#48302A
(72,48,42)
#382421
(56,36,33)
#281818
(40,24,24)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #B88469

#B88469
(184,132,105)
#BE8F76
(190,143,118)
#C49A83
(196,154,131)
#CAA590
(202,165,144)
#D0B09D
(208,176,157)
#D6BBAA
(214,187,170)
#DCC6B7
(220,198,183)
#E2D1C4
(226,209,196)
#E8DCD1
(232,220,209)
#EEE7DE
(238,231,222)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88469 color. Also use rgb(184,132,105) instead hex code.

Text Font Color

.myTextColor { color: #B88469; }

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

This text font color is #B88469.


Background Color

.myBgColor { background-color: #B88469; }

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

This div background color is #B88469.


Border color

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

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

This div border color is #B88469.


Opacity

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

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

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

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

This text has shadow with #B88469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88469 on black background.


Color preview on white background

This text has color #B88469 on white background.



Black color preview on #B88469 background

This text has black color on #B88469 background.


White color preview on #B88469 background

This text has white color on #B88469 background.