COLOR #B08093

HEX: #B08093 RGB: (176,128,147)

Color info

#B08093 contains red, green and blue colors in about the same proportion. Web safe color of #B08093 is #996699 (or #969).

RGB color model

#B08093 color RGB value is (176,128,147).

RGB: (176,128,147) (69%, 50%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 147 of 255 = 58%

176
128
147

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

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 147 = 451 (100%)
R 176 of 451 ~ 39.02%
G 128 of 451 ~ 28.38%
B 147 of 451 ~ 32.59'%

%39.02
%28.38
%32.59

CMYK color model

#B08093 color CMYK value is (0,27,16,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 16.48%
  • key color value is 30.98%

CMYK: (0,27,16,31)
C0M27Y16K31 (0%, 27%, 16%, 31%)
(0.00 / 0.27 / 0.16 / 0.31)

CMYK percentages

%0
%27.27
%16.48
%30.98

Codes

Color #B08093 in popluar color models

B0 80 93
RGB 176 128 147
HSL 336° 23.30% 59.61%
HSB/HSV 336° 27.27% 69.02%
CMYK 0.00% 27.27% 16.48%
30.98%

Color #B08093 in popluar number systems.

HEX B0 80 93
Decimal 176 128 147
Binary 10110000 10000000 10010011
Octal 260 200 223

Shades and tints

Shades of #B08093

#B08093
(176,128,147)
#A07586
(160,117,134)
#906A79
(144,106,121)
#805F6C
(128,95,108)
#70545F
(112,84,95)
#604952
(96,73,82)
#503E45
(80,62,69)
#403338
(64,51,56)
#30282B
(48,40,43)
#201D1E
(32,29,30)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #B08093

#B08093
(176,128,147)
#B78B9C
(183,139,156)
#BE96A5
(190,150,165)
#C5A1AE
(197,161,174)
#CCACB7
(204,172,183)
#D3B7C0
(211,183,192)
#DAC2C9
(218,194,201)
#E1CDD2
(225,205,210)
#E8D8DB
(232,216,219)
#EFE3E4
(239,227,228)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08093; }

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

This text font color is #B08093.

Background Color

.myBgColor { background-color: #B08093; }

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

This div background color is #B08093.

Border color

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

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

This div border color is #B08093.

Opacity

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

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

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

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

This text has shadow with #B08093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08093.

Preview

Color preview on black background

This text has color #B08093 on black background.


Color preview on white background

This text has color #B08093 on white background.


Black color preview on #B08093 background

This text has black color on #B08093 background.


White color preview on #B08093 background

This text has white color on #B08093 background.


Related colors

Complementary color

Complementary color for #hex is #4F7F6C.


I love getcolorcode.com

Triadic colors

1 #93B080 and #8093B0 with #B08093 are triadic colors.

2 #9380B0 and #80B093 with #B08093 are triadic colors.