COLOR #BCBA7A

HEX: #BCBA7A RGB: (188,186,122)

Color info

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

RGB color model

#BCBA7A color RGB value is (188,186,122).

RGB: (188,186,122) (74%, 73%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 122 of 255 = 48%

188
186
122

R + G + B ~ 65%. #BCBA7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 122 = 496 (100%)
R 188 of 496 ~ 37.9%
G 186 of 496 ~ 37.5%
B 122 of 496 ~ 24.6'%

%37.9
%37.5
%24.6

CMYK color model

#BCBA7A color CMYK value is (0,1,35,26).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 35.11%
  • key color value is 26.27%
CMYK: (0,1,35,26) C0M1Y35K26 (0%,1%,35%,26%) (0.00/0.01/0.35/0.26) 

CMYK percentages

%0
%1.06
%35.11
%26.27

Codes

Color #BCBA7A in popluar color models

BC BA 7A
RGB 188 186 122
HSL 58° 33.00% 60.78%
HSB/HSV 58° 35.11% 73.73%
CMYK 0.00% 1.06% 35.11%
26.27%

Color #BCBA7A in popluar number systems.

HEX BC BA 7A
Decimal 188 186 122
Binary 10111100 10111010 1111010
Octal 274 272 172

Shades and tints

Shades of #BCBA7A

#BCBA7A
(188,186,122)
#ABAA6F
(171,170,111)
#9A9A64
(154,154,100)
#898A59
(137,138,89)
#787A4E
(120,122,78)
#676A43
(103,106,67)
#565A38
(86,90,56)
#454A2D
(69,74,45)
#343A22
(52,58,34)
#232A17
(35,42,23)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #BCBA7A

#BCBA7A
(188,186,122)
#C2C086
(194,192,134)
#C8C692
(200,198,146)
#CECC9E
(206,204,158)
#D4D2AA
(212,210,170)
#DAD8B6
(218,216,182)
#E0DEC2
(224,222,194)
#E6E4CE
(230,228,206)
#ECEADA
(236,234,218)
#F2F0E6
(242,240,230)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBA7A color. Also use rgb(188,186,122) instead hex code.

Text Font Color

.myTextColor { color: #BCBA7A; }

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

This text font color is #BCBA7A.

Background Color

.myBgColor { background-color: #BCBA7A; }

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

This div background color is #BCBA7A.

Border color

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

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

This div border color is #BCBA7A.

Opacity

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

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

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

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

This text has shadow with #BCBA7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBA7A.

Preview

Color preview on black background

This text has color #BCBA7A on black background.


Color preview on white background

This text has color #BCBA7A on white background.


Black color preview on #BCBA7A background

This text has black color on #BCBA7A background.


White color preview on #BCBA7A background

This text has white color on #BCBA7A background.


Related colors

Complementary color

Complementary color for #hex is #434585.


I love getcolorcode.com

Triadic colors

1 #7ABCBA and #BA7ABC with #BCBA7A are triadic colors.

2 #7ABABC and #BABC7A with #BCBA7A are triadic colors.