COLOR #BD5D38

HEX: #BD5D38
RGB: (189,93,56)

Color info

#BD5D38 contains mainly red color. Web safe color of #BD5D38 is #CC6633 (or #C63).

RGB color model

#BD5D38 color RGB value is (189,93,56).

  • red value is 189;
  • green value is 93;
  • blue value is 56.
RGB:
(189,93,56)
(74%,36%,22%)

RGB channels and saturation

R 189 of 255 = 74%
G 93 of 255 = 36%
B 56 of 255 = 22%

189
93
56

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

Portions of RGB colors in percentages

R + G + B =
189 + 93 + 56 = 338 (100%)
R 189 of 338 ~ 55.92%
G 93 of 338 ~ 27.51%
B 56 of 338 ~ 16.57%

%55.92
%27.51
%16.57

CMYK color model

#BD5D38 color CMYK value is (0,51,70,26).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 70.37%
  • key color value is 25.88%
CMYK:
(0,51,70,26)
C0M51Y70K26 
(0%,51%,70%,26%)
(0.00/0.51/0.70/0.26)	

CMYK percentages

%0
%50.79
%70.37
%25.88

Codes

Color #BD5D38 in popluar color models

BD5D38
RGB1899356
HSL17°54.29%48.04%
HSB/HSV17°70.37%74.12%
CMYK0.00%50.79%70.37%
25.88%

Color #BD5D38 in popluar number systems.

HEXBD5D38
Decimal1899356
Binary101111011011101111000
Octal27513570

Shades and tints

Shades of #BD5D38

#BD5D38
(189,93,56)
#AC5533
(172,85,51)
#9B4D2E
(155,77,46)
#8A4529
(138,69,41)
#793D24
(121,61,36)
#68351F
(104,53,31)
#572D1A
(87,45,26)
#462515
(70,37,21)
#351D10
(53,29,16)
#24150B
(36,21,11)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #BD5D38

#BD5D38
(189,93,56)
#C36B4A
(195,107,74)
#C9795C
(201,121,92)
#CF876E
(207,135,110)
#D59580
(213,149,128)
#DBA392
(219,163,146)
#E1B1A4
(225,177,164)
#E7BFB6
(231,191,182)
#EDCDC8
(237,205,200)
#F3DBDA
(243,219,218)
#F9E9EC
(249,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5D38 color. Also use rgb(189,93,56) instead hex code.

Text Font Color

.myTextColor { color: #BD5D38; }

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

This text font color is #BD5D38.


Background Color

.myBgColor { background-color: #BD5D38; }

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

This div background color is #BD5D38.


Border color

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

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

This div border color is #BD5D38.


Opacity

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

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

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

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

This text has shadow with #BD5D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5D38 on black background.


Color preview on white background

This text has color #BD5D38 on white background.



Black color preview on #BD5D38 background

This text has black color on #BD5D38 background.


White color preview on #BD5D38 background

This text has white color on #BD5D38 background.