COLOR #B08A88

HEX: #B08A88 RGB: (176,138,136)

Color info

#B08A88 contains red, green and blue colors in about the same proportion. Web safe color of #B08A88 is #999999 (or #999).

RGB color model

#B08A88 color RGB value is (176,138,136).

RGB: (176,138,136) (69%, 54%, 53%)

RGB channels and saturation

R 176 of 255 = 69%
G 138 of 255 = 54%
B 136 of 255 = 53%

176
138
136

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

Portions of RGB colors in percentages

R + G + B = 176 + 138 + 136 = 450 (100%)
R 176 of 450 ~ 39.11%
G 138 of 450 ~ 30.67%
B 136 of 450 ~ 30.22'%

%39.11
%30.67
%30.22

CMYK color model

#B08A88 color CMYK value is (0,22,23,31).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 22.73%
  • key color value is 30.98%

CMYK: (0,22,23,31)
C0M22Y23K31 (0%, 22%, 23%, 31%)
(0.00 / 0.22 / 0.23 / 0.31)

CMYK percentages

%0
%21.59
%22.73
%30.98

Codes

Color #B08A88 in popluar color models

B0 8A 88
RGB 176 138 136
HSL 20.20% 61.18%
HSB/HSV 22.73% 69.02%
CMYK 0.00% 21.59% 22.73%
30.98%

Color #B08A88 in popluar number systems.

HEX B0 8A 88
Decimal 176 138 136
Binary 10110000 10001010 10001000
Octal 260 212 210

Shades and tints

Shades of #B08A88

#B08A88
(176,138,136)
#A07E7C
(160,126,124)
#907270
(144,114,112)
#806664
(128,102,100)
#705A58
(112,90,88)
#604E4C
(96,78,76)
#504240
(80,66,64)
#403634
(64,54,52)
#302A28
(48,42,40)
#201E1C
(32,30,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B08A88

#B08A88
(176,138,136)
#B79492
(183,148,146)
#BE9E9C
(190,158,156)
#C5A8A6
(197,168,166)
#CCB2B0
(204,178,176)
#D3BCBA
(211,188,186)
#DAC6C4
(218,198,196)
#E1D0CE
(225,208,206)
#E8DAD8
(232,218,216)
#EFE4E2
(239,228,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08A88 color. Also use rgb(176,138,136) instead hex code.

Text Font Color

.myTextColor { color: #B08A88; }

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

This text font color is #B08A88.

Background Color

.myBgColor { background-color: #B08A88; }

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

This div background color is #B08A88.

Border color

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

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

This div border color is #B08A88.

Opacity

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

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

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

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

This text has shadow with #B08A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08A88.

Preview

Color preview on black background

This text has color #B08A88 on black background.


Color preview on white background

This text has color #B08A88 on white background.


Black color preview on #B08A88 background

This text has black color on #B08A88 background.


White color preview on #B08A88 background

This text has white color on #B08A88 background.


Related colors

Complementary color

Complementary color for #hex is #4F7577.


I love getcolorcode.com

Triadic colors

1 #88B08A and #8A88B0 with #B08A88 are triadic colors.

2 #888AB0 and #8AB088 with #B08A88 are triadic colors.