COLOR #BC736C

HEX: #BC736C RGB: (188,115,108)

Color info

#BC736C contains mainly red color. Web safe color of #BC736C is #CC6666 (or #C66).

RGB color model

#BC736C color RGB value is (188,115,108).

RGB: (188,115,108) (74%, 45%, 42%)

RGB channels and saturation

R 188 of 255 = 74%
G 115 of 255 = 45%
B 108 of 255 = 42%

188
115
108

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

Portions of RGB colors in percentages

R + G + B = 188 + 115 + 108 = 411 (100%)
R 188 of 411 ~ 45.74%
G 115 of 411 ~ 27.98%
B 108 of 411 ~ 26.28'%

%45.74
%27.98
%26.28

CMYK color model

#BC736C color CMYK value is (0,39,43,26).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 42.55%
  • key color value is 26.27%

CMYK: (0,39,43,26)
C0M39Y43K26 (0%, 39%, 43%, 26%)
(0.00 / 0.39 / 0.43 / 0.26)

CMYK percentages

%0
%38.83
%42.55
%26.27

Codes

Color #BC736C in popluar color models

BC 73 6C
RGB 188 115 108
HSL 37.38% 58.04%
HSB/HSV 42.55% 73.73%
CMYK 0.00% 38.83% 42.55%
26.27%

Color #BC736C in popluar number systems.

HEX BC 73 6C
Decimal 188 115 108
Binary 10111100 1110011 1101100
Octal 274 163 154

Shades and tints

Shades of #BC736C

#BC736C
(188,115,108)
#AB6963
(171,105,99)
#9A5F5A
(154,95,90)
#895551
(137,85,81)
#784B48
(120,75,72)
#67413F
(103,65,63)
#563736
(86,55,54)
#452D2D
(69,45,45)
#342324
(52,35,36)
#23191B
(35,25,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #BC736C

#BC736C
(188,115,108)
#C27F79
(194,127,121)
#C88B86
(200,139,134)
#CE9793
(206,151,147)
#D4A3A0
(212,163,160)
#DAAFAD
(218,175,173)
#E0BBBA
(224,187,186)
#E6C7C7
(230,199,199)
#ECD3D4
(236,211,212)
#F2DFE1
(242,223,225)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC736C color. Also use rgb(188,115,108) instead hex code.

Text Font Color

.myTextColor { color: #BC736C; }

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

This text font color is #BC736C.

Background Color

.myBgColor { background-color: #BC736C; }

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

This div background color is #BC736C.

Border color

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

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

This div border color is #BC736C.

Opacity

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

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

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

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

This text has shadow with #BC736C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC736C.

Preview

Color preview on black background

This text has color #BC736C on black background.


Color preview on white background

This text has color #BC736C on white background.


Black color preview on #BC736C background

This text has black color on #BC736C background.


White color preview on #BC736C background

This text has white color on #BC736C background.


Related colors

Complementary color

Complementary color for #hex is #438C93.


I love getcolorcode.com

Triadic colors

1 #6CBC73 and #736CBC with #BC736C are triadic colors.

2 #6C73BC and #73BC6C with #BC736C are triadic colors.