COLOR #BBA295

HEX: #BBA295 RGB: (187,162,149)

Color info

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

RGB color model

#BBA295 color RGB value is (187,162,149).

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

RGB channels and saturation

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

187
162
149

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

Portions of RGB colors in percentages

R + G + B = 187 + 162 + 149 = 498 (100%)
R 187 of 498 ~ 37.55%
G 162 of 498 ~ 32.53%
B 149 of 498 ~ 29.92'%

%37.55
%32.53
%29.92

CMYK color model

#BBA295 color CMYK value is (0,13,20,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK: (0,13,20,27) C0M13Y20K27 (0%,13%,20%,27%) (0.00/0.13/0.20/0.27) 

CMYK percentages

%0
%13.37
%20.32
%26.67

Codes

Color #BBA295 in popluar color models

BB A2 95
RGB 187 162 149
HSL 21° 21.84% 65.88%
HSB/HSV 21° 20.32% 73.33%
CMYK 0.00% 13.37% 20.32%
26.67%

Color #BBA295 in popluar number systems.

HEX BB A2 95
Decimal 187 162 149
Binary 10111011 10100010 10010101
Octal 273 242 225

Shades and tints

Shades of #BBA295

#BBA295
(187,162,149)
#AA9488
(170,148,136)
#99867B
(153,134,123)
#88786E
(136,120,110)
#776A61
(119,106,97)
#665C54
(102,92,84)
#554E47
(85,78,71)
#44403A
(68,64,58)
#33322D
(51,50,45)
#222420
(34,36,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #BBA295

#BBA295
(187,162,149)
#C1AA9E
(193,170,158)
#C7B2A7
(199,178,167)
#CDBAB0
(205,186,176)
#D3C2B9
(211,194,185)
#D9CAC2
(217,202,194)
#DFD2CB
(223,210,203)
#E5DAD4
(229,218,212)
#EBE2DD
(235,226,221)
#F1EAE6
(241,234,230)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA295; }

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

This text font color is #BBA295.

Background Color

.myBgColor { background-color: #BBA295; }

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

This div background color is #BBA295.

Border color

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

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

This div border color is #BBA295.

Opacity

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

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

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

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

This text has shadow with #BBA295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA295.

Preview

Color preview on black background

This text has color #BBA295 on black background.


Color preview on white background

This text has color #BBA295 on white background.


Black color preview on #BBA295 background

This text has black color on #BBA295 background.


White color preview on #BBA295 background

This text has white color on #BBA295 background.


Related colors

Complementary color

Complementary color for #hex is #445D6A.


I love getcolorcode.com

Triadic colors

1 #95BBA2 and #A295BB with #BBA295 are triadic colors.

2 #95A2BB and #A2BB95 with #BBA295 are triadic colors.