COLOR #BCB165

HEX: #BCB165
RGB: (188,177,101)

Color info

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

RGB color model

#BCB165 color RGB value is (188,177,101).

  • red value is 188;
  • green value is 177;
  • blue value is 101.
RGB:
(188,177,101)
(74%,69%,40%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 101 of 255 = 40%

188
177
101

R + G + B ~ 61%. #BCB165 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 101 = 466 (100%)
R 188 of 466 ~ 40.34%
G 177 of 466 ~ 37.98%
B 101 of 466 ~ 21.67%

%40.34
%37.98
%21.67

CMYK color model

#BCB165 color CMYK value is (0,6,46,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 46.28%
  • key color value is 26.27%
CMYK:
(0,6,46,26)
C0M6Y46K26 
(0%,6%,46%,26%)
(0.00/0.06/0.46/0.26)	

CMYK percentages

%0
%5.85
%46.28
%26.27

Codes

Color #BCB165 in popluar color models

BCB165
RGB188177101
HSL52°39.37%56.67%
HSB/HSV52°46.28%73.73%
CMYK0.00%5.85%46.28%
26.27%

Color #BCB165 in popluar number systems.

HEXBCB165
Decimal188177101
Binary10111100101100011100101
Octal274261145

Shades and tints

Shades of #BCB165

#BCB165
(188,177,101)
#ABA15C
(171,161,92)
#9A9153
(154,145,83)
#89814A
(137,129,74)
#787141
(120,113,65)
#676138
(103,97,56)
#56512F
(86,81,47)
#454126
(69,65,38)
#34311D
(52,49,29)
#232114
(35,33,20)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #BCB165

#BCB165
(188,177,101)
#C2B873
(194,184,115)
#C8BF81
(200,191,129)
#CEC68F
(206,198,143)
#D4CD9D
(212,205,157)
#DAD4AB
(218,212,171)
#E0DBB9
(224,219,185)
#E6E2C7
(230,226,199)
#ECE9D5
(236,233,213)
#F2F0E3
(242,240,227)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB165 color. Also use rgb(188,177,101) instead hex code.

Text Font Color

.myTextColor { color: #BCB165; }

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

This text font color is #BCB165.


Background Color

.myBgColor { background-color: #BCB165; }

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

This div background color is #BCB165.


Border color

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

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

This div border color is #BCB165.


Opacity

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

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

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

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

This text has shadow with #BCB165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB165 on black background.


Color preview on white background

This text has color #BCB165 on white background.



Black color preview on #BCB165 background

This text has black color on #BCB165 background.


White color preview on #BCB165 background

This text has white color on #BCB165 background.