COLOR #BAB766

HEX: #BAB766
RGB: (186,183,102)

Color info

#BAB766 contains mainly red and green colors. Web safe color of #BAB766 is #CCCC66 (or #CC6).

RGB color model

#BAB766 color RGB value is (186,183,102).

  • red value is 186;
  • green value is 183;
  • blue value is 102.
RGB:
(186,183,102)
(73%,72%,40%)

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 102 of 255 = 40%

186
183
102

R + G + B ~ 62%. #BAB766 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 183 + 102 = 471 (100%)
R 186 of 471 ~ 39.49%
G 183 of 471 ~ 38.85%
B 102 of 471 ~ 21.66%

%39.49
%38.85
%21.66

CMYK color model

#BAB766 color CMYK value is (0,2,45,27).

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 45.16%
  • key color value is 27.06%
CMYK:
(0,2,45,27)
C0M2Y45K27 
(0%,2%,45%,27%)
(0.00/0.02/0.45/0.27)	

CMYK percentages

%0
%1.61
%45.16
%27.06

Codes

Color #BAB766 in popluar color models

BAB766
RGB186183102
HSL58°37.84%56.47%
HSB/HSV58°45.16%72.94%
CMYK0.00%1.61%45.16%
27.06%

Color #BAB766 in popluar number systems.

HEXBAB766
Decimal186183102
Binary10111010101101111100110
Octal272267146

Shades and tints

Shades of #BAB766

#BAB766
(186,183,102)
#AAA75D
(170,167,93)
#9A9754
(154,151,84)
#8A874B
(138,135,75)
#7A7742
(122,119,66)
#6A6739
(106,103,57)
#5A5730
(90,87,48)
#4A4727
(74,71,39)
#3A371E
(58,55,30)
#2A2715
(42,39,21)
#1A170C
(26,23,12)
#000000
(0,0,0)

Tints of #BAB766

#BAB766
(186,183,102)
#C0BD73
(192,189,115)
#C6C380
(198,195,128)
#CCC98D
(204,201,141)
#D2CF9A
(210,207,154)
#D8D5A7
(216,213,167)
#DEDBB4
(222,219,180)
#E4E1C1
(228,225,193)
#EAE7CE
(234,231,206)
#F0EDDB
(240,237,219)
#F6F3E8
(246,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB766 color. Also use rgb(186,183,102) instead hex code.

Text Font Color

.myTextColor { color: #BAB766; }

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

This text font color is #BAB766.


Background Color

.myBgColor { background-color: #BAB766; }

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

This div background color is #BAB766.


Border color

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

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

This div border color is #BAB766.


Opacity

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

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

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

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

This text has shadow with #BAB766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB766 on black background.


Color preview on white background

This text has color #BAB766 on white background.



Black color preview on #BAB766 background

This text has black color on #BAB766 background.


White color preview on #BAB766 background

This text has white color on #BAB766 background.