COLOR #BBB28C

HEX: #BBB28C RGB: (187,178,140)

Color info

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

RGB color model

#BBB28C color RGB value is (187,178,140).

RGB: (187,178,140) (73%, 70%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 140 of 255 = 55%

187
178
140

R + G + B ~ 66%. #BBB28C is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 140 = 505 (100%)
R 187 of 505 ~ 37.03%
G 178 of 505 ~ 35.25%
B 140 of 505 ~ 27.72'%

%37.03
%35.25
%27.72

CMYK color model

#BBB28C color CMYK value is (0,5,25,27).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 25.13%
  • key color value is 26.67%

CMYK: (0,5,25,27)
C0M5Y25K27 (0%, 5%, 25%, 27%)
(0.00 / 0.05 / 0.25 / 0.27)

CMYK percentages

%0
%4.81
%25.13
%26.67

Codes

Color #BBB28C in popluar color models

BB B2 8C
RGB 187 178 140
HSL 49° 25.68% 64.12%
HSB/HSV 49° 25.13% 73.33%
CMYK 0.00% 4.81% 25.13%
26.67%

Color #BBB28C in popluar number systems.

HEX BB B2 8C
Decimal 187 178 140
Binary 10111011 10110010 10001100
Octal 273 262 214

Shades and tints

Shades of #BBB28C

#BBB28C
(187,178,140)
#AAA280
(170,162,128)
#999274
(153,146,116)
#888268
(136,130,104)
#77725C
(119,114,92)
#666250
(102,98,80)
#555244
(85,82,68)
#444238
(68,66,56)
#33322C
(51,50,44)
#222220
(34,34,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BBB28C

#BBB28C
(187,178,140)
#C1B996
(193,185,150)
#C7C0A0
(199,192,160)
#CDC7AA
(205,199,170)
#D3CEB4
(211,206,180)
#D9D5BE
(217,213,190)
#DFDCC8
(223,220,200)
#E5E3D2
(229,227,210)
#EBEADC
(235,234,220)
#F1F1E6
(241,241,230)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB28C; }

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

This text font color is #BBB28C.

Background Color

.myBgColor { background-color: #BBB28C; }

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

This div background color is #BBB28C.

Border color

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

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

This div border color is #BBB28C.

Opacity

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

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

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

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

This text has shadow with #BBB28C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB28C.

Preview

Color preview on black background

This text has color #BBB28C on black background.


Color preview on white background

This text has color #BBB28C on white background.


Black color preview on #BBB28C background

This text has black color on #BBB28C background.


White color preview on #BBB28C background

This text has white color on #BBB28C background.


Related colors

Complementary color

Complementary color for #hex is #444D73.


I love getcolorcode.com

Triadic colors

1 #8CBBB2 and #B28CBB with #BBB28C are triadic colors.

2 #8CB2BB and #B2BB8C with #BBB28C are triadic colors.