COLOR #B08293

HEX: #B08293 RGB: (176,130,147)

Color info

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

RGB color model

#B08293 color RGB value is (176,130,147).

RGB: (176,130,147) (69%, 51%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 130 of 255 = 51%
B 147 of 255 = 58%

176
130
147

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

Portions of RGB colors in percentages

R + G + B = 176 + 130 + 147 = 453 (100%)
R 176 of 453 ~ 38.85%
G 130 of 453 ~ 28.7%
B 147 of 453 ~ 32.45'%

%38.85
%28.7
%32.45

CMYK color model

#B08293 color CMYK value is (0,26,16,31).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK: (0,26,16,31) C0M26Y16K31 (0%,26%,16%,31%) (0.00/0.26/0.16/0.31) 

CMYK percentages

%0
%26.14
%16.48
%30.98

Codes

Color #B08293 in popluar color models

B0 82 93
RGB 176 130 147
HSL 338° 22.55% 60.00%
HSB/HSV 338° 26.14% 69.02%
CMYK 0.00% 26.14% 16.48%
30.98%

Color #B08293 in popluar number systems.

HEX B0 82 93
Decimal 176 130 147
Binary 10110000 10000010 10010011
Octal 260 202 223

Shades and tints

Shades of #B08293

#B08293
(176,130,147)
#A07786
(160,119,134)
#906C79
(144,108,121)
#80616C
(128,97,108)
#70565F
(112,86,95)
#604B52
(96,75,82)
#504045
(80,64,69)
#403538
(64,53,56)
#302A2B
(48,42,43)
#201F1E
(32,31,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B08293

#B08293
(176,130,147)
#B78D9C
(183,141,156)
#BE98A5
(190,152,165)
#C5A3AE
(197,163,174)
#CCAEB7
(204,174,183)
#D3B9C0
(211,185,192)
#DAC4C9
(218,196,201)
#E1CFD2
(225,207,210)
#E8DADB
(232,218,219)
#EFE5E4
(239,229,228)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08293 color. Also use rgb(176,130,147) instead hex code.

Text Font Color

.myTextColor { color: #B08293; }

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

This text font color is #B08293.

Background Color

.myBgColor { background-color: #B08293; }

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

This div background color is #B08293.

Border color

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

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

This div border color is #B08293.

Opacity

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

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

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

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

This text has shadow with #B08293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08293.

Preview

Color preview on black background

This text has color #B08293 on black background.


Color preview on white background

This text has color #B08293 on white background.


Black color preview on #B08293 background

This text has black color on #B08293 background.


White color preview on #B08293 background

This text has white color on #B08293 background.


Related colors

Complementary color

Complementary color for #hex is #4F7D6C.


I love getcolorcode.com

Triadic colors

1 #93B082 and #8293B0 with #B08293 are triadic colors.

2 #9382B0 and #82B093 with #B08293 are triadic colors.