COLOR #BC995D

HEX: #BC995D
RGB: (188,153,93)

Color info

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

RGB color model

#BC995D color RGB value is (188,153,93).

  • red value is 188;
  • green value is 153;
  • blue value is 93.
RGB:
(188,153,93)
(74%,60%,36%)

RGB channels and saturation

R 188 of 255 = 74%
G 153 of 255 = 60%
B 93 of 255 = 36%

188
153
93

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

Portions of RGB colors in percentages

R + G + B =
188 + 153 + 93 = 434 (100%)
R 188 of 434 ~ 43.32%
G 153 of 434 ~ 35.25%
B 93 of 434 ~ 21.43%

%43.32
%35.25
%21.43

CMYK color model

#BC995D color CMYK value is (0,19,51,26).

  • cyan value is 0.00%
  • magenta value is 18.62%
  • yellow value is 50.53%
  • key color value is 26.27%
CMYK:
(0,19,51,26)
C0M19Y51K26 
(0%,19%,51%,26%)
(0.00/0.19/0.51/0.26)	

CMYK percentages

%0
%18.62
%50.53
%26.27

Codes

Color #BC995D in popluar color models

BC995D
RGB18815393
HSL38°41.48%55.10%
HSB/HSV38°50.53%73.73%
CMYK0.00%18.62%50.53%
26.27%

Color #BC995D in popluar number systems.

HEXBC995D
Decimal18815393
Binary10111100100110011011101
Octal274231135

Shades and tints

Shades of #BC995D

#BC995D
(188,153,93)
#AB8C55
(171,140,85)
#9A7F4D
(154,127,77)
#897245
(137,114,69)
#78653D
(120,101,61)
#675835
(103,88,53)
#564B2D
(86,75,45)
#453E25
(69,62,37)
#34311D
(52,49,29)
#232415
(35,36,21)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #BC995D

#BC995D
(188,153,93)
#C2A26B
(194,162,107)
#C8AB79
(200,171,121)
#CEB487
(206,180,135)
#D4BD95
(212,189,149)
#DAC6A3
(218,198,163)
#E0CFB1
(224,207,177)
#E6D8BF
(230,216,191)
#ECE1CD
(236,225,205)
#F2EADB
(242,234,219)
#F8F3E9
(248,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC995D color. Also use rgb(188,153,93) instead hex code.

Text Font Color

.myTextColor { color: #BC995D; }

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

This text font color is #BC995D.


Background Color

.myBgColor { background-color: #BC995D; }

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

This div background color is #BC995D.


Border color

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

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

This div border color is #BC995D.


Opacity

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

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

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

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

This text has shadow with #BC995D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC995D on black background.


Color preview on white background

This text has color #BC995D on white background.



Black color preview on #BC995D background

This text has black color on #BC995D background.


White color preview on #BC995D background

This text has white color on #BC995D background.