COLOR #BAA792

HEX: #BAA792 RGB: (186,167,146)

Color info

#BAA792 contains red, green and blue colors in about the same proportion. Web safe color of #BAA792 is #CC9999 (or #C99).

RGB color model

#BAA792 color RGB value is (186,167,146).

RGB: (186,167,146) (73%, 65%, 57%)

RGB channels and saturation

R 186 of 255 = 73%
G 167 of 255 = 65%
B 146 of 255 = 57%

186
167
146

R + G + B ~ 65%. #BAA792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 167 + 146 = 499 (100%)
R 186 of 499 ~ 37.27%
G 167 of 499 ~ 33.47%
B 146 of 499 ~ 29.26'%

%37.27
%33.47
%29.26

CMYK color model

#BAA792 color CMYK value is (0,10,22,27).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 21.51%
  • key color value is 27.06%

CMYK: (0,10,22,27)
C0M10Y22K27 (0%, 10%, 22%, 27%)
(0.00 / 0.10 / 0.22 / 0.27)

CMYK percentages

%0
%10.22
%21.51
%27.06

Codes

Color #BAA792 in popluar color models

BA A7 92
RGB 186 167 146
HSL 32° 22.47% 65.10%
HSB/HSV 32° 21.51% 72.94%
CMYK 0.00% 10.22% 21.51%
27.06%

Color #BAA792 in popluar number systems.

HEX BA A7 92
Decimal 186 167 146
Binary 10111010 10100111 10010010
Octal 272 247 222

Shades and tints

Shades of #BAA792

#BAA792
(186,167,146)
#AA9885
(170,152,133)
#9A8978
(154,137,120)
#8A7A6B
(138,122,107)
#7A6B5E
(122,107,94)
#6A5C51
(106,92,81)
#5A4D44
(90,77,68)
#4A3E37
(74,62,55)
#3A2F2A
(58,47,42)
#2A201D
(42,32,29)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #BAA792

#BAA792
(186,167,146)
#C0AF9B
(192,175,155)
#C6B7A4
(198,183,164)
#CCBFAD
(204,191,173)
#D2C7B6
(210,199,182)
#D8CFBF
(216,207,191)
#DED7C8
(222,215,200)
#E4DFD1
(228,223,209)
#EAE7DA
(234,231,218)
#F0EFE3
(240,239,227)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA792; }

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

This text font color is #BAA792.

Background Color

.myBgColor { background-color: #BAA792; }

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

This div background color is #BAA792.

Border color

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

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

This div border color is #BAA792.

Opacity

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

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

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

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

This text has shadow with #BAA792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA792.

Preview

Color preview on black background

This text has color #BAA792 on black background.


Color preview on white background

This text has color #BAA792 on white background.


Black color preview on #BAA792 background

This text has black color on #BAA792 background.


White color preview on #BAA792 background

This text has white color on #BAA792 background.


Related colors

Complementary color

Complementary color for #hex is #45586D.


I love getcolorcode.com

Triadic colors

1 #92BAA7 and #A792BA with #BAA792 are triadic colors.

2 #92A7BA and #A7BA92 with #BAA792 are triadic colors.