COLOR #BBAD7C

HEX: #BBAD7C RGB: (187,173,124)

Color info

#BBAD7C contains mainly red and green colors. Web safe color of #BBAD7C is #CC9966 (or #C96).

RGB color model

#BBAD7C color RGB value is (187,173,124).

RGB: (187,173,124) (73%, 68%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 124 of 255 = 49%

187
173
124

R + G + B ~ 63%. #BBAD7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 124 = 484 (100%)
R 187 of 484 ~ 38.64%
G 173 of 484 ~ 35.74%
B 124 of 484 ~ 25.62'%

%38.64
%35.74
%25.62

CMYK color model

#BBAD7C color CMYK value is (0,7,34,27).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 33.69%
  • key color value is 26.67%

CMYK: (0,7,34,27)
C0M7Y34K27 (0%, 7%, 34%, 27%)
(0.00 / 0.07 / 0.34 / 0.27)

CMYK percentages

%0
%7.49
%33.69
%26.67

Codes

Color #BBAD7C in popluar color models

BB AD 7C
RGB 187 173 124
HSL 47° 31.66% 60.98%
HSB/HSV 47° 33.69% 73.33%
CMYK 0.00% 7.49% 33.69%
26.67%

Color #BBAD7C in popluar number systems.

HEX BB AD 7C
Decimal 187 173 124
Binary 10111011 10101101 1111100
Octal 273 255 174

Shades and tints

Shades of #BBAD7C

#BBAD7C
(187,173,124)
#AA9E71
(170,158,113)
#998F66
(153,143,102)
#88805B
(136,128,91)
#777150
(119,113,80)
#666245
(102,98,69)
#55533A
(85,83,58)
#44442F
(68,68,47)
#333524
(51,53,36)
#222619
(34,38,25)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #BBAD7C

#BBAD7C
(187,173,124)
#C1B487
(193,180,135)
#C7BB92
(199,187,146)
#CDC29D
(205,194,157)
#D3C9A8
(211,201,168)
#D9D0B3
(217,208,179)
#DFD7BE
(223,215,190)
#E5DEC9
(229,222,201)
#EBE5D4
(235,229,212)
#F1ECDF
(241,236,223)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAD7C color. Also use rgb(187,173,124) instead hex code.

Text Font Color

.myTextColor { color: #BBAD7C; }

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

This text font color is #BBAD7C.

Background Color

.myBgColor { background-color: #BBAD7C; }

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

This div background color is #BBAD7C.

Border color

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

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

This div border color is #BBAD7C.

Opacity

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

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

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

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

This text has shadow with #BBAD7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAD7C.

Preview

Color preview on black background

This text has color #BBAD7C on black background.


Color preview on white background

This text has color #BBAD7C on white background.


Black color preview on #BBAD7C background

This text has black color on #BBAD7C background.


White color preview on #BBAD7C background

This text has white color on #BBAD7C background.


Related colors

Complementary color

Complementary color for #hex is #445283.


I love getcolorcode.com

Triadic colors

1 #7CBBAD and #AD7CBB with #BBAD7C are triadic colors.

2 #7CADBB and #ADBB7C with #BBAD7C are triadic colors.