COLOR #BCB1A3

HEX: #BCB1A3 RGB: (188,177,163)

Color info

#BCB1A3 contains red, green and blue colors in about the same proportion. Web safe color of #BCB1A3 is #CC9999 (or #C99).

RGB color model

#BCB1A3 color RGB value is (188,177,163).

RGB: (188,177,163) (74%, 69%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 163 of 255 = 64%

188
177
163

R + G + B ~ 69%. #BCB1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 177 + 163 = 528 (100%)
R 188 of 528 ~ 35.61%
G 177 of 528 ~ 33.52%
B 163 of 528 ~ 30.87'%

%35.61
%33.52
%30.87

CMYK color model

#BCB1A3 color CMYK value is (0,6,13,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 13.30%
  • key color value is 26.27%

CMYK: (0,6,13,26)
C0M6Y13K26 (0%, 6%, 13%, 26%)
(0.00 / 0.06 / 0.13 / 0.26)

CMYK percentages

%0
%5.85
%13.3
%26.27

Codes

Color #BCB1A3 in popluar color models

BC B1 A3
RGB 188 177 163
HSL 34° 15.72% 68.82%
HSB/HSV 34° 13.30% 73.73%
CMYK 0.00% 5.85% 13.30%
26.27%

Color #BCB1A3 in popluar number systems.

HEX BC B1 A3
Decimal 188 177 163
Binary 10111100 10110001 10100011
Octal 274 261 243

Shades and tints

Shades of #BCB1A3

#BCB1A3
(188,177,163)
#ABA195
(171,161,149)
#9A9187
(154,145,135)
#898179
(137,129,121)
#78716B
(120,113,107)
#67615D
(103,97,93)
#56514F
(86,81,79)
#454141
(69,65,65)
#343133
(52,49,51)
#232125
(35,33,37)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BCB1A3

#BCB1A3
(188,177,163)
#C2B8AB
(194,184,171)
#C8BFB3
(200,191,179)
#CEC6BB
(206,198,187)
#D4CDC3
(212,205,195)
#DAD4CB
(218,212,203)
#E0DBD3
(224,219,211)
#E6E2DB
(230,226,219)
#ECE9E3
(236,233,227)
#F2F0EB
(242,240,235)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB1A3 color. Also use rgb(188,177,163) instead hex code.

Text Font Color

.myTextColor { color: #BCB1A3; }

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

This text font color is #BCB1A3.

Background Color

.myBgColor { background-color: #BCB1A3; }

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

This div background color is #BCB1A3.

Border color

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

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

This div border color is #BCB1A3.

Opacity

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

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

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

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

This text has shadow with #BCB1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB1A3.

Preview

Color preview on black background

This text has color #BCB1A3 on black background.


Color preview on white background

This text has color #BCB1A3 on white background.


Black color preview on #BCB1A3 background

This text has black color on #BCB1A3 background.


White color preview on #BCB1A3 background

This text has white color on #BCB1A3 background.


Related colors

Complementary color

Complementary color for #hex is #434E5C.


I love getcolorcode.com

Triadic colors

1 #A3BCB1 and #B1A3BC with #BCB1A3 are triadic colors.

2 #A3B1BC and #B1BCA3 with #BCB1A3 are triadic colors.