COLOR #BD863F

HEX: #BD863F
RGB: (189,134,63)

Color info

#BD863F contains mainly red and green colors. Web safe color of #BD863F is #CC9933 (or #C93).

RGB color model

#BD863F color RGB value is (189,134,63).

  • red value is 189;
  • green value is 134;
  • blue value is 63.
RGB:
(189,134,63)
(74%,53%,25%)

RGB channels and saturation

R 189 of 255 = 74%
G 134 of 255 = 53%
B 63 of 255 = 25%

189
134
63

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

Portions of RGB colors in percentages

R + G + B =
189 + 134 + 63 = 386 (100%)
R 189 of 386 ~ 48.96%
G 134 of 386 ~ 34.72%
B 63 of 386 ~ 16.32%

%48.96
%34.72
%16.32

CMYK color model

#BD863F color CMYK value is (0,29,67,26).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 66.67%
  • key color value is 25.88%
CMYK:
(0,29,67,26)
C0M29Y67K26 
(0%,29%,67%,26%)
(0.00/0.29/0.67/0.26)	

CMYK percentages

%0
%29.1
%66.67
%25.88

Codes

Color #BD863F in popluar color models

BD863F
RGB18913463
HSL34°50.00%49.41%
HSB/HSV34°66.67%74.12%
CMYK0.00%29.10%66.67%
25.88%

Color #BD863F in popluar number systems.

HEXBD863F
Decimal18913463
Binary1011110110000110111111
Octal27520677

Shades and tints

Shades of #BD863F

#BD863F
(189,134,63)
#AC7A3A
(172,122,58)
#9B6E35
(155,110,53)
#8A6230
(138,98,48)
#79562B
(121,86,43)
#684A26
(104,74,38)
#573E21
(87,62,33)
#46321C
(70,50,28)
#352617
(53,38,23)
#241A12
(36,26,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #BD863F

#BD863F
(189,134,63)
#C39150
(195,145,80)
#C99C61
(201,156,97)
#CFA772
(207,167,114)
#D5B283
(213,178,131)
#DBBD94
(219,189,148)
#E1C8A5
(225,200,165)
#E7D3B6
(231,211,182)
#EDDEC7
(237,222,199)
#F3E9D8
(243,233,216)
#F9F4E9
(249,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD863F color. Also use rgb(189,134,63) instead hex code.

Text Font Color

.myTextColor { color: #BD863F; }

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

This text font color is #BD863F.


Background Color

.myBgColor { background-color: #BD863F; }

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

This div background color is #BD863F.


Border color

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

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

This div border color is #BD863F.


Opacity

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

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

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

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

This text has shadow with #BD863F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD863F on black background.


Color preview on white background

This text has color #BD863F on white background.



Black color preview on #BD863F background

This text has black color on #BD863F background.


White color preview on #BD863F background

This text has white color on #BD863F background.