COLOR #BCB361

HEX: #BCB361 RGB: (188,179,97)

Color info

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

RGB color model

#BCB361 color RGB value is (188,179,97).

RGB: (188,179,97) (74%, 70%, 38%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 97 of 255 = 38%

188
179
97

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

Portions of RGB colors in percentages

R + G + B = 188 + 179 + 97 = 464 (100%)
R 188 of 464 ~ 40.52%
G 179 of 464 ~ 38.58%
B 97 of 464 ~ 20.91'%

%40.52
%38.58
%20.91

CMYK color model

#BCB361 color CMYK value is (0,5,48,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 48.40%
  • key color value is 26.27%

CMYK: (0,5,48,26)
C0M5Y48K26 (0%, 5%, 48%, 26%)
(0.00 / 0.05 / 0.48 / 0.26)

CMYK percentages

%0
%4.79
%48.4
%26.27

Codes

Color #BCB361 in popluar color models

BC B3 61
RGB 188 179 97
HSL 54° 40.44% 55.88%
HSB/HSV 54° 48.40% 73.73%
CMYK 0.00% 4.79% 48.40%
26.27%

Color #BCB361 in popluar number systems.

HEX BC B3 61
Decimal 188 179 97
Binary 10111100 10110011 1100001
Octal 274 263 141

Shades and tints

Shades of #BCB361

#BCB361
(188,179,97)
#ABA359
(171,163,89)
#9A9351
(154,147,81)
#898349
(137,131,73)
#787341
(120,115,65)
#676339
(103,99,57)
#565331
(86,83,49)
#454329
(69,67,41)
#343321
(52,51,33)
#232319
(35,35,25)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BCB361

#BCB361
(188,179,97)
#C2B96F
(194,185,111)
#C8BF7D
(200,191,125)
#CEC58B
(206,197,139)
#D4CB99
(212,203,153)
#DAD1A7
(218,209,167)
#E0D7B5
(224,215,181)
#E6DDC3
(230,221,195)
#ECE3D1
(236,227,209)
#F2E9DF
(242,233,223)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB361 color. Also use rgb(188,179,97) instead hex code.

Text Font Color

.myTextColor { color: #BCB361; }

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

This text font color is #BCB361.

Background Color

.myBgColor { background-color: #BCB361; }

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

This div background color is #BCB361.

Border color

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

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

This div border color is #BCB361.

Opacity

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

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

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

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

This text has shadow with #BCB361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB361.

Preview

Color preview on black background

This text has color #BCB361 on black background.


Color preview on white background

This text has color #BCB361 on white background.


Black color preview on #BCB361 background

This text has black color on #BCB361 background.


White color preview on #BCB361 background

This text has white color on #BCB361 background.


Related colors

Complementary color

Complementary color for #hex is #434C9E.


I love getcolorcode.com

Triadic colors

1 #61BCB3 and #B361BC with #BCB361 are triadic colors.

2 #61B3BC and #B3BC61 with #BCB361 are triadic colors.