COLOR #BBA293

HEX: #BBA293 RGB: (187,162,147)

Color info

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

RGB color model

#BBA293 color RGB value is (187,162,147).

RGB: (187,162,147) (73%, 64%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 147 of 255 = 58%

187
162
147

R + G + B ~ 65%. #BBA293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 162 + 147 = 496 (100%)
R 187 of 496 ~ 37.7%
G 162 of 496 ~ 32.66%
B 147 of 496 ~ 29.64'%

%37.7
%32.66
%29.64

CMYK color model

#BBA293 color CMYK value is (0,13,21,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 21.39%
  • key color value is 26.67%

CMYK: (0,13,21,27)
C0M13Y21K27 (0%, 13%, 21%, 27%)
(0.00 / 0.13 / 0.21 / 0.27)

CMYK percentages

%0
%13.37
%21.39
%26.67

Codes

Color #BBA293 in popluar color models

BB A2 93
RGB 187 162 147
HSL 23° 22.73% 65.49%
HSB/HSV 23° 21.39% 73.33%
CMYK 0.00% 13.37% 21.39%
26.67%

Color #BBA293 in popluar number systems.

HEX BB A2 93
Decimal 187 162 147
Binary 10111011 10100010 10010011
Octal 273 242 223

Shades and tints

Shades of #BBA293

#BBA293
(187,162,147)
#AA9486
(170,148,134)
#998679
(153,134,121)
#88786C
(136,120,108)
#776A5F
(119,106,95)
#665C52
(102,92,82)
#554E45
(85,78,69)
#444038
(68,64,56)
#33322B
(51,50,43)
#22241E
(34,36,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #BBA293

#BBA293
(187,162,147)
#C1AA9C
(193,170,156)
#C7B2A5
(199,178,165)
#CDBAAE
(205,186,174)
#D3C2B7
(211,194,183)
#D9CAC0
(217,202,192)
#DFD2C9
(223,210,201)
#E5DAD2
(229,218,210)
#EBE2DB
(235,226,219)
#F1EAE4
(241,234,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA293 color. Also use rgb(187,162,147) instead hex code.

Text Font Color

.myTextColor { color: #BBA293; }

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

This text font color is #BBA293.

Background Color

.myBgColor { background-color: #BBA293; }

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

This div background color is #BBA293.

Border color

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

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

This div border color is #BBA293.

Opacity

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

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

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

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

This text has shadow with #BBA293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA293.

Preview

Color preview on black background

This text has color #BBA293 on black background.


Color preview on white background

This text has color #BBA293 on white background.


Black color preview on #BBA293 background

This text has black color on #BBA293 background.


White color preview on #BBA293 background

This text has white color on #BBA293 background.


Related colors

Complementary color

Complementary color for #hex is #445D6C.


I love getcolorcode.com

Triadic colors

1 #93BBA2 and #A293BB with #BBA293 are triadic colors.

2 #93A2BB and #A2BB93 with #BBA293 are triadic colors.