COLOR #BB846E

HEX: #BB846E
RGB: (187,132,110)

Color info

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

RGB color model

#BB846E color RGB value is (187,132,110).

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

RGB channels and saturation

R 187 of 255 = 73%
G 132 of 255 = 52%
B 110 of 255 = 43%

187
132
110

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

Portions of RGB colors in percentages

R + G + B =
187 + 132 + 110 = 429 (100%)
R 187 of 429 ~ 43.59%
G 132 of 429 ~ 30.77%
B 110 of 429 ~ 25.64%

%43.59
%30.77
%25.64

CMYK color model

#BB846E color CMYK value is (0,29,41,27).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(0,29,41,27)
C0M29Y41K27 
(0%,29%,41%,27%)
(0.00/0.29/0.41/0.27)	

CMYK percentages

%0
%29.41
%41.18
%26.67

Codes

Color #BB846E in popluar color models

BB846E
RGB187132110
HSL17°36.15%58.24%
HSB/HSV17°41.18%73.33%
CMYK0.00%29.41%41.18%
26.67%

Color #BB846E in popluar number systems.

HEXBB846E
Decimal187132110
Binary10111011100001001101110
Octal273204156

Shades and tints

Shades of #BB846E

#BB846E
(187,132,110)
#AA7864
(170,120,100)
#996C5A
(153,108,90)
#886050
(136,96,80)
#775446
(119,84,70)
#66483C
(102,72,60)
#553C32
(85,60,50)
#443028
(68,48,40)
#33241E
(51,36,30)
#221814
(34,24,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #BB846E

#BB846E
(187,132,110)
#C18F7B
(193,143,123)
#C79A88
(199,154,136)
#CDA595
(205,165,149)
#D3B0A2
(211,176,162)
#D9BBAF
(217,187,175)
#DFC6BC
(223,198,188)
#E5D1C9
(229,209,201)
#EBDCD6
(235,220,214)
#F1E7E3
(241,231,227)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB846E; }

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

This text font color is #BB846E.


Background Color

.myBgColor { background-color: #BB846E; }

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

This div background color is #BB846E.


Border color

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

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

This div border color is #BB846E.


Opacity

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

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

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

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

This text has shadow with #BB846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB846E on black background.


Color preview on white background

This text has color #BB846E on white background.



Black color preview on #BB846E background

This text has black color on #BB846E background.


White color preview on #BB846E background

This text has white color on #BB846E background.