COLOR #BD923F

HEX: #BD923F RGB: (189,146,63)

Color info

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

RGB color model

#BD923F color RGB value is (189,146,63).

RGB: (189,146,63) (74%, 57%, 25%)

RGB channels and saturation

R 189 of 255 = 74%
G 146 of 255 = 57%
B 63 of 255 = 25%

189
146
63

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

Portions of RGB colors in percentages

R + G + B = 189 + 146 + 63 = 398 (100%)
R 189 of 398 ~ 47.49%
G 146 of 398 ~ 36.68%
B 63 of 398 ~ 15.83'%

%47.49
%36.68
%15.83

CMYK color model

#BD923F color CMYK value is (0,23,67,26).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 66.67%
  • key color value is 25.88%

CMYK: (0,23,67,26)
C0M23Y67K26 (0%, 23%, 67%, 26%)
(0.00 / 0.23 / 0.67 / 0.26)

CMYK percentages

%0
%22.75
%66.67
%25.88

Codes

Color #BD923F in popluar color models

BD 92 3F
RGB 189 146 63
HSL 40° 50.00% 49.41%
HSB/HSV 40° 66.67% 74.12%
CMYK 0.00% 22.75% 66.67%
25.88%

Color #BD923F in popluar number systems.

HEX BD 92 3F
Decimal 189 146 63
Binary 10111101 10010010 111111
Octal 275 222 77

Shades and tints

Shades of #BD923F

#BD923F
(189,146,63)
#AC853A
(172,133,58)
#9B7835
(155,120,53)
#8A6B30
(138,107,48)
#795E2B
(121,94,43)
#685126
(104,81,38)
#574421
(87,68,33)
#46371C
(70,55,28)
#352A17
(53,42,23)
#241D12
(36,29,18)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #BD923F

#BD923F
(189,146,63)
#C39B50
(195,155,80)
#C9A461
(201,164,97)
#CFAD72
(207,173,114)
#D5B683
(213,182,131)
#DBBF94
(219,191,148)
#E1C8A5
(225,200,165)
#E7D1B6
(231,209,182)
#EDDAC7
(237,218,199)
#F3E3D8
(243,227,216)
#F9ECE9
(249,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD923F; }

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

This text font color is #BD923F.

Background Color

.myBgColor { background-color: #BD923F; }

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

This div background color is #BD923F.

Border color

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

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

This div border color is #BD923F.

Opacity

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

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

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

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

This text has shadow with #BD923F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD923F.

Preview

Color preview on black background

This text has color #BD923F on black background.


Color preview on white background

This text has color #BD923F on white background.


Black color preview on #BD923F background

This text has black color on #BD923F background.


White color preview on #BD923F background

This text has white color on #BD923F background.


Related colors

Complementary color

Complementary color for #hex is #426DC0.


I love getcolorcode.com

Triadic colors

1 #3FBD92 and #923FBD with #BD923F are triadic colors.

2 #3F92BD and #92BD3F with #BD923F are triadic colors.