COLOR #BAA768

HEX: #BAA768
RGB: (186,167,104)

Color info

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

RGB color model

#BAA768 color RGB value is (186,167,104).

  • red value is 186;
  • green value is 167;
  • blue value is 104.
RGB:
(186,167,104)
(73%,65%,41%)

RGB channels and saturation

R 186 of 255 = 73%
G 167 of 255 = 65%
B 104 of 255 = 41%

186
167
104

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

Portions of RGB colors in percentages

R + G + B =
186 + 167 + 104 = 457 (100%)
R 186 of 457 ~ 40.7%
G 167 of 457 ~ 36.54%
B 104 of 457 ~ 22.76%

%40.7
%36.54
%22.76

CMYK color model

#BAA768 color CMYK value is (0,10,44,27).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 44.09%
  • key color value is 27.06%
CMYK:
(0,10,44,27)
C0M10Y44K27 
(0%,10%,44%,27%)
(0.00/0.10/0.44/0.27)	

CMYK percentages

%0
%10.22
%44.09
%27.06

Codes

Color #BAA768 in popluar color models

BAA768
RGB186167104
HSL46°37.27%56.86%
HSB/HSV46°44.09%72.94%
CMYK0.00%10.22%44.09%
27.06%

Color #BAA768 in popluar number systems.

HEXBAA768
Decimal186167104
Binary10111010101001111101000
Octal272247150

Shades and tints

Shades of #BAA768

#BAA768
(186,167,104)
#AA985F
(170,152,95)
#9A8956
(154,137,86)
#8A7A4D
(138,122,77)
#7A6B44
(122,107,68)
#6A5C3B
(106,92,59)
#5A4D32
(90,77,50)
#4A3E29
(74,62,41)
#3A2F20
(58,47,32)
#2A2017
(42,32,23)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #BAA768

#BAA768
(186,167,104)
#C0AF75
(192,175,117)
#C6B782
(198,183,130)
#CCBF8F
(204,191,143)
#D2C79C
(210,199,156)
#D8CFA9
(216,207,169)
#DED7B6
(222,215,182)
#E4DFC3
(228,223,195)
#EAE7D0
(234,231,208)
#F0EFDD
(240,239,221)
#F6F7EA
(246,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA768 color. Also use rgb(186,167,104) instead hex code.

Text Font Color

.myTextColor { color: #BAA768; }

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

This text font color is #BAA768.


Background Color

.myBgColor { background-color: #BAA768; }

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

This div background color is #BAA768.


Border color

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

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

This div border color is #BAA768.


Opacity

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

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

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

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

This text has shadow with #BAA768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA768 on black background.


Color preview on white background

This text has color #BAA768 on white background.



Black color preview on #BAA768 background

This text has black color on #BAA768 background.


White color preview on #BAA768 background

This text has white color on #BAA768 background.