COLOR #BC9255

HEX: #BC9255
RGB: (188,146,85)

Color info

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

RGB color model

#BC9255 color RGB value is (188,146,85).

  • red value is 188;
  • green value is 146;
  • blue value is 85.
RGB:
(188,146,85)
(74%,57%,33%)

RGB channels and saturation

R 188 of 255 = 74%
G 146 of 255 = 57%
B 85 of 255 = 33%

188
146
85

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

Portions of RGB colors in percentages

R + G + B =
188 + 146 + 85 = 419 (100%)
R 188 of 419 ~ 44.87%
G 146 of 419 ~ 34.84%
B 85 of 419 ~ 20.29%

%44.87
%34.84
%20.29

CMYK color model

#BC9255 color CMYK value is (0,22,55,26).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 54.79%
  • key color value is 26.27%
CMYK:
(0,22,55,26)
C0M22Y55K26 
(0%,22%,55%,26%)
(0.00/0.22/0.55/0.26)	

CMYK percentages

%0
%22.34
%54.79
%26.27

Codes

Color #BC9255 in popluar color models

BC9255
RGB18814685
HSL36°43.46%53.53%
HSB/HSV36°54.79%73.73%
CMYK0.00%22.34%54.79%
26.27%

Color #BC9255 in popluar number systems.

HEXBC9255
Decimal18814685
Binary10111100100100101010101
Octal274222125

Shades and tints

Shades of #BC9255

#BC9255
(188,146,85)
#AB854E
(171,133,78)
#9A7847
(154,120,71)
#896B40
(137,107,64)
#785E39
(120,94,57)
#675132
(103,81,50)
#56442B
(86,68,43)
#453724
(69,55,36)
#342A1D
(52,42,29)
#231D16
(35,29,22)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #BC9255

#BC9255
(188,146,85)
#C29B64
(194,155,100)
#C8A473
(200,164,115)
#CEAD82
(206,173,130)
#D4B691
(212,182,145)
#DABFA0
(218,191,160)
#E0C8AF
(224,200,175)
#E6D1BE
(230,209,190)
#ECDACD
(236,218,205)
#F2E3DC
(242,227,220)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9255 color. Also use rgb(188,146,85) instead hex code.

Text Font Color

.myTextColor { color: #BC9255; }

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

This text font color is #BC9255.


Background Color

.myBgColor { background-color: #BC9255; }

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

This div background color is #BC9255.


Border color

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

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

This div border color is #BC9255.


Opacity

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

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

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

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

This text has shadow with #BC9255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9255 on black background.


Color preview on white background

This text has color #BC9255 on white background.



Black color preview on #BC9255 background

This text has black color on #BC9255 background.


White color preview on #BC9255 background

This text has white color on #BC9255 background.