COLOR #BCB560

HEX: #BCB560 RGB: (188,181,96)

Color info

#BCB560 contains mainly red and green colors. Web safe color of #BCB560 is #CCCC66 (or #CC6).

RGB color model

#BCB560 color RGB value is (188,181,96).

RGB: (188,181,96) (74%, 71%, 38%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 96 of 255 = 38%

188
181
96

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 96 = 465 (100%)
R 188 of 465 ~ 40.43%
G 181 of 465 ~ 38.92%
B 96 of 465 ~ 20.65'%

%40.43
%38.92
%20.65

CMYK color model

#BCB560 color CMYK value is (0,4,49,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 48.94%
  • key color value is 26.27%

CMYK: (0,4,49,26)
C0M4Y49K26 (0%, 4%, 49%, 26%)
(0.00 / 0.04 / 0.49 / 0.26)

CMYK percentages

%0
%3.72
%48.94
%26.27

Codes

Color #BCB560 in popluar color models

BC B5 60
RGB 188 181 96
HSL 55° 40.71% 55.69%
HSB/HSV 55° 48.94% 73.73%
CMYK 0.00% 3.72% 48.94%
26.27%

Color #BCB560 in popluar number systems.

HEX BC B5 60
Decimal 188 181 96
Binary 10111100 10110101 1100000
Octal 274 265 140

Shades and tints

Shades of #BCB560

#BCB560
(188,181,96)
#ABA558
(171,165,88)
#9A9550
(154,149,80)
#898548
(137,133,72)
#787540
(120,117,64)
#676538
(103,101,56)
#565530
(86,85,48)
#454528
(69,69,40)
#343520
(52,53,32)
#232518
(35,37,24)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCB560

#BCB560
(188,181,96)
#C2BB6E
(194,187,110)
#C8C17C
(200,193,124)
#CEC78A
(206,199,138)
#D4CD98
(212,205,152)
#DAD3A6
(218,211,166)
#E0D9B4
(224,217,180)
#E6DFC2
(230,223,194)
#ECE5D0
(236,229,208)
#F2EBDE
(242,235,222)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB560 color. Also use rgb(188,181,96) instead hex code.

Text Font Color

.myTextColor { color: #BCB560; }

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

This text font color is #BCB560.

Background Color

.myBgColor { background-color: #BCB560; }

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

This div background color is #BCB560.

Border color

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

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

This div border color is #BCB560.

Opacity

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

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

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

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

This text has shadow with #BCB560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB560.

Preview

Color preview on black background

This text has color #BCB560 on black background.


Color preview on white background

This text has color #BCB560 on white background.


Black color preview on #BCB560 background

This text has black color on #BCB560 background.


White color preview on #BCB560 background

This text has white color on #BCB560 background.


Related colors

Complementary color

Complementary color for #hex is #434A9F.


I love getcolorcode.com

Triadic colors

1 #60BCB5 and #B560BC with #BCB560 are triadic colors.

2 #60B5BC and #B5BC60 with #BCB560 are triadic colors.