COLOR #BC927F

HEX: #BC927F RGB: (188,146,127)

Color info

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

RGB color model

#BC927F color RGB value is (188,146,127).

RGB: (188,146,127) (74%, 57%, 50%)

RGB channels and saturation

R 188 of 255 = 74%
G 146 of 255 = 57%
B 127 of 255 = 50%

188
146
127

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

Portions of RGB colors in percentages

R + G + B = 188 + 146 + 127 = 461 (100%)
R 188 of 461 ~ 40.78%
G 146 of 461 ~ 31.67%
B 127 of 461 ~ 27.55'%

%40.78
%31.67
%27.55

CMYK color model

#BC927F color CMYK value is (0,22,32,26).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK: (0,22,32,26) C0M22Y32K26 (0%,22%,32%,26%) (0.00/0.22/0.32/0.26) 

CMYK percentages

%0
%22.34
%32.45
%26.27

Codes

Color #BC927F in popluar color models

BC 92 7F
RGB 188 146 127
HSL 19° 31.28% 61.76%
HSB/HSV 19° 32.45% 73.73%
CMYK 0.00% 22.34% 32.45%
26.27%

Color #BC927F in popluar number systems.

HEX BC 92 7F
Decimal 188 146 127
Binary 10111100 10010010 1111111
Octal 274 222 177

Shades and tints

Shades of #BC927F

#BC927F
(188,146,127)
#AB8574
(171,133,116)
#9A7869
(154,120,105)
#896B5E
(137,107,94)
#785E53
(120,94,83)
#675148
(103,81,72)
#56443D
(86,68,61)
#453732
(69,55,50)
#342A27
(52,42,39)
#231D1C
(35,29,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #BC927F

#BC927F
(188,146,127)
#C29B8A
(194,155,138)
#C8A495
(200,164,149)
#CEADA0
(206,173,160)
#D4B6AB
(212,182,171)
#DABFB6
(218,191,182)
#E0C8C1
(224,200,193)
#E6D1CC
(230,209,204)
#ECDAD7
(236,218,215)
#F2E3E2
(242,227,226)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC927F color. Also use rgb(188,146,127) instead hex code.

Text Font Color

.myTextColor { color: #BC927F; }

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

This text font color is #BC927F.

Background Color

.myBgColor { background-color: #BC927F; }

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

This div background color is #BC927F.

Border color

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

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

This div border color is #BC927F.

Opacity

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

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

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

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

This text has shadow with #BC927F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC927F.

Preview

Color preview on black background

This text has color #BC927F on black background.


Color preview on white background

This text has color #BC927F on white background.


Black color preview on #BC927F background

This text has black color on #BC927F background.


White color preview on #BC927F background

This text has white color on #BC927F background.


Related colors

Complementary color

Complementary color for #hex is #436D80.


I love getcolorcode.com

Triadic colors

1 #7FBC92 and #927FBC with #BC927F are triadic colors.

2 #7F92BC and #92BC7F with #BC927F are triadic colors.