COLOR #BBB37A

HEX: #BBB37A
RGB: (187,179,122)

Color info

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

RGB color model

#BBB37A color RGB value is (187,179,122).

  • red value is 187;
  • green value is 179;
  • blue value is 122.
RGB:
(187,179,122)
(73%,70%,48%)

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 122 of 255 = 48%

187
179
122

R + G + B ~ 64%. #BBB37A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 179 + 122 = 488 (100%)
R 187 of 488 ~ 38.32%
G 179 of 488 ~ 36.68%
B 122 of 488 ~ 25%

%38.32
%36.68
%25

CMYK color model

#BBB37A color CMYK value is (0,4,35,27).

  • cyan value is 0.00%
  • magenta value is 4.28%
  • yellow value is 34.76%
  • key color value is 26.67%
CMYK:
(0,4,35,27)
C0M4Y35K27 
(0%,4%,35%,27%)
(0.00/0.04/0.35/0.27)	

CMYK percentages

%0
%4.28
%34.76
%26.67

Codes

Color #BBB37A in popluar color models

BBB37A
RGB187179122
HSL53°32.34%60.59%
HSB/HSV53°34.76%73.33%
CMYK0.00%4.28%34.76%
26.67%

Color #BBB37A in popluar number systems.

HEXBBB37A
Decimal187179122
Binary10111011101100111111010
Octal273263172

Shades and tints

Shades of #BBB37A

#BBB37A
(187,179,122)
#AAA36F
(170,163,111)
#999364
(153,147,100)
#888359
(136,131,89)
#77734E
(119,115,78)
#666343
(102,99,67)
#555338
(85,83,56)
#44432D
(68,67,45)
#333322
(51,51,34)
#222317
(34,35,23)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #BBB37A

#BBB37A
(187,179,122)
#C1B986
(193,185,134)
#C7BF92
(199,191,146)
#CDC59E
(205,197,158)
#D3CBAA
(211,203,170)
#D9D1B6
(217,209,182)
#DFD7C2
(223,215,194)
#E5DDCE
(229,221,206)
#EBE3DA
(235,227,218)
#F1E9E6
(241,233,230)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB37A color. Also use rgb(187,179,122) instead hex code.

Text Font Color

.myTextColor { color: #BBB37A; }

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

This text font color is #BBB37A.


Background Color

.myBgColor { background-color: #BBB37A; }

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

This div background color is #BBB37A.


Border color

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

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

This div border color is #BBB37A.


Opacity

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

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

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

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

This text has shadow with #BBB37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB37A on black background.


Color preview on white background

This text has color #BBB37A on white background.



Black color preview on #BBB37A background

This text has black color on #BBB37A background.


White color preview on #BBB37A background

This text has white color on #BBB37A background.