COLOR #BD995E

HEX: #BD995E RGB: (189,153,94)

Color info

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

RGB color model

#BD995E color RGB value is (189,153,94).

RGB: (189,153,94) (74%, 60%, 37%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 94 of 255 = 37%

189
153
94

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

Portions of RGB colors in percentages

R + G + B = 189 + 153 + 94 = 436 (100%)
R 189 of 436 ~ 43.35%
G 153 of 436 ~ 35.09%
B 94 of 436 ~ 21.56'%

%43.35
%35.09
%21.56

CMYK color model

#BD995E color CMYK value is (0,19,50,26).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 50.26%
  • key color value is 25.88%

CMYK: (0,19,50,26)
C0M19Y50K26 (0%, 19%, 50%, 26%)
(0.00 / 0.19 / 0.50 / 0.26)

CMYK percentages

%0
%19.05
%50.26
%25.88

Codes

Color #BD995E in popluar color models

BD 99 5E
RGB 189 153 94
HSL 37° 41.85% 55.49%
HSB/HSV 37° 50.26% 74.12%
CMYK 0.00% 19.05% 50.26%
25.88%

Color #BD995E in popluar number systems.

HEX BD 99 5E
Decimal 189 153 94
Binary 10111101 10011001 1011110
Octal 275 231 136

Shades and tints

Shades of #BD995E

#BD995E
(189,153,94)
#AC8C56
(172,140,86)
#9B7F4E
(155,127,78)
#8A7246
(138,114,70)
#79653E
(121,101,62)
#685836
(104,88,54)
#574B2E
(87,75,46)
#463E26
(70,62,38)
#35311E
(53,49,30)
#242416
(36,36,22)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #BD995E

#BD995E
(189,153,94)
#C3A26C
(195,162,108)
#C9AB7A
(201,171,122)
#CFB488
(207,180,136)
#D5BD96
(213,189,150)
#DBC6A4
(219,198,164)
#E1CFB2
(225,207,178)
#E7D8C0
(231,216,192)
#EDE1CE
(237,225,206)
#F3EADC
(243,234,220)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD995E color. Also use rgb(189,153,94) instead hex code.

Text Font Color

.myTextColor { color: #BD995E; }

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

This text font color is #BD995E.

Background Color

.myBgColor { background-color: #BD995E; }

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

This div background color is #BD995E.

Border color

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

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

This div border color is #BD995E.

Opacity

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

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

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

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

This text has shadow with #BD995E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD995E.

Preview

Color preview on black background

This text has color #BD995E on black background.


Color preview on white background

This text has color #BD995E on white background.


Black color preview on #BD995E background

This text has black color on #BD995E background.


White color preview on #BD995E background

This text has white color on #BD995E background.


Related colors

Complementary color

Complementary color for #hex is #4266A1.


I love getcolorcode.com

Triadic colors

1 #5EBD99 and #995EBD with #BD995E are triadic colors.

2 #5E99BD and #99BD5E with #BD995E are triadic colors.