COLOR #BB9167

HEX: #BB9167
RGB: (187,145,103)

Color info

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

RGB color model

#BB9167 color RGB value is (187,145,103).

  • red value is 187;
  • green value is 145;
  • blue value is 103.
RGB:
(187,145,103)
(73%,57%,40%)

RGB channels and saturation

R 187 of 255 = 73%
G 145 of 255 = 57%
B 103 of 255 = 40%

187
145
103

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

Portions of RGB colors in percentages

R + G + B =
187 + 145 + 103 = 435 (100%)
R 187 of 435 ~ 42.99%
G 145 of 435 ~ 33.33%
B 103 of 435 ~ 23.68%

%42.99
%33.33
%23.68

CMYK color model

#BB9167 color CMYK value is (0,22,45,27).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 44.92%
  • key color value is 26.67%
CMYK:
(0,22,45,27)
C0M22Y45K27 
(0%,22%,45%,27%)
(0.00/0.22/0.45/0.27)	

CMYK percentages

%0
%22.46
%44.92
%26.67

Codes

Color #BB9167 in popluar color models

BB9167
RGB187145103
HSL30°38.18%56.86%
HSB/HSV30°44.92%73.33%
CMYK0.00%22.46%44.92%
26.67%

Color #BB9167 in popluar number systems.

HEXBB9167
Decimal187145103
Binary10111011100100011100111
Octal273221147

Shades and tints

Shades of #BB9167

#BB9167
(187,145,103)
#AA845E
(170,132,94)
#997755
(153,119,85)
#886A4C
(136,106,76)
#775D43
(119,93,67)
#66503A
(102,80,58)
#554331
(85,67,49)
#443628
(68,54,40)
#33291F
(51,41,31)
#221C16
(34,28,22)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #BB9167

#BB9167
(187,145,103)
#C19B74
(193,155,116)
#C7A581
(199,165,129)
#CDAF8E
(205,175,142)
#D3B99B
(211,185,155)
#D9C3A8
(217,195,168)
#DFCDB5
(223,205,181)
#E5D7C2
(229,215,194)
#EBE1CF
(235,225,207)
#F1EBDC
(241,235,220)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9167 color. Also use rgb(187,145,103) instead hex code.

Text Font Color

.myTextColor { color: #BB9167; }

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

This text font color is #BB9167.


Background Color

.myBgColor { background-color: #BB9167; }

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

This div background color is #BB9167.


Border color

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

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

This div border color is #BB9167.


Opacity

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

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

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

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

This text has shadow with #BB9167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9167 on black background.


Color preview on white background

This text has color #BB9167 on white background.



Black color preview on #BB9167 background

This text has black color on #BB9167 background.


White color preview on #BB9167 background

This text has white color on #BB9167 background.