COLOR #BD8175

HEX: #BD8175
RGB: (189,129,117)

Color info

#BD8175 contains mainly red color. Web safe color of #BD8175 is #CC9966 (or #C96).

RGB color model

#BD8175 color RGB value is (189,129,117).

  • red value is 189;
  • green value is 129;
  • blue value is 117.
RGB:
(189,129,117)
(74%,51%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 129 of 255 = 51%
B 117 of 255 = 46%

189
129
117

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

Portions of RGB colors in percentages

R + G + B =
189 + 129 + 117 = 435 (100%)
R 189 of 435 ~ 43.45%
G 129 of 435 ~ 29.66%
B 117 of 435 ~ 26.9%

%43.45
%29.66
%26.9

CMYK color model

#BD8175 color CMYK value is (0,32,38,26).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 38.10%
  • key color value is 25.88%
CMYK:
(0,32,38,26)
C0M32Y38K26 
(0%,32%,38%,26%)
(0.00/0.32/0.38/0.26)	

CMYK percentages

%0
%31.75
%38.1
%25.88

Codes

Color #BD8175 in popluar color models

BD8175
RGB189129117
HSL10°35.29%60.00%
HSB/HSV10°38.10%74.12%
CMYK0.00%31.75%38.10%
25.88%

Color #BD8175 in popluar number systems.

HEXBD8175
Decimal189129117
Binary10111101100000011110101
Octal275201165

Shades and tints

Shades of #BD8175

#BD8175
(189,129,117)
#AC766B
(172,118,107)
#9B6B61
(155,107,97)
#8A6057
(138,96,87)
#79554D
(121,85,77)
#684A43
(104,74,67)
#573F39
(87,63,57)
#46342F
(70,52,47)
#352925
(53,41,37)
#241E1B
(36,30,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BD8175

#BD8175
(189,129,117)
#C38C81
(195,140,129)
#C9978D
(201,151,141)
#CFA299
(207,162,153)
#D5ADA5
(213,173,165)
#DBB8B1
(219,184,177)
#E1C3BD
(225,195,189)
#E7CEC9
(231,206,201)
#EDD9D5
(237,217,213)
#F3E4E1
(243,228,225)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8175 color. Also use rgb(189,129,117) instead hex code.

Text Font Color

.myTextColor { color: #BD8175; }

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

This text font color is #BD8175.


Background Color

.myBgColor { background-color: #BD8175; }

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

This div background color is #BD8175.


Border color

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

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

This div border color is #BD8175.


Opacity

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

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

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

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

This text has shadow with #BD8175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8175 on black background.


Color preview on white background

This text has color #BD8175 on white background.



Black color preview on #BD8175 background

This text has black color on #BD8175 background.


White color preview on #BD8175 background

This text has white color on #BD8175 background.