COLOR #B0917D

HEX: #B0917D
RGB: (176,145,125)

Color info

#B0917D contains red, green and blue colors in about the same proportion. Web safe color of #B0917D is #999966 (or #996).

RGB color model

#B0917D color RGB value is (176,145,125).

  • red value is 176;
  • green value is 145;
  • blue value is 125.
RGB:
(176,145,125)
(69%,57%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 145 of 255 = 57%
B 125 of 255 = 49%

176
145
125

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

Portions of RGB colors in percentages

R + G + B =
176 + 145 + 125 = 446 (100%)
R 176 of 446 ~ 39.46%
G 145 of 446 ~ 32.51%
B 125 of 446 ~ 28.03%

%39.46
%32.51
%28.03

CMYK color model

#B0917D color CMYK value is (0,18,29,31).

  • cyan value is 0.00%
  • magenta value is 17.61%
  • yellow value is 28.98%
  • key color value is 30.98%
CMYK:
(0,18,29,31)
C0M18Y29K31 
(0%,18%,29%,31%)
(0.00/0.18/0.29/0.31)	

CMYK percentages

%0
%17.61
%28.98
%30.98

Codes

Color #B0917D in popluar color models

B0917D
RGB176145125
HSL24°24.40%59.02%
HSB/HSV24°28.98%69.02%
CMYK0.00%17.61%28.98%
30.98%

Color #B0917D in popluar number systems.

HEXB0917D
Decimal176145125
Binary10110000100100011111101
Octal260221175

Shades and tints

Shades of #B0917D

#B0917D
(176,145,125)
#A08472
(160,132,114)
#907767
(144,119,103)
#806A5C
(128,106,92)
#705D51
(112,93,81)
#605046
(96,80,70)
#50433B
(80,67,59)
#403630
(64,54,48)
#302925
(48,41,37)
#201C1A
(32,28,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B0917D

#B0917D
(176,145,125)
#B79B88
(183,155,136)
#BEA593
(190,165,147)
#C5AF9E
(197,175,158)
#CCB9A9
(204,185,169)
#D3C3B4
(211,195,180)
#DACDBF
(218,205,191)
#E1D7CA
(225,215,202)
#E8E1D5
(232,225,213)
#EFEBE0
(239,235,224)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0917D color. Also use rgb(176,145,125) instead hex code.

Text Font Color

.myTextColor { color: #B0917D; }

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

This text font color is #B0917D.


Background Color

.myBgColor { background-color: #B0917D; }

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

This div background color is #B0917D.


Border color

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

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

This div border color is #B0917D.


Opacity

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

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

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

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

This text has shadow with #B0917D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0917D on black background.


Color preview on white background

This text has color #B0917D on white background.



Black color preview on #B0917D background

This text has black color on #B0917D background.


White color preview on #B0917D background

This text has white color on #B0917D background.