COLOR #BCB554

HEX: #BCB554 RGB: (188,181,84)

Color info

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

RGB color model

#BCB554 color RGB value is (188,181,84).

RGB: (188,181,84) (74%, 71%, 33%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 84 of 255 = 33%

188
181
84

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 84 = 453 (100%)
R 188 of 453 ~ 41.5%
G 181 of 453 ~ 39.96%
B 84 of 453 ~ 18.54'%

%41.5
%39.96
%18.54

CMYK color model

#BCB554 color CMYK value is (0,4,55,26).

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

CMYK: (0,4,55,26)
C0M4Y55K26 (0%, 4%, 55%, 26%)
(0.00 / 0.04 / 0.55 / 0.26)

CMYK percentages

%0
%3.72
%55.32
%26.27

Codes

Color #BCB554 in popluar color models

BC B5 54
RGB 188 181 84
HSL 56° 43.70% 53.33%
HSB/HSV 56° 55.32% 73.73%
CMYK 0.00% 3.72% 55.32%
26.27%

Color #BCB554 in popluar number systems.

HEX BC B5 54
Decimal 188 181 84
Binary 10111100 10110101 1010100
Octal 274 265 124

Shades and tints

Shades of #BCB554

#BCB554
(188,181,84)
#ABA54D
(171,165,77)
#9A9546
(154,149,70)
#89853F
(137,133,63)
#787538
(120,117,56)
#676531
(103,101,49)
#56552A
(86,85,42)
#454523
(69,69,35)
#34351C
(52,53,28)
#232515
(35,37,21)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #BCB554

#BCB554
(188,181,84)
#C2BB63
(194,187,99)
#C8C172
(200,193,114)
#CEC781
(206,199,129)
#D4CD90
(212,205,144)
#DAD39F
(218,211,159)
#E0D9AE
(224,217,174)
#E6DFBD
(230,223,189)
#ECE5CC
(236,229,204)
#F2EBDB
(242,235,219)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB554; }

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

This text font color is #BCB554.

Background Color

.myBgColor { background-color: #BCB554; }

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

This div background color is #BCB554.

Border color

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

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

This div border color is #BCB554.

Opacity

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

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

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

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

This text has shadow with #BCB554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB554.

Preview

Color preview on black background

This text has color #BCB554 on black background.


Color preview on white background

This text has color #BCB554 on white background.


Black color preview on #BCB554 background

This text has black color on #BCB554 background.


White color preview on #BCB554 background

This text has white color on #BCB554 background.


Related colors

Complementary color

Complementary color for #hex is #434AAB.


I love getcolorcode.com

Triadic colors

1 #54BCB5 and #B554BC with #BCB554 are triadic colors.

2 #54B5BC and #B5BC54 with #BCB554 are triadic colors.