COLOR #BCB274

HEX: #BCB274
RGB: (188,178,116)

Color info

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

RGB color model

#BCB274 color RGB value is (188,178,116).

  • red value is 188;
  • green value is 178;
  • blue value is 116.
RGB:
(188,178,116)
(74%,70%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 116 of 255 = 45%

188
178
116

R + G + B ~ 63%. #BCB274 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 178 + 116 = 482 (100%)
R 188 of 482 ~ 39%
G 178 of 482 ~ 36.93%
B 116 of 482 ~ 24.07%

%39
%36.93
%24.07

CMYK color model

#BCB274 color CMYK value is (0,5,38,26).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 38.30%
  • key color value is 26.27%
CMYK:
(0,5,38,26)
C0M5Y38K26 
(0%,5%,38%,26%)
(0.00/0.05/0.38/0.26)	

CMYK percentages

%0
%5.32
%38.3
%26.27

Codes

Color #BCB274 in popluar color models

BCB274
RGB188178116
HSL52°34.95%59.61%
HSB/HSV52°38.30%73.73%
CMYK0.00%5.32%38.30%
26.27%

Color #BCB274 in popluar number systems.

HEXBCB274
Decimal188178116
Binary10111100101100101110100
Octal274262164

Shades and tints

Shades of #BCB274

#BCB274
(188,178,116)
#ABA26A
(171,162,106)
#9A9260
(154,146,96)
#898256
(137,130,86)
#78724C
(120,114,76)
#676242
(103,98,66)
#565238
(86,82,56)
#45422E
(69,66,46)
#343224
(52,50,36)
#23221A
(35,34,26)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BCB274

#BCB274
(188,178,116)
#C2B980
(194,185,128)
#C8C08C
(200,192,140)
#CEC798
(206,199,152)
#D4CEA4
(212,206,164)
#DAD5B0
(218,213,176)
#E0DCBC
(224,220,188)
#E6E3C8
(230,227,200)
#ECEAD4
(236,234,212)
#F2F1E0
(242,241,224)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB274 color. Also use rgb(188,178,116) instead hex code.

Text Font Color

.myTextColor { color: #BCB274; }

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

This text font color is #BCB274.


Background Color

.myBgColor { background-color: #BCB274; }

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

This div background color is #BCB274.


Border color

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

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

This div border color is #BCB274.


Opacity

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

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

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

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

This text has shadow with #BCB274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB274 on black background.


Color preview on white background

This text has color #BCB274 on white background.



Black color preview on #BCB274 background

This text has black color on #BCB274 background.


White color preview on #BCB274 background

This text has white color on #BCB274 background.