COLOR #BBB2A4

HEX: #BBB2A4
RGB: (187,178,164)

Color info

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

RGB color model

#BBB2A4 color RGB value is (187,178,164).

  • red value is 187;
  • green value is 178;
  • blue value is 164.
RGB:
(187,178,164)
(73%,70%,64%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 164 of 255 = 64%

187
178
164

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

Portions of RGB colors in percentages

R + G + B =
187 + 178 + 164 = 529 (100%)
R 187 of 529 ~ 35.35%
G 178 of 529 ~ 33.65%
B 164 of 529 ~ 31%

%35.35
%33.65
%31

CMYK color model

#BBB2A4 color CMYK value is (0,5,12,27).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 12.30%
  • key color value is 26.67%
CMYK:
(0,5,12,27)
C0M5Y12K27 
(0%,5%,12%,27%)
(0.00/0.05/0.12/0.27)	

CMYK percentages

%0
%4.81
%12.3
%26.67

Codes

Color #BBB2A4 in popluar color models

BBB2A4
RGB187178164
HSL37°14.47%68.82%
HSB/HSV37°12.30%73.33%
CMYK0.00%4.81%12.30%
26.67%

Color #BBB2A4 in popluar number systems.

HEXBBB2A4
Decimal187178164
Binary101110111011001010100100
Octal273262244

Shades and tints

Shades of #BBB2A4

#BBB2A4
(187,178,164)
#AAA296
(170,162,150)
#999288
(153,146,136)
#88827A
(136,130,122)
#77726C
(119,114,108)
#66625E
(102,98,94)
#555250
(85,82,80)
#444242
(68,66,66)
#333234
(51,50,52)
#222226
(34,34,38)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BBB2A4

#BBB2A4
(187,178,164)
#C1B9AC
(193,185,172)
#C7C0B4
(199,192,180)
#CDC7BC
(205,199,188)
#D3CEC4
(211,206,196)
#D9D5CC
(217,213,204)
#DFDCD4
(223,220,212)
#E5E3DC
(229,227,220)
#EBEAE4
(235,234,228)
#F1F1EC
(241,241,236)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB2A4 color. Also use rgb(187,178,164) instead hex code.

Text Font Color

.myTextColor { color: #BBB2A4; }

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

This text font color is #BBB2A4.


Background Color

.myBgColor { background-color: #BBB2A4; }

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

This div background color is #BBB2A4.


Border color

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

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

This div border color is #BBB2A4.


Opacity

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

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

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

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

This text has shadow with #BBB2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB2A4 on black background.


Color preview on white background

This text has color #BBB2A4 on white background.



Black color preview on #BBB2A4 background

This text has black color on #BBB2A4 background.


White color preview on #BBB2A4 background

This text has white color on #BBB2A4 background.