COLOR #BB8C6E

HEX: #BB8C6E
RGB: (187,140,110)

Color info

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

RGB color model

#BB8C6E color RGB value is (187,140,110).

  • red value is 187;
  • green value is 140;
  • blue value is 110.
RGB:
(187,140,110)
(73%,55%,43%)

RGB channels and saturation

R 187 of 255 = 73%
G 140 of 255 = 55%
B 110 of 255 = 43%

187
140
110

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

Portions of RGB colors in percentages

R + G + B =
187 + 140 + 110 = 437 (100%)
R 187 of 437 ~ 42.79%
G 140 of 437 ~ 32.04%
B 110 of 437 ~ 25.17%

%42.79
%32.04
%25.17

CMYK color model

#BB8C6E color CMYK value is (0,25,41,27).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(0,25,41,27)
C0M25Y41K27 
(0%,25%,41%,27%)
(0.00/0.25/0.41/0.27)	

CMYK percentages

%0
%25.13
%41.18
%26.67

Codes

Color #BB8C6E in popluar color models

BB8C6E
RGB187140110
HSL23°36.15%58.24%
HSB/HSV23°41.18%73.33%
CMYK0.00%25.13%41.18%
26.67%

Color #BB8C6E in popluar number systems.

HEXBB8C6E
Decimal187140110
Binary10111011100011001101110
Octal273214156

Shades and tints

Shades of #BB8C6E

#BB8C6E
(187,140,110)
#AA8064
(170,128,100)
#99745A
(153,116,90)
#886850
(136,104,80)
#775C46
(119,92,70)
#66503C
(102,80,60)
#554432
(85,68,50)
#443828
(68,56,40)
#332C1E
(51,44,30)
#222014
(34,32,20)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #BB8C6E

#BB8C6E
(187,140,110)
#C1967B
(193,150,123)
#C7A088
(199,160,136)
#CDAA95
(205,170,149)
#D3B4A2
(211,180,162)
#D9BEAF
(217,190,175)
#DFC8BC
(223,200,188)
#E5D2C9
(229,210,201)
#EBDCD6
(235,220,214)
#F1E6E3
(241,230,227)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8C6E color. Also use rgb(187,140,110) instead hex code.

Text Font Color

.myTextColor { color: #BB8C6E; }

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

This text font color is #BB8C6E.


Background Color

.myBgColor { background-color: #BB8C6E; }

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

This div background color is #BB8C6E.


Border color

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

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

This div border color is #BB8C6E.


Opacity

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

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

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

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

This text has shadow with #BB8C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8C6E on black background.


Color preview on white background

This text has color #BB8C6E on white background.



Black color preview on #BB8C6E background

This text has black color on #BB8C6E background.


White color preview on #BB8C6E background

This text has white color on #BB8C6E background.