COLOR #BB946A

HEX: #BB946A
RGB: (187,148,106)

Color info

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

RGB color model

#BB946A color RGB value is (187,148,106).

  • red value is 187;
  • green value is 148;
  • blue value is 106.
RGB:
(187,148,106)
(73%,58%,42%)

RGB channels and saturation

R 187 of 255 = 73%
G 148 of 255 = 58%
B 106 of 255 = 42%

187
148
106

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

Portions of RGB colors in percentages

R + G + B =
187 + 148 + 106 = 441 (100%)
R 187 of 441 ~ 42.4%
G 148 of 441 ~ 33.56%
B 106 of 441 ~ 24.04%

%42.4
%33.56
%24.04

CMYK color model

#BB946A color CMYK value is (0,21,43,27).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 43.32%
  • key color value is 26.67%
CMYK:
(0,21,43,27)
C0M21Y43K27 
(0%,21%,43%,27%)
(0.00/0.21/0.43/0.27)	

CMYK percentages

%0
%20.86
%43.32
%26.67

Codes

Color #BB946A in popluar color models

BB946A
RGB187148106
HSL31°37.33%57.45%
HSB/HSV31°43.32%73.33%
CMYK0.00%20.86%43.32%
26.67%

Color #BB946A in popluar number systems.

HEXBB946A
Decimal187148106
Binary10111011100101001101010
Octal273224152

Shades and tints

Shades of #BB946A

#BB946A
(187,148,106)
#AA8761
(170,135,97)
#997A58
(153,122,88)
#886D4F
(136,109,79)
#776046
(119,96,70)
#66533D
(102,83,61)
#554634
(85,70,52)
#44392B
(68,57,43)
#332C22
(51,44,34)
#221F19
(34,31,25)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #BB946A

#BB946A
(187,148,106)
#C19D77
(193,157,119)
#C7A684
(199,166,132)
#CDAF91
(205,175,145)
#D3B89E
(211,184,158)
#D9C1AB
(217,193,171)
#DFCAB8
(223,202,184)
#E5D3C5
(229,211,197)
#EBDCD2
(235,220,210)
#F1E5DF
(241,229,223)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB946A color. Also use rgb(187,148,106) instead hex code.

Text Font Color

.myTextColor { color: #BB946A; }

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

This text font color is #BB946A.


Background Color

.myBgColor { background-color: #BB946A; }

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

This div background color is #BB946A.


Border color

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

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

This div border color is #BB946A.


Opacity

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

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

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

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

This text has shadow with #BB946A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB946A on black background.


Color preview on white background

This text has color #BB946A on white background.



Black color preview on #BB946A background

This text has black color on #BB946A background.


White color preview on #BB946A background

This text has white color on #BB946A background.