COLOR #B88289

HEX: #B88289 RGB: (184,130,137)

Color info

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

RGB color model

#B88289 color RGB value is (184,130,137).

RGB: (184,130,137) (72%, 51%, 54%)

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 137 of 255 = 54%

184
130
137

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

Portions of RGB colors in percentages

R + G + B = 184 + 130 + 137 = 451 (100%)
R 184 of 451 ~ 40.8%
G 130 of 451 ~ 28.82%
B 137 of 451 ~ 30.38'%

%40.8
%28.82
%30.38

CMYK color model

#B88289 color CMYK value is (0,29,26,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 25.54%
  • key color value is 27.84%

CMYK: (0,29,26,28)
C0M29Y26K28 (0%, 29%, 26%, 28%)
(0.00 / 0.29 / 0.26 / 0.28)

CMYK percentages

%0
%29.35
%25.54
%27.84

Codes

Color #B88289 in popluar color models

B8 82 89
RGB 184 130 137
HSL 352° 27.55% 61.57%
HSB/HSV 352° 29.35% 72.16%
CMYK 0.00% 29.35% 25.54%
27.84%

Color #B88289 in popluar number systems.

HEX B8 82 89
Decimal 184 130 137
Binary 10111000 10000010 10001001
Octal 270 202 211

Shades and tints

Shades of #B88289

#B88289
(184,130,137)
#A8777D
(168,119,125)
#986C71
(152,108,113)
#886165
(136,97,101)
#785659
(120,86,89)
#684B4D
(104,75,77)
#584041
(88,64,65)
#483535
(72,53,53)
#382A29
(56,42,41)
#281F1D
(40,31,29)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #B88289

#B88289
(184,130,137)
#BE8D93
(190,141,147)
#C4989D
(196,152,157)
#CAA3A7
(202,163,167)
#D0AEB1
(208,174,177)
#D6B9BB
(214,185,187)
#DCC4C5
(220,196,197)
#E2CFCF
(226,207,207)
#E8DAD9
(232,218,217)
#EEE5E3
(238,229,227)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88289 color. Also use rgb(184,130,137) instead hex code.

Text Font Color

.myTextColor { color: #B88289; }

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

This text font color is #B88289.

Background Color

.myBgColor { background-color: #B88289; }

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

This div background color is #B88289.

Border color

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

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

This div border color is #B88289.

Opacity

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

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

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

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

This text has shadow with #B88289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88289.

Preview

Color preview on black background

This text has color #B88289 on black background.


Color preview on white background

This text has color #B88289 on white background.


Black color preview on #B88289 background

This text has black color on #B88289 background.


White color preview on #B88289 background

This text has white color on #B88289 background.


Related colors

Complementary color

Complementary color for #hex is #477D76.


I love getcolorcode.com

Triadic colors

1 #89B882 and #8289B8 with #B88289 are triadic colors.

2 #8982B8 and #82B889 with #B88289 are triadic colors.