COLOR #B08183

HEX: #B08183 RGB: (176,129,131)

Color info

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

RGB color model

#B08183 color RGB value is (176,129,131).

RGB: (176,129,131) (69%, 51%, 51%)

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 131 of 255 = 51%

176
129
131

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

Portions of RGB colors in percentages

R + G + B = 176 + 129 + 131 = 436 (100%)
R 176 of 436 ~ 40.37%
G 129 of 436 ~ 29.59%
B 131 of 436 ~ 30.05'%

%40.37
%29.59
%30.05

CMYK color model

#B08183 color CMYK value is (0,27,26,31).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 25.57%
  • key color value is 30.98%

CMYK: (0,27,26,31)
C0M27Y26K31 (0%, 27%, 26%, 31%)
(0.00 / 0.27 / 0.26 / 0.31)

CMYK percentages

%0
%26.7
%25.57
%30.98

Codes

Color #B08183 in popluar color models

B0 81 83
RGB 176 129 131
HSL 357° 22.93% 59.80%
HSB/HSV 357° 26.70% 69.02%
CMYK 0.00% 26.70% 25.57%
30.98%

Color #B08183 in popluar number systems.

HEX B0 81 83
Decimal 176 129 131
Binary 10110000 10000001 10000011
Octal 260 201 203

Shades and tints

Shades of #B08183

#B08183
(176,129,131)
#A07678
(160,118,120)
#906B6D
(144,107,109)
#806062
(128,96,98)
#705557
(112,85,87)
#604A4C
(96,74,76)
#503F41
(80,63,65)
#403436
(64,52,54)
#30292B
(48,41,43)
#201E20
(32,30,32)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B08183

#B08183
(176,129,131)
#B78C8E
(183,140,142)
#BE9799
(190,151,153)
#C5A2A4
(197,162,164)
#CCADAF
(204,173,175)
#D3B8BA
(211,184,186)
#DAC3C5
(218,195,197)
#E1CED0
(225,206,208)
#E8D9DB
(232,217,219)
#EFE4E6
(239,228,230)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08183 color. Also use rgb(176,129,131) instead hex code.

Text Font Color

.myTextColor { color: #B08183; }

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

This text font color is #B08183.

Background Color

.myBgColor { background-color: #B08183; }

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

This div background color is #B08183.

Border color

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

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

This div border color is #B08183.

Opacity

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

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

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

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

This text has shadow with #B08183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08183.

Preview

Color preview on black background

This text has color #B08183 on black background.


Color preview on white background

This text has color #B08183 on white background.


Black color preview on #B08183 background

This text has black color on #B08183 background.


White color preview on #B08183 background

This text has white color on #B08183 background.


Related colors

Complementary color

Complementary color for #hex is #4F7E7C.


I love getcolorcode.com

Triadic colors

1 #83B081 and #8183B0 with #B08183 are triadic colors.

2 #8381B0 and #81B083 with #B08183 are triadic colors.