COLOR #BD9263

HEX: #BD9263 RGB: (189,146,99)

Color info

#BD9263 contains mainly red and green colors. Web safe color of #BD9263 is #CC9966 (or #C96).

RGB color model

#BD9263 color RGB value is (189,146,99).

RGB: (189,146,99) (74%, 57%, 39%)

RGB channels and saturation

R 189 of 255 = 74%
G 146 of 255 = 57%
B 99 of 255 = 39%

189
146
99

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

Portions of RGB colors in percentages

R + G + B = 189 + 146 + 99 = 434 (100%)
R 189 of 434 ~ 43.55%
G 146 of 434 ~ 33.64%
B 99 of 434 ~ 22.81'%

%43.55
%33.64
%22.81

CMYK color model

#BD9263 color CMYK value is (0,23,48,26).

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

CMYK: (0,23,48,26)
C0M23Y48K26 (0%, 23%, 48%, 26%)
(0.00 / 0.23 / 0.48 / 0.26)

CMYK percentages

%0
%22.75
%47.62
%25.88

Codes

Color #BD9263 in popluar color models

BD 92 63
RGB 189 146 99
HSL 31° 40.54% 56.47%
HSB/HSV 31° 47.62% 74.12%
CMYK 0.00% 22.75% 47.62%
25.88%

Color #BD9263 in popluar number systems.

HEX BD 92 63
Decimal 189 146 99
Binary 10111101 10010010 1100011
Octal 275 222 143

Shades and tints

Shades of #BD9263

#BD9263
(189,146,99)
#AC855A
(172,133,90)
#9B7851
(155,120,81)
#8A6B48
(138,107,72)
#795E3F
(121,94,63)
#685136
(104,81,54)
#57442D
(87,68,45)
#463724
(70,55,36)
#352A1B
(53,42,27)
#241D12
(36,29,18)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #BD9263

#BD9263
(189,146,99)
#C39B71
(195,155,113)
#C9A47F
(201,164,127)
#CFAD8D
(207,173,141)
#D5B69B
(213,182,155)
#DBBFA9
(219,191,169)
#E1C8B7
(225,200,183)
#E7D1C5
(231,209,197)
#EDDAD3
(237,218,211)
#F3E3E1
(243,227,225)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9263; }

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

This text font color is #BD9263.

Background Color

.myBgColor { background-color: #BD9263; }

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

This div background color is #BD9263.

Border color

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

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

This div border color is #BD9263.

Opacity

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

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

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

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

This text has shadow with #BD9263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9263.

Preview

Color preview on black background

This text has color #BD9263 on black background.


Color preview on white background

This text has color #BD9263 on white background.


Black color preview on #BD9263 background

This text has black color on #BD9263 background.


White color preview on #BD9263 background

This text has white color on #BD9263 background.


Related colors

Complementary color

Complementary color for #hex is #426D9C.


I love getcolorcode.com

Triadic colors

1 #63BD92 and #9263BD with #BD9263 are triadic colors.

2 #6392BD and #92BD63 with #BD9263 are triadic colors.