COLOR #BB9257

HEX: #BB9257
RGB: (187,146,87)

Color info

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

RGB color model

#BB9257 color RGB value is (187,146,87).

  • red value is 187;
  • green value is 146;
  • blue value is 87.
RGB:
(187,146,87)
(73%,57%,34%)

RGB channels and saturation

R 187 of 255 = 73%
G 146 of 255 = 57%
B 87 of 255 = 34%

187
146
87

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

Portions of RGB colors in percentages

R + G + B =
187 + 146 + 87 = 420 (100%)
R 187 of 420 ~ 44.52%
G 146 of 420 ~ 34.76%
B 87 of 420 ~ 20.71%

%44.52
%34.76
%20.71

CMYK color model

#BB9257 color CMYK value is (0,22,53,27).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 53.48%
  • key color value is 26.67%
CMYK:
(0,22,53,27)
C0M22Y53K27 
(0%,22%,53%,27%)
(0.00/0.22/0.53/0.27)	

CMYK percentages

%0
%21.93
%53.48
%26.67

Codes

Color #BB9257 in popluar color models

BB9257
RGB18714687
HSL35°42.37%53.73%
HSB/HSV35°53.48%73.33%
CMYK0.00%21.93%53.48%
26.67%

Color #BB9257 in popluar number systems.

HEXBB9257
Decimal18714687
Binary10111011100100101010111
Octal273222127

Shades and tints

Shades of #BB9257

#BB9257
(187,146,87)
#AA8550
(170,133,80)
#997849
(153,120,73)
#886B42
(136,107,66)
#775E3B
(119,94,59)
#665134
(102,81,52)
#55442D
(85,68,45)
#443726
(68,55,38)
#332A1F
(51,42,31)
#221D18
(34,29,24)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #BB9257

#BB9257
(187,146,87)
#C19B66
(193,155,102)
#C7A475
(199,164,117)
#CDAD84
(205,173,132)
#D3B693
(211,182,147)
#D9BFA2
(217,191,162)
#DFC8B1
(223,200,177)
#E5D1C0
(229,209,192)
#EBDACF
(235,218,207)
#F1E3DE
(241,227,222)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9257 color. Also use rgb(187,146,87) instead hex code.

Text Font Color

.myTextColor { color: #BB9257; }

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

This text font color is #BB9257.


Background Color

.myBgColor { background-color: #BB9257; }

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

This div background color is #BB9257.


Border color

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

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

This div border color is #BB9257.


Opacity

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

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

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

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

This text has shadow with #BB9257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9257 on black background.


Color preview on white background

This text has color #BB9257 on white background.



Black color preview on #BB9257 background

This text has black color on #BB9257 background.


White color preview on #BB9257 background

This text has white color on #BB9257 background.