COLOR #BBA693

HEX: #BBA693 RGB: (187,166,147)

Color info

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

RGB color model

#BBA693 color RGB value is (187,166,147).

RGB: (187,166,147) (73%, 65%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 147 of 255 = 58%

187
166
147

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

Portions of RGB colors in percentages

R + G + B = 187 + 166 + 147 = 500 (100%)
R 187 of 500 ~ 37.4%
G 166 of 500 ~ 33.2%
B 147 of 500 ~ 29.4'%

%37.4
%33.2
%29.4

CMYK color model

#BBA693 color CMYK value is (0,11,21,27).

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

CMYK: (0,11,21,27)
C0M11Y21K27 (0%, 11%, 21%, 27%)
(0.00 / 0.11 / 0.21 / 0.27)

CMYK percentages

%0
%11.23
%21.39
%26.67

Codes

Color #BBA693 in popluar color models

BB A6 93
RGB 187 166 147
HSL 29° 22.73% 65.49%
HSB/HSV 29° 21.39% 73.33%
CMYK 0.00% 11.23% 21.39%
26.67%

Color #BBA693 in popluar number systems.

HEX BB A6 93
Decimal 187 166 147
Binary 10111011 10100110 10010011
Octal 273 246 223

Shades and tints

Shades of #BBA693

#BBA693
(187,166,147)
#AA9786
(170,151,134)
#998879
(153,136,121)
#88796C
(136,121,108)
#776A5F
(119,106,95)
#665B52
(102,91,82)
#554C45
(85,76,69)
#443D38
(68,61,56)
#332E2B
(51,46,43)
#221F1E
(34,31,30)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #BBA693

#BBA693
(187,166,147)
#C1AE9C
(193,174,156)
#C7B6A5
(199,182,165)
#CDBEAE
(205,190,174)
#D3C6B7
(211,198,183)
#D9CEC0
(217,206,192)
#DFD6C9
(223,214,201)
#E5DED2
(229,222,210)
#EBE6DB
(235,230,219)
#F1EEE4
(241,238,228)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA693; }

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

This text font color is #BBA693.

Background Color

.myBgColor { background-color: #BBA693; }

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

This div background color is #BBA693.

Border color

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

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

This div border color is #BBA693.

Opacity

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

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

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

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

This text has shadow with #BBA693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA693.

Preview

Color preview on black background

This text has color #BBA693 on black background.


Color preview on white background

This text has color #BBA693 on white background.


Black color preview on #BBA693 background

This text has black color on #BBA693 background.


White color preview on #BBA693 background

This text has white color on #BBA693 background.


Related colors

Complementary color

Complementary color for #hex is #44596C.


I love getcolorcode.com

Triadic colors

1 #93BBA6 and #A693BB with #BBA693 are triadic colors.

2 #93A6BB and #A6BB93 with #BBA693 are triadic colors.