COLOR #BA6B62

HEX: #BA6B62
RGB: (186,107,98)

Color info

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

RGB color model

#BA6B62 color RGB value is (186,107,98).

  • red value is 186;
  • green value is 107;
  • blue value is 98.
RGB:
(186,107,98)
(73%,42%,38%)

RGB channels and saturation

R 186 of 255 = 73%
G 107 of 255 = 42%
B 98 of 255 = 38%

186
107
98

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

Portions of RGB colors in percentages

R + G + B =
186 + 107 + 98 = 391 (100%)
R 186 of 391 ~ 47.57%
G 107 of 391 ~ 27.37%
B 98 of 391 ~ 25.06%

%47.57
%27.37
%25.06

CMYK color model

#BA6B62 color CMYK value is (0,42,47,27).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 47.31%
  • key color value is 27.06%
CMYK:
(0,42,47,27)
C0M42Y47K27 
(0%,42%,47%,27%)
(0.00/0.42/0.47/0.27)	

CMYK percentages

%0
%42.47
%47.31
%27.06

Codes

Color #BA6B62 in popluar color models

BA6B62
RGB18610798
HSL38.94%55.69%
HSB/HSV47.31%72.94%
CMYK0.00%42.47%47.31%
27.06%

Color #BA6B62 in popluar number systems.

HEXBA6B62
Decimal18610798
Binary1011101011010111100010
Octal272153142

Shades and tints

Shades of #BA6B62

#BA6B62
(186,107,98)
#AA625A
(170,98,90)
#9A5952
(154,89,82)
#8A504A
(138,80,74)
#7A4742
(122,71,66)
#6A3E3A
(106,62,58)
#5A3532
(90,53,50)
#4A2C2A
(74,44,42)
#3A2322
(58,35,34)
#2A1A1A
(42,26,26)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #BA6B62

#BA6B62
(186,107,98)
#C07870
(192,120,112)
#C6857E
(198,133,126)
#CC928C
(204,146,140)
#D29F9A
(210,159,154)
#D8ACA8
(216,172,168)
#DEB9B6
(222,185,182)
#E4C6C4
(228,198,196)
#EAD3D2
(234,211,210)
#F0E0E0
(240,224,224)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6B62 color. Also use rgb(186,107,98) instead hex code.

Text Font Color

.myTextColor { color: #BA6B62; }

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

This text font color is #BA6B62.


Background Color

.myBgColor { background-color: #BA6B62; }

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

This div background color is #BA6B62.


Border color

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

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

This div border color is #BA6B62.


Opacity

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

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

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

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

This text has shadow with #BA6B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6B62 on black background.


Color preview on white background

This text has color #BA6B62 on white background.



Black color preview on #BA6B62 background

This text has black color on #BA6B62 background.


White color preview on #BA6B62 background

This text has white color on #BA6B62 background.