COLOR #BD7357

HEX: #BD7357
RGB: (189,115,87)

Color info

#BD7357 contains mainly red color. Web safe color of #BD7357 is #CC6666 (or #C66).

RGB color model

#BD7357 color RGB value is (189,115,87).

  • red value is 189;
  • green value is 115;
  • blue value is 87.
RGB:
(189,115,87)
(74%,45%,34%)

RGB channels and saturation

R 189 of 255 = 74%
G 115 of 255 = 45%
B 87 of 255 = 34%

189
115
87

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

Portions of RGB colors in percentages

R + G + B =
189 + 115 + 87 = 391 (100%)
R 189 of 391 ~ 48.34%
G 115 of 391 ~ 29.41%
B 87 of 391 ~ 22.25%

%48.34
%29.41
%22.25

CMYK color model

#BD7357 color CMYK value is (0,39,54,26).

  • cyan value is 0.00%
  • magenta value is 39.15%
  • yellow value is 53.97%
  • key color value is 25.88%
CMYK:
(0,39,54,26)
C0M39Y54K26 
(0%,39%,54%,26%)
(0.00/0.39/0.54/0.26)	

CMYK percentages

%0
%39.15
%53.97
%25.88

Codes

Color #BD7357 in popluar color models

BD7357
RGB18911587
HSL16°43.59%54.12%
HSB/HSV16°53.97%74.12%
CMYK0.00%39.15%53.97%
25.88%

Color #BD7357 in popluar number systems.

HEXBD7357
Decimal18911587
Binary1011110111100111010111
Octal275163127

Shades and tints

Shades of #BD7357

#BD7357
(189,115,87)
#AC6950
(172,105,80)
#9B5F49
(155,95,73)
#8A5542
(138,85,66)
#794B3B
(121,75,59)
#684134
(104,65,52)
#57372D
(87,55,45)
#462D26
(70,45,38)
#35231F
(53,35,31)
#241918
(36,25,24)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #BD7357

#BD7357
(189,115,87)
#C37F66
(195,127,102)
#C98B75
(201,139,117)
#CF9784
(207,151,132)
#D5A393
(213,163,147)
#DBAFA2
(219,175,162)
#E1BBB1
(225,187,177)
#E7C7C0
(231,199,192)
#EDD3CF
(237,211,207)
#F3DFDE
(243,223,222)
#F9EBED
(249,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7357 color. Also use rgb(189,115,87) instead hex code.

Text Font Color

.myTextColor { color: #BD7357; }

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

This text font color is #BD7357.


Background Color

.myBgColor { background-color: #BD7357; }

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

This div background color is #BD7357.


Border color

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

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

This div border color is #BD7357.


Opacity

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

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

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

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

This text has shadow with #BD7357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7357 on black background.


Color preview on white background

This text has color #BD7357 on white background.



Black color preview on #BD7357 background

This text has black color on #BD7357 background.


White color preview on #BD7357 background

This text has white color on #BD7357 background.