COLOR #BB9A5A

HEX: #BB9A5A
RGB: (187,154,90)

Color info

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

RGB color model

#BB9A5A color RGB value is (187,154,90).

  • red value is 187;
  • green value is 154;
  • blue value is 90.
RGB:
(187,154,90)
(73%,60%,35%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 90 of 255 = 35%

187
154
90

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

Portions of RGB colors in percentages

R + G + B =
187 + 154 + 90 = 431 (100%)
R 187 of 431 ~ 43.39%
G 154 of 431 ~ 35.73%
B 90 of 431 ~ 20.88%

%43.39
%35.73
%20.88

CMYK color model

#BB9A5A color CMYK value is (0,18,52,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 51.87%
  • key color value is 26.67%
CMYK:
(0,18,52,27)
C0M18Y52K27 
(0%,18%,52%,27%)
(0.00/0.18/0.52/0.27)	

CMYK percentages

%0
%17.65
%51.87
%26.67

Codes

Color #BB9A5A in popluar color models

BB9A5A
RGB18715490
HSL40°41.63%54.31%
HSB/HSV40°51.87%73.33%
CMYK0.00%17.65%51.87%
26.67%

Color #BB9A5A in popluar number systems.

HEXBB9A5A
Decimal18715490
Binary10111011100110101011010
Octal273232132

Shades and tints

Shades of #BB9A5A

#BB9A5A
(187,154,90)
#AA8C52
(170,140,82)
#997E4A
(153,126,74)
#887042
(136,112,66)
#77623A
(119,98,58)
#665432
(102,84,50)
#55462A
(85,70,42)
#443822
(68,56,34)
#332A1A
(51,42,26)
#221C12
(34,28,18)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #BB9A5A

#BB9A5A
(187,154,90)
#C1A369
(193,163,105)
#C7AC78
(199,172,120)
#CDB587
(205,181,135)
#D3BE96
(211,190,150)
#D9C7A5
(217,199,165)
#DFD0B4
(223,208,180)
#E5D9C3
(229,217,195)
#EBE2D2
(235,226,210)
#F1EBE1
(241,235,225)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9A5A color. Also use rgb(187,154,90) instead hex code.

Text Font Color

.myTextColor { color: #BB9A5A; }

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

This text font color is #BB9A5A.


Background Color

.myBgColor { background-color: #BB9A5A; }

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

This div background color is #BB9A5A.


Border color

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

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

This div border color is #BB9A5A.


Opacity

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

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

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

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

This text has shadow with #BB9A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9A5A on black background.


Color preview on white background

This text has color #BB9A5A on white background.



Black color preview on #BB9A5A background

This text has black color on #BB9A5A background.


White color preview on #BB9A5A background

This text has white color on #BB9A5A background.