COLOR #BD6D25

HEX: #BD6D25
RGB: (189,109,37)

Color info

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

RGB color model

#BD6D25 color RGB value is (189,109,37).

  • red value is 189;
  • green value is 109;
  • blue value is 37.
RGB:
(189,109,37)
(74%,43%,15%)

RGB channels and saturation

R 189 of 255 = 74%
G 109 of 255 = 43%
B 37 of 255 = 15%

189
109
37

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

Portions of RGB colors in percentages

R + G + B =
189 + 109 + 37 = 335 (100%)
R 189 of 335 ~ 56.42%
G 109 of 335 ~ 32.54%
B 37 of 335 ~ 11.04%

%56.42
%32.54
%11.04

CMYK color model

#BD6D25 color CMYK value is (0,42,80,26).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 80.42%
  • key color value is 25.88%
CMYK:
(0,42,80,26)
C0M42Y80K26 
(0%,42%,80%,26%)
(0.00/0.42/0.80/0.26)	

CMYK percentages

%0
%42.33
%80.42
%25.88

Codes

Color #BD6D25 in popluar color models

BD6D25
RGB18910937
HSL28°67.26%44.31%
HSB/HSV28°80.42%74.12%
CMYK0.00%42.33%80.42%
25.88%

Color #BD6D25 in popluar number systems.

HEXBD6D25
Decimal18910937
Binary101111011101101100101
Octal27515545

Shades and tints

Shades of #BD6D25

#BD6D25
(189,109,37)
#AC6422
(172,100,34)
#9B5B1F
(155,91,31)
#8A521C
(138,82,28)
#794919
(121,73,25)
#684016
(104,64,22)
#573713
(87,55,19)
#462E10
(70,46,16)
#35250D
(53,37,13)
#241C0A
(36,28,10)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #BD6D25

#BD6D25
(189,109,37)
#C37A38
(195,122,56)
#C9874B
(201,135,75)
#CF945E
(207,148,94)
#D5A171
(213,161,113)
#DBAE84
(219,174,132)
#E1BB97
(225,187,151)
#E7C8AA
(231,200,170)
#EDD5BD
(237,213,189)
#F3E2D0
(243,226,208)
#F9EFE3
(249,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6D25 color. Also use rgb(189,109,37) instead hex code.

Text Font Color

.myTextColor { color: #BD6D25; }

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

This text font color is #BD6D25.


Background Color

.myBgColor { background-color: #BD6D25; }

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

This div background color is #BD6D25.


Border color

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

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

This div border color is #BD6D25.


Opacity

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

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

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

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

This text has shadow with #BD6D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6D25 on black background.


Color preview on white background

This text has color #BD6D25 on white background.



Black color preview on #BD6D25 background

This text has black color on #BD6D25 background.


White color preview on #BD6D25 background

This text has white color on #BD6D25 background.