COLOR #BC9B54

HEX: #BC9B54
RGB: (188,155,84)

Color info

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

RGB color model

#BC9B54 color RGB value is (188,155,84).

  • red value is 188;
  • green value is 155;
  • blue value is 84.
RGB:
(188,155,84)
(74%,61%,33%)

RGB channels and saturation

R 188 of 255 = 74%
G 155 of 255 = 61%
B 84 of 255 = 33%

188
155
84

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

Portions of RGB colors in percentages

R + G + B =
188 + 155 + 84 = 427 (100%)
R 188 of 427 ~ 44.03%
G 155 of 427 ~ 36.3%
B 84 of 427 ~ 19.67%

%44.03
%36.3
%19.67

CMYK color model

#BC9B54 color CMYK value is (0,18,55,26).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 55.32%
  • key color value is 26.27%
CMYK:
(0,18,55,26)
C0M18Y55K26 
(0%,18%,55%,26%)
(0.00/0.18/0.55/0.26)	

CMYK percentages

%0
%17.55
%55.32
%26.27

Codes

Color #BC9B54 in popluar color models

BC9B54
RGB18815584
HSL41°43.70%53.33%
HSB/HSV41°55.32%73.73%
CMYK0.00%17.55%55.32%
26.27%

Color #BC9B54 in popluar number systems.

HEXBC9B54
Decimal18815584
Binary10111100100110111010100
Octal274233124

Shades and tints

Shades of #BC9B54

#BC9B54
(188,155,84)
#AB8D4D
(171,141,77)
#9A7F46
(154,127,70)
#89713F
(137,113,63)
#786338
(120,99,56)
#675531
(103,85,49)
#56472A
(86,71,42)
#453923
(69,57,35)
#342B1C
(52,43,28)
#231D15
(35,29,21)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #BC9B54

#BC9B54
(188,155,84)
#C2A463
(194,164,99)
#C8AD72
(200,173,114)
#CEB681
(206,182,129)
#D4BF90
(212,191,144)
#DAC89F
(218,200,159)
#E0D1AE
(224,209,174)
#E6DABD
(230,218,189)
#ECE3CC
(236,227,204)
#F2ECDB
(242,236,219)
#F8F5EA
(248,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9B54 color. Also use rgb(188,155,84) instead hex code.

Text Font Color

.myTextColor { color: #BC9B54; }

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

This text font color is #BC9B54.


Background Color

.myBgColor { background-color: #BC9B54; }

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

This div background color is #BC9B54.


Border color

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

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

This div border color is #BC9B54.


Opacity

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

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

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

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

This text has shadow with #BC9B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9B54 on black background.


Color preview on white background

This text has color #BC9B54 on white background.



Black color preview on #BC9B54 background

This text has black color on #BC9B54 background.


White color preview on #BC9B54 background

This text has white color on #BC9B54 background.