COLOR #BBA668

HEX: #BBA668
RGB: (187,166,104)

Color info

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

RGB color model

#BBA668 color RGB value is (187,166,104).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 104 of 255 = 41%

187
166
104

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 104 = 457 (100%)
R 187 of 457 ~ 40.92%
G 166 of 457 ~ 36.32%
B 104 of 457 ~ 22.76%

%40.92
%36.32
%22.76

CMYK color model

#BBA668 color CMYK value is (0,11,44,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 44.39%
  • key color value is 26.67%
CMYK:
(0,11,44,27)
C0M11Y44K27 
(0%,11%,44%,27%)
(0.00/0.11/0.44/0.27)	

CMYK percentages

%0
%11.23
%44.39
%26.67

Codes

Color #BBA668 in popluar color models

BBA668
RGB187166104
HSL45°37.90%57.06%
HSB/HSV45°44.39%73.33%
CMYK0.00%11.23%44.39%
26.67%

Color #BBA668 in popluar number systems.

HEXBBA668
Decimal187166104
Binary10111011101001101101000
Octal273246150

Shades and tints

Shades of #BBA668

#BBA668
(187,166,104)
#AA975F
(170,151,95)
#998856
(153,136,86)
#88794D
(136,121,77)
#776A44
(119,106,68)
#665B3B
(102,91,59)
#554C32
(85,76,50)
#443D29
(68,61,41)
#332E20
(51,46,32)
#221F17
(34,31,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #BBA668

#BBA668
(187,166,104)
#C1AE75
(193,174,117)
#C7B682
(199,182,130)
#CDBE8F
(205,190,143)
#D3C69C
(211,198,156)
#D9CEA9
(217,206,169)
#DFD6B6
(223,214,182)
#E5DEC3
(229,222,195)
#EBE6D0
(235,230,208)
#F1EEDD
(241,238,221)
#F7F6EA
(247,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA668 color. Also use rgb(187,166,104) instead hex code.

Text Font Color

.myTextColor { color: #BBA668; }

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

This text font color is #BBA668.


Background Color

.myBgColor { background-color: #BBA668; }

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

This div background color is #BBA668.


Border color

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

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

This div border color is #BBA668.


Opacity

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

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

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

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

This text has shadow with #BBA668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA668 on black background.


Color preview on white background

This text has color #BBA668 on white background.



Black color preview on #BBA668 background

This text has black color on #BBA668 background.


White color preview on #BBA668 background

This text has white color on #BBA668 background.