COLOR #BBB3A0

HEX: #BBB3A0
RGB: (187,179,160)

Color info

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

RGB color model

#BBB3A0 color RGB value is (187,179,160).

  • red value is 187;
  • green value is 179;
  • blue value is 160.
RGB:
(187,179,160)
(73%,70%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 160 of 255 = 63%

187
179
160

R + G + B ~ 69%. #BBB3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 179 + 160 = 526 (100%)
R 187 of 526 ~ 35.55%
G 179 of 526 ~ 34.03%
B 160 of 526 ~ 30.42%

%35.55
%34.03
%30.42

CMYK color model

#BBB3A0 color CMYK value is (0,4,14,27).

  • cyan value is 0.00%
  • magenta value is 4.28%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(0,4,14,27)
C0M4Y14K27 
(0%,4%,14%,27%)
(0.00/0.04/0.14/0.27)	

CMYK percentages

%0
%4.28
%14.44
%26.67

Codes

Color #BBB3A0 in popluar color models

BBB3A0
RGB187179160
HSL42°16.56%68.04%
HSB/HSV42°14.44%73.33%
CMYK0.00%4.28%14.44%
26.67%

Color #BBB3A0 in popluar number systems.

HEXBBB3A0
Decimal187179160
Binary101110111011001110100000
Octal273263240

Shades and tints

Shades of #BBB3A0

#BBB3A0
(187,179,160)
#AAA392
(170,163,146)
#999384
(153,147,132)
#888376
(136,131,118)
#777368
(119,115,104)
#66635A
(102,99,90)
#55534C
(85,83,76)
#44433E
(68,67,62)
#333330
(51,51,48)
#222322
(34,35,34)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BBB3A0

#BBB3A0
(187,179,160)
#C1B9A8
(193,185,168)
#C7BFB0
(199,191,176)
#CDC5B8
(205,197,184)
#D3CBC0
(211,203,192)
#D9D1C8
(217,209,200)
#DFD7D0
(223,215,208)
#E5DDD8
(229,221,216)
#EBE3E0
(235,227,224)
#F1E9E8
(241,233,232)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB3A0 color. Also use rgb(187,179,160) instead hex code.

Text Font Color

.myTextColor { color: #BBB3A0; }

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

This text font color is #BBB3A0.


Background Color

.myBgColor { background-color: #BBB3A0; }

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

This div background color is #BBB3A0.


Border color

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

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

This div border color is #BBB3A0.


Opacity

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

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

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

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

This text has shadow with #BBB3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB3A0 on black background.


Color preview on white background

This text has color #BBB3A0 on white background.



Black color preview on #BBB3A0 background

This text has black color on #BBB3A0 background.


White color preview on #BBB3A0 background

This text has white color on #BBB3A0 background.