COLOR #BB9285

HEX: #BB9285
RGB: (187,146,133)

Color info

#BB9285 contains red, green and blue colors in about the same proportion. Web safe color of #BB9285 is #CC9999 (or #C99).

RGB color model

#BB9285 color RGB value is (187,146,133).

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

RGB channels and saturation

R 187 of 255 = 73%
G 146 of 255 = 57%
B 133 of 255 = 52%

187
146
133

R + G + B ~ 61%. #BB9285 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 146 + 133 = 466 (100%)
R 187 of 466 ~ 40.13%
G 146 of 466 ~ 31.33%
B 133 of 466 ~ 28.54%

%40.13
%31.33
%28.54

CMYK color model

#BB9285 color CMYK value is (0,22,29,27).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK:
(0,22,29,27)
C0M22Y29K27 
(0%,22%,29%,27%)
(0.00/0.22/0.29/0.27)	

CMYK percentages

%0
%21.93
%28.88
%26.67

Codes

Color #BB9285 in popluar color models

BB9285
RGB187146133
HSL14°28.42%62.75%
HSB/HSV14°28.88%73.33%
CMYK0.00%21.93%28.88%
26.67%

Color #BB9285 in popluar number systems.

HEXBB9285
Decimal187146133
Binary101110111001001010000101
Octal273222205

Shades and tints

Shades of #BB9285

#BB9285
(187,146,133)
#AA8579
(170,133,121)
#99786D
(153,120,109)
#886B61
(136,107,97)
#775E55
(119,94,85)
#665149
(102,81,73)
#55443D
(85,68,61)
#443731
(68,55,49)
#332A25
(51,42,37)
#221D19
(34,29,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #BB9285

#BB9285
(187,146,133)
#C19B90
(193,155,144)
#C7A49B
(199,164,155)
#CDADA6
(205,173,166)
#D3B6B1
(211,182,177)
#D9BFBC
(217,191,188)
#DFC8C7
(223,200,199)
#E5D1D2
(229,209,210)
#EBDADD
(235,218,221)
#F1E3E8
(241,227,232)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9285; }

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

This text font color is #BB9285.


Background Color

.myBgColor { background-color: #BB9285; }

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

This div background color is #BB9285.


Border color

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

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

This div border color is #BB9285.


Opacity

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

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

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

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

This text has shadow with #BB9285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9285 on black background.


Color preview on white background

This text has color #BB9285 on white background.



Black color preview on #BB9285 background

This text has black color on #BB9285 background.


White color preview on #BB9285 background

This text has white color on #BB9285 background.