COLOR #BA7664

HEX: #BA7664 RGB: (186,118,100)

Color info

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

RGB color model

#BA7664 color RGB value is (186,118,100).

RGB: (186,118,100) (73%, 46%, 39%)

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 100 of 255 = 39%

186
118
100

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

Portions of RGB colors in percentages

R + G + B = 186 + 118 + 100 = 404 (100%)
R 186 of 404 ~ 46.04%
G 118 of 404 ~ 29.21%
B 100 of 404 ~ 24.75'%

%46.04
%29.21
%24.75

CMYK color model

#BA7664 color CMYK value is (0,37,46,27).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 46.24%
  • key color value is 27.06%

CMYK: (0,37,46,27)
C0M37Y46K27 (0%, 37%, 46%, 27%)
(0.00 / 0.37 / 0.46 / 0.27)

CMYK percentages

%0
%36.56
%46.24
%27.06

Codes

Color #BA7664 in popluar color models

BA 76 64
RGB 186 118 100
HSL 13° 38.39% 56.08%
HSB/HSV 13° 46.24% 72.94%
CMYK 0.00% 36.56% 46.24%
27.06%

Color #BA7664 in popluar number systems.

HEX BA 76 64
Decimal 186 118 100
Binary 10111010 1110110 1100100
Octal 272 166 144

Shades and tints

Shades of #BA7664

#BA7664
(186,118,100)
#AA6C5B
(170,108,91)
#9A6252
(154,98,82)
#8A5849
(138,88,73)
#7A4E40
(122,78,64)
#6A4437
(106,68,55)
#5A3A2E
(90,58,46)
#4A3025
(74,48,37)
#3A261C
(58,38,28)
#2A1C13
(42,28,19)
#1A120A
(26,18,10)
#000000
(0,0,0)

Tints of #BA7664

#BA7664
(186,118,100)
#C08272
(192,130,114)
#C68E80
(198,142,128)
#CC9A8E
(204,154,142)
#D2A69C
(210,166,156)
#D8B2AA
(216,178,170)
#DEBEB8
(222,190,184)
#E4CAC6
(228,202,198)
#EAD6D4
(234,214,212)
#F0E2E2
(240,226,226)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7664 color. Also use rgb(186,118,100) instead hex code.

Text Font Color

.myTextColor { color: #BA7664; }

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

This text font color is #BA7664.

Background Color

.myBgColor { background-color: #BA7664; }

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

This div background color is #BA7664.

Border color

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

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

This div border color is #BA7664.

Opacity

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

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

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

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

This text has shadow with #BA7664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7664.

Preview

Color preview on black background

This text has color #BA7664 on black background.


Color preview on white background

This text has color #BA7664 on white background.


Black color preview on #BA7664 background

This text has black color on #BA7664 background.


White color preview on #BA7664 background

This text has white color on #BA7664 background.


Related colors

Complementary color

Complementary color for #hex is #45899B.


I love getcolorcode.com

Triadic colors

1 #64BA76 and #7664BA with #BA7664 are triadic colors.

2 #6476BA and #76BA64 with #BA7664 are triadic colors.