COLOR #BD9056

HEX: #BD9056
RGB: (189,144,86)

Color info

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

RGB color model

#BD9056 color RGB value is (189,144,86).

  • red value is 189;
  • green value is 144;
  • blue value is 86.
RGB:
(189,144,86)
(74%,56%,34%)

RGB channels and saturation

R 189 of 255 = 74%
G 144 of 255 = 56%
B 86 of 255 = 34%

189
144
86

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

Portions of RGB colors in percentages

R + G + B =
189 + 144 + 86 = 419 (100%)
R 189 of 419 ~ 45.11%
G 144 of 419 ~ 34.37%
B 86 of 419 ~ 20.53%

%45.11
%34.37
%20.53

CMYK color model

#BD9056 color CMYK value is (0,24,54,26).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 54.50%
  • key color value is 25.88%
CMYK:
(0,24,54,26)
C0M24Y54K26 
(0%,24%,54%,26%)
(0.00/0.24/0.54/0.26)	

CMYK percentages

%0
%23.81
%54.5
%25.88

Codes

Color #BD9056 in popluar color models

BD9056
RGB18914486
HSL34°43.83%53.92%
HSB/HSV34°54.50%74.12%
CMYK0.00%23.81%54.50%
25.88%

Color #BD9056 in popluar number systems.

HEXBD9056
Decimal18914486
Binary10111101100100001010110
Octal275220126

Shades and tints

Shades of #BD9056

#BD9056
(189,144,86)
#AC834F
(172,131,79)
#9B7648
(155,118,72)
#8A6941
(138,105,65)
#795C3A
(121,92,58)
#684F33
(104,79,51)
#57422C
(87,66,44)
#463525
(70,53,37)
#35281E
(53,40,30)
#241B17
(36,27,23)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #BD9056

#BD9056
(189,144,86)
#C39A65
(195,154,101)
#C9A474
(201,164,116)
#CFAE83
(207,174,131)
#D5B892
(213,184,146)
#DBC2A1
(219,194,161)
#E1CCB0
(225,204,176)
#E7D6BF
(231,214,191)
#EDE0CE
(237,224,206)
#F3EADD
(243,234,221)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9056 color. Also use rgb(189,144,86) instead hex code.

Text Font Color

.myTextColor { color: #BD9056; }

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

This text font color is #BD9056.


Background Color

.myBgColor { background-color: #BD9056; }

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

This div background color is #BD9056.


Border color

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

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

This div border color is #BD9056.


Opacity

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

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

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

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

This text has shadow with #BD9056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9056 on black background.


Color preview on white background

This text has color #BD9056 on white background.



Black color preview on #BD9056 background

This text has black color on #BD9056 background.


White color preview on #BD9056 background

This text has white color on #BD9056 background.