COLOR #BA9B65

HEX: #BA9B65
RGB: (186,155,101)

Color info

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

RGB color model

#BA9B65 color RGB value is (186,155,101).

  • red value is 186;
  • green value is 155;
  • blue value is 101.
RGB:
(186,155,101)
(73%,61%,40%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 101 of 255 = 40%

186
155
101

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

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 101 = 442 (100%)
R 186 of 442 ~ 42.08%
G 155 of 442 ~ 35.07%
B 101 of 442 ~ 22.85%

%42.08
%35.07
%22.85

CMYK color model

#BA9B65 color CMYK value is (0,17,46,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 45.70%
  • key color value is 27.06%
CMYK:
(0,17,46,27)
C0M17Y46K27 
(0%,17%,46%,27%)
(0.00/0.17/0.46/0.27)	

CMYK percentages

%0
%16.67
%45.7
%27.06

Codes

Color #BA9B65 in popluar color models

BA9B65
RGB186155101
HSL38°38.12%56.27%
HSB/HSV38°45.70%72.94%
CMYK0.00%16.67%45.70%
27.06%

Color #BA9B65 in popluar number systems.

HEXBA9B65
Decimal186155101
Binary10111010100110111100101
Octal272233145

Shades and tints

Shades of #BA9B65

#BA9B65
(186,155,101)
#AA8D5C
(170,141,92)
#9A7F53
(154,127,83)
#8A714A
(138,113,74)
#7A6341
(122,99,65)
#6A5538
(106,85,56)
#5A472F
(90,71,47)
#4A3926
(74,57,38)
#3A2B1D
(58,43,29)
#2A1D14
(42,29,20)
#1A0F0B
(26,15,11)
#000000
(0,0,0)

Tints of #BA9B65

#BA9B65
(186,155,101)
#C0A473
(192,164,115)
#C6AD81
(198,173,129)
#CCB68F
(204,182,143)
#D2BF9D
(210,191,157)
#D8C8AB
(216,200,171)
#DED1B9
(222,209,185)
#E4DAC7
(228,218,199)
#EAE3D5
(234,227,213)
#F0ECE3
(240,236,227)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9B65 color. Also use rgb(186,155,101) instead hex code.

Text Font Color

.myTextColor { color: #BA9B65; }

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

This text font color is #BA9B65.


Background Color

.myBgColor { background-color: #BA9B65; }

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

This div background color is #BA9B65.


Border color

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

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

This div border color is #BA9B65.


Opacity

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

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

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

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

This text has shadow with #BA9B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9B65 on black background.


Color preview on white background

This text has color #BA9B65 on white background.



Black color preview on #BA9B65 background

This text has black color on #BA9B65 background.


White color preview on #BA9B65 background

This text has white color on #BA9B65 background.