COLOR #BD955B

HEX: #BD955B
RGB: (189,149,91)

Color info

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

RGB color model

#BD955B color RGB value is (189,149,91).

  • red value is 189;
  • green value is 149;
  • blue value is 91.
RGB:
(189,149,91)
(74%,58%,36%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 91 of 255 = 36%

189
149
91

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

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 91 = 429 (100%)
R 189 of 429 ~ 44.06%
G 149 of 429 ~ 34.73%
B 91 of 429 ~ 21.21%

%44.06
%34.73
%21.21

CMYK color model

#BD955B color CMYK value is (0,21,52,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 51.85%
  • key color value is 25.88%
CMYK:
(0,21,52,26)
C0M21Y52K26 
(0%,21%,52%,26%)
(0.00/0.21/0.52/0.26)	

CMYK percentages

%0
%21.16
%51.85
%25.88

Codes

Color #BD955B in popluar color models

BD955B
RGB18914991
HSL36°42.61%54.90%
HSB/HSV36°51.85%74.12%
CMYK0.00%21.16%51.85%
25.88%

Color #BD955B in popluar number systems.

HEXBD955B
Decimal18914991
Binary10111101100101011011011
Octal275225133

Shades and tints

Shades of #BD955B

#BD955B
(189,149,91)
#AC8853
(172,136,83)
#9B7B4B
(155,123,75)
#8A6E43
(138,110,67)
#79613B
(121,97,59)
#685433
(104,84,51)
#57472B
(87,71,43)
#463A23
(70,58,35)
#352D1B
(53,45,27)
#242013
(36,32,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #BD955B

#BD955B
(189,149,91)
#C39E69
(195,158,105)
#C9A777
(201,167,119)
#CFB085
(207,176,133)
#D5B993
(213,185,147)
#DBC2A1
(219,194,161)
#E1CBAF
(225,203,175)
#E7D4BD
(231,212,189)
#EDDDCB
(237,221,203)
#F3E6D9
(243,230,217)
#F9EFE7
(249,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD955B color. Also use rgb(189,149,91) instead hex code.

Text Font Color

.myTextColor { color: #BD955B; }

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

This text font color is #BD955B.


Background Color

.myBgColor { background-color: #BD955B; }

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

This div background color is #BD955B.


Border color

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

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

This div border color is #BD955B.


Opacity

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

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

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

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

This text has shadow with #BD955B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD955B on black background.


Color preview on white background

This text has color #BD955B on white background.



Black color preview on #BD955B background

This text has black color on #BD955B background.


White color preview on #BD955B background

This text has white color on #BD955B background.